Abandoning Python

Dan Stromberg drsalists at gmail.com
Sat May 21 21:43:25 EDT 2011


On Sat, May 21, 2011 at 6:25 PM, Daniel Kluev <dan.kluev at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20110521/86733d7a/attachment-0001.html>


More information about the Python-list mailing list