Jim,

On 5 June 2013 20:58, Jim Mooney <cybervigila...@gmail.com> wrote:

> But Guido says
> "..no Python for browsers," alas. Hopefully, he's not too prescient.
> Why not javascript And Python for browsers? There just has to be
> enough of a clamor for it.
>

You might be interested to know there's several incarnations of Python for
browser already available.  PyJS and PyJaco are Python to Javascript
compilers, and Brython is basically a Python subset that allows you to
write Python and use it as a scripting language in client side web pages
instead of Javascript:
http://code.google.com/p/brython/
http://www.brython.info/

I'll leave you to google the other 2 yourself if you're interested. ;)

Walter
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to