gene tani wrote: > Rene Pijlman wrote: > > [EMAIL PROTECTED]: > > >I have an application return in python. I want this to be > > >converted to C. > > > > http://www.python.org/doc/faq/general/#can-python-be-compiled-to-machine-code-c-or-some-other-language > > > > http://pyfaq.infogami.com/can-python-be-compiled-to-machine-code-c-or-some-other-language > shd probably mention Shedskin, boost, ctypes, any others?
The PyPy LLVM backend will compile Python code to C. Also Pyrex can do a bit more than just integrate C with Python, AFAIK it *can* compile some Python to C - although with very little speed advantage if you don't use native C types. Fuzzyman http://www.voidspace.org.uk/python/index.shtml -- http://mail.python.org/mailman/listinfo/python-list