Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #40785
| References | <CAOuJsMnHbtD-z1A3odU7usYh+pWbWExnUFCT2_DtbLpnqDM05Q@mail.gmail.com> |
|---|---|
| Date | 2013-03-08 02:25 +1100 |
| Subject | Re: Python source to C++ and/or Java |
| From | Alec Taylor <alec.taylor6@gmail.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.3031.1362669939.2939.python-list@python.org> (permalink) |
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 comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: Python source to C++ and/or Java Alec Taylor <alec.taylor6@gmail.com> - 2013-03-08 02:25 +1100
csiph-web