Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!us.feeder.erje.net!border3.nntp.ams.giganews.com!border1.nntp.ams.giganews.com!nntp.giganews.com!usenetcore.com!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.061 X-Spam-Evidence: '*H*': 0.88; '*S*': 0.00; 'subject:Python': 0.05; 'python': 0.09; 'project?': 0.09; 'subject:Java': 0.16; 'thanks,': 0.18; '(not': 0.20; 'java': 0.21; 'recognize': 0.22; 'seems': 0.23; 'project,': 0.24; 'c++': 0.27; 'message-id:@mail.gmail.com': 0.27; "doesn't": 0.28; 'subject:/': 0.28; 'source': 0.29; 'code': 0.31; 'could': 0.32; 'to:addr:python-list': 0.33; 'hi,': 0.33; 'received:google.com': 0.34; 'similar': 0.35; 'but': 0.36; 'university': 0.38; 'some': 0.38; 'to:addr:python.org': 0.39; 'build': 0.39; 'where': 0.40; 'most': 0.61; 'first': 0.61; 'decided': 0.65; '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=x-received:mime-version:from:date:message-id:subject:to :content-type; bh=PR+qFbRzyG1TLWMLpeo2XsNkVLi/JM2iLgRGl+WtX58=; b=b320VUp+nzsq3Uj6KErc/8pP7D4vLQuOtDKq8bKGv4cvHJ24WPyiXKYPrclwjqgj/f ajsUWQdoXP8chfmgWOaB6ymX6bDLWvnXpVS6gZ9pSWcjqraFp6vNTTXdtrFtQQcQ0kub yZ9eIsPXMjphB8oQVWc81oNBJ1hrJzjtsMF6At5xfkaZIfX1/8MEJJ2G8dtJamGQ32SF SpSA5hRX0jpBOMEDm5TAeLGdb9CUnaNxSbkjzcrBdiMjzd8qL6+noeXlyrZtQxOwLoWy 1dQvc7jLZ9prrgPRtl4bXW/p5M+m1mjBARIv1la0zFRyGjoyyxZJjzRBpjQrctG/rW3g zjeA== X-Received: by 10.60.26.72 with SMTP id j8mr26150311oeg.2.1362669613753; Thu, 07 Mar 2013 07:20:13 -0800 (PST) MIME-Version: 1.0 From: Jabba Laci Date: Thu, 7 Mar 2013 16:19:53 +0100 Subject: Python source to C++ and/or Java To: Python mailing list Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 16 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1362669616 news.xs4all.nl 6898 [2001:888:2000:d::a6]:56676 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:40784 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