Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!news-transit.tcx.org.uk!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!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.014 X-Spam-Evidence: '*H*': 0.97; '*S*': 0.00; 'python,': 0.01; 'subject:Python': 0.05; 'suggestions.': 0.07; 'python': 0.08; 'fred': 0.09; 'converting': 0.15; '\xc2\xa0i': 0.16; 'cc:addr :python-list': 0.16; 'wrote:': 0.18; 'cc:no real name:2**0': 0.20; 'to:2**1': 0.21; 'header:In-Reply-To:1': 0.22; 'sfxlen:0': 0.23; 'cc:2**0': 0.24; 'sat,': 0.25; 'work,': 0.26; "i'm": 0.26; 'url:mailman': 0.28; 'message-id:@mail.gmail.com': 0.28; 'toward': 0.29; 'problem': 0.29; 'cc:addr:python.org': 0.29; 'nov': 0.29; 'pm,': 0.29; 'solved': 0.30; 'anyone': 0.31; 'wondering': 0.32; 'objects': 0.32; 'url:listinfo': 0.32; 'there': 0.33; 'issue': 0.35; 'url:python': 0.36; 'received:209.85.161': 0.36; 'but': 0.37; 'received:google.com': 0.37; 'using': 0.38; 'received:209.85': 0.38; 'client': 0.39; 'url:org': 0.39; 'either': 0.39; 'received:209': 0.40; 'move': 0.40; '2011': 0.61; 'custom': 0.61; '26,': 0.67; 'subject:Reference': 0.84; 'variation': 0.84; 'html5': 0.91; 'render': 0.91 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; bh=uW8mQl15j1RmqaUityXGphFXS61y9WEtLWARvoQKJxI=; b=rqfZtIi6RASO22j33slp2j3cTwhu2EGnXg8XXulZHibBCvjm7C0JcxHd+yeFirT2Nu 7vw7BQkbu97rgRni/5imIZzc1ZGxjY/3hPSZ714J9ERjVmUvUWj670nUljVIbLZH7fGn NYnBKzeKvhuPBnz2UQgkS5644Si4Cg9D6Yiro= MIME-Version: 1.0 In-Reply-To: References: <79379487-0081-4067-92ed-c6717652e1ff@y7g2000vbe.googlegroups.com> <67882be2-e60e-44c0-851c-a981f882e2ed@c16g2000pre.googlegroups.com> From: Matt Joiner Date: Sat, 26 Nov 2011 23:19:43 +1100 Subject: Re: Using the Python Interpreter as a Reference To: "Sells, Fred" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: python-list@python.org 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: 17 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1322310007 news.xs4all.nl 6870 [2001:888:2000:d::a6]:38906 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:16249 http://pyjs.org/ On Sat, Nov 26, 2011 at 3:22 PM, Sells, Fred wrote: > I'm looking at a variation on this theme. =C2=A0I currently use > Flex/ActionScript for client side work, but there is pressure to move > toward HTML5+Javascript and or iOS. =C2=A0Since 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. =C2=A0I 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? =C2=A0Any suggestions. > > -- > http://mail.python.org/mailman/listinfo/python-list >