Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #59788 > unrolled thread
| Started by | Salvatore DI DIO <salvatore.didio@gmail.com> |
|---|---|
| First post | 2013-11-17 11:16 -0800 |
| Last post | 2013-11-18 15:52 -0800 |
| Articles | 4 — 3 participants |
Back to article view | Back to comp.lang.python
RapydScript : Python to Javascript translator Salvatore DI DIO <salvatore.didio@gmail.com> - 2013-11-17 11:16 -0800
Re: RapydScript : Python to Javascript translator Chris Angelico <rosuav@gmail.com> - 2013-11-18 11:49 +1100
Re: RapydScript : Python to Javascript translator Salvatore DI DIO <salvatore.didio@gmail.com> - 2013-11-18 03:44 -0800
Re: RapydScript : Python to Javascript translator Dan Stromberg <drsalists@gmail.com> - 2013-11-18 15:52 -0800
| From | Salvatore DI DIO <salvatore.didio@gmail.com> |
|---|---|
| Date | 2013-11-17 11:16 -0800 |
| Subject | RapydScript : Python to Javascript translator |
| Message-ID | <5e2be2b7-f9b4-4b75-8b7f-fe2cb0b8ad54@googlegroups.com> |
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)
[toc] | [next] | [standalone]
| From | Chris Angelico <rosuav@gmail.com> |
|---|---|
| Date | 2013-11-18 11:49 +1100 |
| Message-ID | <mailman.2812.1384735754.18130.python-list@python.org> |
| In reply to | #59788 |
On Mon, Nov 18, 2013 at 6:16 AM, Salvatore DI DIO <salvatore.didio@gmail.com> 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
[toc] | [prev] | [next] | [standalone]
| From | Salvatore DI DIO <salvatore.didio@gmail.com> |
|---|---|
| Date | 2013-11-18 03:44 -0800 |
| Message-ID | <338423b1-4a8c-4c21-a8f4-da7718ad29ba@googlegroups.com> |
| In reply to | #59819 |
> > 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 You are completly right :-) Here is the source code : https://github.com/charleslaw/rapydscript_online You can see other demos here : http://salvatore.pythonanywhere.com/RapydScript The official site of RapydScript : http://rapydscript.pyjeon.com/ e assumptions before testing : Here is the official site: http://rapydscript.pyjeon.com/ Regards Salvatore
[toc] | [prev] | [next] | [standalone]
| From | Dan Stromberg <drsalists@gmail.com> |
|---|---|
| Date | 2013-11-18 15:52 -0800 |
| Message-ID | <mailman.2871.1384818777.18130.python-list@python.org> |
| In reply to | #59788 |
[Multipart message — attachments visible in raw view] — view raw
On Sun, Nov 17, 2013 at 11:16 AM, Salvatore DI DIO < salvatore.didio@gmail.com> wrote: > Hello, > > If someone is interested about a fast Python to Javascript translator > (not a compiler like Brython which is another beast) > RapydScript is interesting. Here's a comparison of several Python-in-a-browser technologies, including RapydScript and RapydScript II: http://stromberg.dnsalias.org/~dstromberg/pybrowser/python-browser.html
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.python
csiph-web