Anonymous - 2006-01-27

Hello,

I recently developed a loop command similar in its way to Python's
  for i in range(...)

and I posted the C code on the Tcler's Wiki
(see wiki.tcl.tk/15107)

Would someone be interessed in having it in TclX ?

I am not sure it would fit well into the Tcl core,
even if it is cross-platform by essence...
It is at least 20% faster than the traditional for loop command on integer-ranges.