Michael Hoffman <[EMAIL PROTECTED]> 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 -- http://mail.python.org/mailman/listinfo/python-list