Philippe Sigaud: > What, do you also need the no-arg version of iota? > > :-p
I'd like a generator (range) similar to the Python itertools.count, that yields numbers starting from the given number (defaulting to zero) and just goes on and on. You can use it in many situations: http://docs.python.org/library/itertools.html#itertools.count Bye, bearophile
