Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #40787 > unrolled thread
| Started by | Peter Otten <__peter__@web.de> |
|---|---|
| First post | 2013-03-07 16:33 +0100 |
| Last post | 2013-03-07 16:33 +0100 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: Python source to C++ and/or Java Peter Otten <__peter__@web.de> - 2013-03-07 16:33 +0100
| From | Peter Otten <__peter__@web.de> |
|---|---|
| Date | 2013-03-07 16:33 +0100 |
| Subject | Re: Python source to C++ and/or Java |
| Message-ID | <mailman.3032.1362670372.2939.python-list@python.org> |
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 top | Article view | comp.lang.python
csiph-web