Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #95225 > unrolled thread
| Started by | Ian Kelly <ian.g.kelly@gmail.com> |
|---|---|
| First post | 2015-08-10 10:40 -0600 |
| Last post | 2015-08-10 10:40 -0600 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: pyjs - a compiler from Python to JavaScript Ian Kelly <ian.g.kelly@gmail.com> - 2015-08-10 10:40 -0600
| From | Ian Kelly <ian.g.kelly@gmail.com> |
|---|---|
| Date | 2015-08-10 10:40 -0600 |
| Subject | Re: pyjs - a compiler from Python to JavaScript |
| Message-ID | <mailman.46.1439224905.3627.python-list@python.org> |
On Fri, Aug 7, 2015 at 5:00 AM, Uri Even-Chen <uri@speedy.net> wrote: > > Are you familiar with pyjs? I saw the website and I see that the latest stable release is from May 2012. Is it possible to use pyjs to compile Python to JavaScript? Which versions of Python are supported? Are versions 2.7 and 3.4 supported? And is it possible to use Django (in the client side) and JavaScript frameworks such as jQuery, jQuery UI and jQuery plugins together with pyjs? And if you check the commit history on GitHub, there are only two commits in the past year. The project was hijacked (i.e. forked plus "we're taking the domain name and the mailing list too") a few years ago (also in May 2012, I think not coincidentally), and that sadly seems to have slowly killed the development momentum on the project. I'm not really familiar with the space, but I tend to hear good things about Brython. PyPy.js and Skulpt are other alternatives. However, I think that all of these are implementations of Python in Javascript, not Python to Javascript compilers.
Back to top | Article view | comp.lang.python
csiph-web