Python un-plugging the Interpreter

Alex Martelli aleax at mac.com
Thu Apr 19 23:39:56 EDT 2007


Michael Hoffman <cam.ac.uk at mh391.invalid> wrote:

> S.Mohideen wrote:
> 
> >         I was thinking about the feasbility of adjusting Python as a
> > compiled language.
> 
> In addition to the Python compilers listed by Steve, there is also 
> Pyrex, which translates a Python-like language to C, and allows one to
> interact with it from Python with very little difficulty.

...and Boo, which is kind of a Python dialect in the same sense as Pyrex
is, but has type inference as well as declarations, and (there being
only one current implementation) compiles into good dotNet code.


Alex



More information about the Python-list mailing list