I really like Python but ....

skip at pobox.com skip at pobox.com
Sun May 27 13:15:46 EDT 2001


    Bill> HOWEVER, I can't get too excited about it until a true compiler
    Bill> for Python comes along.

Check out Python2C.  Don't know the current status, but the mailing list is
very quiet, so it's almost certainly getting somewhat behind the current
Python state-of-the-art.  Python2C takes a module written in Python and
generates an equivalent module written in C, which you can compile.  

Also, freeze, in the distribution as Tools/freeze, warrants a look.

Neither one frees you completely from the need for an interpreter, though
freeze bundles the interpreter into the generated executable.

-- 
Skip Montanaro (skip at pobox.com)
(847)971-7098




More information about the Python-list mailing list