convert python into C

Burkhard Kloss bk at xk7.com
Wed Oct 18 06:42:33 EDT 2000


> >  I wrote a small program in python and I wish I could use it on
> >my Next computer. I have no python interpreter on the Next, but
> >I do have, of course, a C compiler.
> >  Is there any method to convert a python program into C or C++ code ?
The alternative, and probably both easier and more useful in the long run,
would be to compile the python interpreter on the Next.
Since there's a fairly standard Unix hiding underneath, it shouldn't be too
difficult to port Python itself.






More information about the Python-list mailing list