Maël Nison (2014-06-20T09:24:50.000Z)
dignifiedquire at gmail.com (2014-06-23T17:41:35.766Z)
Is there plans to add a range generator to the standard library ? It would be especially useful with array comprehension, when initializing arrays: ```js this._year = [ new Month(n) for n of Number.range(0, 12) ] ```