Re: Python source to C++ and/or Java

2013-03-07 Thread Peter Otten
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 >

Re: Python source to C++ and/or Java

2013-03-07 Thread Alec Taylor
Saw a talk at a Python usergroup today which talked about: Ply http://www.dabeaz.com/ply/ But you're probably looking for Cython. Python can run of the JRE e.g.: see Jython. There was also another one that you can use to build C extensions with, it was MP... something On Fri, Mar 8, 2013 at 2:1

Python source to C++ and/or Java

2013-03-07 Thread Jabba Laci
Hi, 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? And most impo