What to do after Python?

Fredrik Lundh fredrik at pythonware.com
Mon Feb 19 19:07:39 EST 2001


Alex Martelli wrote:
> > Which is ironic, since that's the best, most Standard compliant C++
> > compiler for UNIX out there.  (It certainly has some problems, but
> > they're all have workarounds and are being addressed in gcc 3.0.)
>
> I think KCC (KAI's compiler) is/was better (not sure about its status
> now that Intel [?] has acquired it).

footnote: KCC is just one of many compilers based on the EDG frontend
(http://www.edg.com) -- which is definitely the best C++ frontend ever
written.

(had DEC switched to EDG a bit earlier, I would probably still use C++ ;-)

Cheers /F





More information about the Python-list mailing list