Berco Beute:
> I wonder what it would take to implement Python in JavaScript so it
> can run on those fancy new JavaScript VM's such as Chrome's V8 or
> Firefox' tracemonkey. Much the same as Python implementations in C#
> (IronPython) and Java (Jython). It would certainly bring back the fun
> in web application development. Is there anything done in that
> direction?

The mythical beast pypy is supposed able to translate Python to
Javascript too, I think. From some of my benchmarks Chrome's V8 is a
little slower than Psyco... so the matter is how much efficiently can
be Python translated in JS.

Bye,
bearophile
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to