James wrote: > Interesting thread ... > > 1.) Language support for ranges as in Ada/Pascal/Ruby > 1..10 rather than range(1, 10) Did you mean 1..9 or 1...10 or both or neither? Can this construct be used like this: (i+1)..n ? If not, what would you use? What is the frequency of range literals in the average piece of code?