Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!us.feeder.erje.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder3.xlned.com!news.astraweb.com!border2.a.newsrouter.astraweb.com!news.tele.dk!news.tele.dk!small.news.tele.dk!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.007 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'subject:Python': 0.06; 'compiler': 0.07; 'translator': 0.09; 'python': 0.11; 'windows': 0.15; 'dio': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'subject:Javascript': 0.16; 'subject:translator': 0.16; 'wrote:': 0.18; '(not': 0.18; 'bit': 0.19; 'mon,': 0.24; 'source': 0.25; 'subject: : ': 0.26; 'header:In-Reply-To:1': 0.27; 'am,': 0.29; 'message-id:@mail.gmail.com': 0.30; "i'm": 0.30; 'code': 0.31; 'project?': 0.31; 'another': 0.32; 'open': 0.33; 'running': 0.33; 'mac': 0.33; 'but': 0.35; 'received:google.com': 0.35; 'there': 0.35; 'nov': 0.38; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'free': 0.61; 'here': 0.66; '2013': 0.98 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=OmHT1Y9DUDbYb9DAv81pgawagbnlzddU2NEomI+OdQE=; b=yonb7xRoXJdlwaLhjHX19NGh69jDh2uoB4oZkC8VcNQb/aAmQgXc1s8uFyBqZgk6NQ Zr49WbFS3BYwdhsTTVFIdpFWKrWLescmXtSAUCcD8RGb5stUtQxffNkKMg84KcWzp55s A8c9CsbBnS8ZvZGxQU4SawnV2omXQEx1UondjAyPjtooWwt58H9MSfFPfwqDtFu61dca oAWig+ISIZlPhYMuDg6S4j8s6xhsX5RkSaEqjACg/kKDeh8u0sTGFo6MMi7c56oLxZYc u2AgRpDqzzGQrvb2h6l/aoKU3GHMCOS9lYfoxfvoLDwpDW4RsLSiDkI2lGczy+rvdbZo 1hEw== MIME-Version: 1.0 X-Received: by 10.68.219.167 with SMTP id pp7mr766409pbc.125.1384735743836; Sun, 17 Nov 2013 16:49:03 -0800 (PST) In-Reply-To: <5e2be2b7-f9b4-4b75-8b7f-fe2cb0b8ad54@googlegroups.com> References: <5e2be2b7-f9b4-4b75-8b7f-fe2cb0b8ad54@googlegroups.com> Date: Mon, 18 Nov 2013 11:49:03 +1100 Subject: Re: RapydScript : Python to Javascript translator From: Chris Angelico To: python-list@python.org 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: 20 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1384735754 news.xs4all.nl 15907 [2001:888:2000:d::a6]:48069 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:59819 On Mon, Nov 18, 2013 at 6:16 AM, Salvatore DI DIO wrote: > Hello, > > If someone is interested about a fast Python to Javascript translator (not a compiler like Brython which is another beast) > > Here is a link of a RapydScript Tester. > For now it's only for windows. > > Regards > > http://salvatore.pythonanywhere.com/static/Projects/RapydScriptDemo.exe > > (I can if there is needs publish it for mac and linux) I don't know about other people here, but I'm a bit leery of just downloading Windows binaries from people and running them. Is your source code available? Is this an open source / free project? ChrisA