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.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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.