. 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 ([EMAIL PROTECTED]) Anansi Spaceworks http://www.AnansiSpaceworks.com -- http://mail.python.org/mailman/listinfo/python-list