Why not a Python compiler?

Marc 'BlackJack' Rintsch bj_666 at gmx.net
Fri Feb 8 20:11:09 EST 2008


On Fri, 08 Feb 2008 05:12:29 -0800, Ryszard Szopa wrote:

> Expressing simple loops as C for loops...

You mean simple loops like ``for i in xrange(1000):``?  How should the
compiler know what object is bound to the name `xrange` when that loop is
executed?

Ciao,
	Marc 'BlackJack' Rintsch



More information about the Python-list mailing list