Python source to C++ and/or Java

Peter Otten __peter__ at web.de
Thu Mar 7 10:33:05 EST 2013


Jabba Laci wrote:

> As a university project, I would like to work on an automated
> converter that transforms a Python source code to C++ or Java (not yet
> decided but I would vote on Java since it seems less complicated).
> Do you know if it's already done? What other similar projects are you
> aware of?

https://pypi.python.org/pypi/Shed Skin/

"""
An Optimizing (restricted) Python-to-C++ Compiler
Shed Skin is an experimental (restricted) Python-to-C++ compiler. It accepts 
pure but implicitly statically typed Python (2.4-2.6) programs and generates 
optimized C++ code. [...]
"""




More information about the Python-list mailing list