On Aug 17, 8:35 am, sturlamolden <sturlamol...@yahoo.no> wrote:

> A compiler could easily recognise a statement like
>    for i in range(n):
> as a simple integer loop. In fact, Cython is able to do this.

Extremely easy, once users relinquish the right to replace built-in
"range" with their own concoctions ...

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to