On Sat, May 21, 2011 at 6:25 PM, Daniel Kluev <dan.kl...@gmail.com> wrote:

> Also, most of these complaints could be solved by using correct python
> dialect for particular task - RPython, Cython and so on.
>

Cython is an interesting dialect that I use now and then.

RPython is probably just as well avoided.  PyPy, which is written in RPython
and Python, supports Python 2.7 nicely - there's no need to drop down to the
level of RPython to get significant performance benefits from PyPy.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to