On Thursday, January 10, 2013 03:51:34 bearophile wrote: > My first > answer is that you probably should use iota more, because it's > handy in many situations :-)
I use it when I need it, but that's quite rare and almost always in unit tests. I might operate on ranges of numbers, but if so, they generally come from somewhere and represent real data of some kind. They're not generated. Other than needing to generate ranges for testing, I can't remember the last time that I needed to generate a range of numbers for anything. - Jonathan M Davis
