Sascha Peilicke wrote:
>
> ... Wouldn't it be cool to have our favorite
> language at hand when developing a web-app?
If you're don't mind having a bit of a different model, PyPy might be
interesting for you. They have a (relatively complete) Python to
JavaScript convertor, which allows you to w
> is available. But one thing is missing: client-side python-scripting in
> the web-browser!
You might be interested in Brett Cannons work see:
http://mail.python.org/pipermail/python-dev/2006-June/066344.html
AIUI: The restricted execution issue needs to be addressed before
anything else can ha