Does the world need another v0.1 python compiler?

sturlamolden sturlamolden at yahoo.no
Thu Feb 8 14:11:09 EST 2007


On Feb 8, 7:02 pm, bearophileH... at lycos.com wrote:

> At the moment I think this approach can't improve much the speed of
> Python programs compared to what Psyco is already able to do.

Pyrex generates code that competes with hand-written C. It is as close
to statically typed Python as it gets.

http://www.scipy.org/PerformancePython




More information about the Python-list mailing list