Héllo,

I just released a new version of PythonScript <http://apppyjs.appspot.com/>,
a "variant" of Python that compiles to javascript. It should be very
similar to CPython, but not the primary goal. Having something that's easy
to work with (right now), without sacryfing for speed or implementation
complexity are the primary goals.

I take the opportunity of this new release to reach Djangonauts because I
think that you might be interested.

FAQ:

*wat?)* So, how does it looks like ? Just like Python!

*demo)* What can I do with it ? Probably something, here is a mosaic of
links <http://amirouche.github.io/sudo-python/>
[source<https://github.com/amirouche/sudo-python/tree/gh-pages>
].

*100%)* Is it 100% compatible with CPython ? No, and it won't be, the only
thing that will be 100% compatible with CPython is an interpreter
translated to javascript (possible PythonScript future) or written in
Javascript (like Brython).

*django)* How does it work with Django ? Just like CoffeeScript I guess,
there is a demo app in the repository and a mini-explanation on the
website<http://apppyjs.appspot.com/#django>
.

*tldr)* I'm lazy, can I haz cheese burger ? No, but you can try the online
editor <http://apppyjs.appspot.com/editor>.

*future)* Where is it headed ? I'm looking forward building something like
Meteor <http://meteor.com/>, a backend+frontend framework, then writte an
interpreter in PythonJS [1] that is 100% compatible with CPython. If you
are interested in such a project send me an email.

*doc)* I started a bit of
documentation<https://pythonscript.readthedocs.org/en/latest/>
.

*jquery)* Does it have jQuery bindings ?
Yes<https://github.com/amirouche/PythonScript/blob/master/bindings/jquery.py>
!

*tests)* Is there any tests ? No...

*help)* How can I help ? As usual, use it, write about it, tell me if
something is wrong, do a PR, anyway notify me if you do something. Also you
can reach me directly if you want. You can also
RT<https://twitter.com/AmirAmazig/status/332525378767839233>
.

*forge)* Where is the code? https://github.com/amirouche/PythonScript

*copying)* I changed (in the develop branch) to LGPL 2.1 so it's similar to
MIT/Apache/new-BSD aka. business friendly but free software.

Cheers,

Amirouche

[1] a subset of Python that translates to a subset of Javascript used in
PythonScript to implement Python...

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to