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. [...]
"""

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to