For a fast implementation of Python

Terry Hancock hancock at anansispaceworks.com
Tue Jul 4 05:51:12 EDT 2006


. wrote:

>  What is the fast way for a fast implementation of Python?
>
>  -- JavaScript implementation of Python
>  http://groups.google.it/group/JSython/

Follow the PyPy link.  The other replies were about increasing
execution speed, not ease of implementation.

Implement the "RPython" part in Javascript, then use
the PyPy project to fill in the rest?  That way, you don't
even have to maintain most of it.

http://codespeak.net/pypy/dist/pypy/doc/news.html

Cheers,
Terry


-- 
Terry Hancock (hancock at AnansiSpaceworks.com)
Anansi Spaceworks http://www.AnansiSpaceworks.com




More information about the Python-list mailing list