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


Groups > comp.lang.python > #40785

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

Path csiph.com!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <alec.taylor6@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.033
X-Spam-Evidence '*H*': 0.93; '*S*': 0.00; 'subject:Python': 0.05; 'python': 0.09; 'project?': 0.09; 'cc:addr:python-list': 0.10; 'extensions': 0.13; 'subject:Java': 0.16; 'url:dabeaz': 0.16; 'wrote:': 0.17; 'thanks,': 0.18; '(not': 0.20; 'java': 0.21; 'recognize': 0.22; 'cc:2**0': 0.23; 'seems': 0.23; 'project,': 0.24; 'cc:addr:python.org': 0.25; 'header:In-Reply-To:1': 0.25; 'am,': 0.27; 'c++': 0.27; 'message-id:@mail.gmail.com': 0.27; "doesn't": 0.28; 'subject:/': 0.28; 'run': 0.28; 'talked': 0.29; 'url:mailman': 0.29; 'source': 0.29; 'probably': 0.29; 'fri,': 0.30; 'code': 0.31; 'url:python': 0.32; 'could': 0.32; 'url:listinfo': 0.32; 'hi,': 0.33; 'another': 0.33; 'received:google.com': 0.34; 'similar': 0.35; 'something': 0.35; 'there': 0.35; 'but': 0.36; 'url:org': 0.36; 'subject:: ': 0.38; 'university': 0.38; 'some': 0.38; 'talk': 0.38; 'build': 0.39; 'where': 0.40; 'url:mail': 0.40; 'most': 0.61; 'first': 0.61; 'decided': 0.65; 'today': 0.67; 'saw': 0.75; '2013': 0.84; 'everything.': 0.84; 'of?': 0.84; 'subject:source': 0.84
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=h5x2wPHicr5ogp8OFGgPNBCV4kMv6bPYsm0iof7bzVI=; b=ezDov7HxSoVoL54MMUsEnAZ/N3ikQj/uVh0W/WxgJ6uIGY8+mgm81XmGNXHLNdlksH dcfRADwFPZipF07BEn/geuFPfM+FerZjYtERvQptD1Hr2TetJBRs97YunFF1WYGIveX9 HcUHIZYHayZ4GM0F27D7pCTyIo3W1gH5SacbGRElSxP7vM8bg5Wd7tVsUg84uqVESIZE OkK9N2MA7X5cEHCjRxJIUrAJzX4M+MWKspO/BQUcBXr5x9Ax21E+b72zKMk6wPjMPnfv BipkYwdFYmBd9fT96RCOw6g4/ZldmKuLBafl6bOpf+Y9q/IPnYJjPKuzLgIygq7T0coe /vJQ==
MIME-Version 1.0
X-Received by 10.50.17.131 with SMTP id o3mr14444240igd.63.1362669930978; Thu, 07 Mar 2013 07:25:30 -0800 (PST)
In-Reply-To <CAOuJsMnHbtD-z1A3odU7usYh+pWbWExnUFCT2_DtbLpnqDM05Q@mail.gmail.com>
References <CAOuJsMnHbtD-z1A3odU7usYh+pWbWExnUFCT2_DtbLpnqDM05Q@mail.gmail.com>
Date Fri, 8 Mar 2013 02:25:30 +1100
Subject Re: Python source to C++ and/or Java
From Alec Taylor <alec.taylor6@gmail.com>
To Jabba Laci <jabba.laci@gmail.com>
Content-Type text/plain; charset=ISO-8859-1
Cc Python mailing list <python-list@python.org>
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.3031.1362669939.2939.python-list@python.org> (permalink)
Lines 29
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1362669939 news.xs4all.nl 6878 [2001:888:2000:d::a6]:59506
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:40785

Show key headers only | View raw


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


Thread

Re: Python source to C++ and/or Java Alec Taylor <alec.taylor6@gmail.com> - 2013-03-08 02:25 +1100

csiph-web