Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #40787

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

From Peter Otten <__peter__@web.de>
Subject Re: Python source to C++ and/or Java
Date 2013-03-07 16:33 +0100
Organization None
References <CAOuJsMnHbtD-z1A3odU7usYh+pWbWExnUFCT2_DtbLpnqDM05Q@mail.gmail.com>
Newsgroups comp.lang.python
Message-ID <mailman.3032.1362670372.2939.python-list@python.org> (permalink)

Show all headers | View raw


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

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: Python source to C++ and/or Java Peter Otten <__peter__@web.de> - 2013-03-07 16:33 +0100

csiph-web