Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #40785 > unrolled thread
| Started by | Alec Taylor <alec.taylor6@gmail.com> |
|---|---|
| First post | 2013-03-08 02:25 +1100 |
| Last post | 2013-03-08 02:25 +1100 |
| 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 Alec Taylor <alec.taylor6@gmail.com> - 2013-03-08 02:25 +1100
| From | Alec Taylor <alec.taylor6@gmail.com> |
|---|---|
| Date | 2013-03-08 02:25 +1100 |
| Subject | Re: Python source to C++ and/or Java |
| Message-ID | <mailman.3031.1362669939.2939.python-list@python.org> |
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:19 AM, Jabba Laci <jabba.laci@gmail.com> wrote: > 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 importantly: where could I start this project? Could you give > some ideas/tips? > > The converter doesn't have to recognize everything. First we want to > build a simple prototype. > > Thanks, > > Laszlo > -- > http://mail.python.org/mailman/listinfo/python-list
Back to top | Article view | comp.lang.python
csiph-web