Next step after pychecker

Alex Martelli aleaxit at yahoo.com
Wed Feb 2 03:03:58 EST 2005


Philippe Fremy <phil at freehackers.org> wrote:

> Any other idea of a fun python improvement project I could join without
> too much hassle ? I can't help but thinking that pychecker ought to be
> able to do a better job.

Have a look at pypy -- around the key idea of reimplementing Python's
runtime in Python, type inferencing on a somewhat restricted ("not too
dynamic/meta at runtime") subset of Python plays a key role there.


Alex



More information about the Python-list mailing list