Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder.erje.net!newsfeed.xs4all.nl!newsfeed5.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.049 X-Spam-Evidence: '*H*': 0.91; '*S*': 0.00; 'python,': 0.01; 'subject:Python': 0.05; 'suggestions.': 0.07; 'python': 0.08; 'converting': 0.15; 'header:In-Reply-To:1': 0.22; 'work,': 0.26; "i'm": 0.26; 'toward': 0.29; 'problem': 0.29; 'solved': 0.30; 'anyone': 0.31; 'wondering': 0.32; 'objects': 0.32; 'there': 0.33; 'to:addr:python-list': 0.34; 'issue': 0.35; 'charset:us-ascii': 0.37; 'but': 0.37; 'received:192': 0.37; 'using': 0.38; 'received:org': 0.38; 'client': 0.39; 'either': 0.39; 'to:addr:python.org': 0.40; 'move': 0.40; 'received:192.168': 0.40; 'custom': 0.61; 'subject:Reference': 0.84; 'variation': 0.84; 'html5': 0.91; 'render': 0.91 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: RE: Using the Python Interpreter as a Reference Date: Fri, 25 Nov 2011 23:22:46 -0500 In-Reply-To: <67882be2-e60e-44c0-851c-a981f882e2ed@c16g2000pre.googlegroups.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Using the Python Interpreter as a Reference Thread-Index: AcyrmBBM+AH4yicCSNWZQpuvxjWHJgAWso3A References: <79379487-0081-4067-92ed-c6717652e1ff@y7g2000vbe.googlegroups.com> <67882be2-e60e-44c0-851c-a981f882e2ed@c16g2000pre.googlegroups.com> From: "Sells, Fred" To: X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 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: 9 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1322281397 news.xs4all.nl 6963 [2001:888:2000:d::a6]:57375 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:16244 I'm looking at a variation on this theme. I currently use Flex/ActionScript for client side work, but there is pressure to move toward HTML5+Javascript and or iOS. Since I'm an old hand at Python, I was wondering if there is a way to use it to model client side logic, then generate the javascript and ActionScript. I don't see an issue using custom python objects to render either mxml, xaml or html5 but I'm not aware if anyone has already solved the problem of converting Python (byte code?) to these languages? Any suggestions.