Python on JavaScript VM's (such as V8)?

bearophileHUGS at lycos.com bearophileHUGS at lycos.com
Wed Sep 3 18:02:09 EDT 2008


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



More information about the Python-list mailing list