On Aug 17, 8:35 am, sturlamolden <sturlamol... at 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 ...