Python Compiling
Alex Martelli
aleax at aleax.it
Wed Sep 25 06:28:37 EDT 2002
Klaus Momberger wrote:
> "Terje Johan Abrahamsen" <spoermeg at voldelig.com> wrote in message
> news:<amfveg$5g64k$1 at ID-53055.news.dfncis.de>... .....
>>
>> Is it not possible to write a complete compiler like the C compiler for
>> Python? Or is it just that nobody has done it? Or must the language be
>> constructed differently?
>>
> Slightly off-topic, but if you are looking for a language which can
> be run by an interpreter and can be compiled as well, maybe you should
> take a look at Ocaml:
>
> http://www.ocaml.org
Or Haskell, www.haskell.org -=- HUGS inteprets it, the Edinburgh
compiler compiles it. Scheme has _many_ interpreters and compilers
too. Hey, so does Visual Basic... it's quite the thing these days.
Alex
More information about the Python-list
mailing list