JavaScript implementation of Python xrange() builtin
I don't like not having the `range()/xrange()` in JavaScript — particularly when working with [Underscore.js](http://documentcloud.github.com/underscore/) and other such libraries — so I wrote it. It's not rocket science, but it might help make the world a slightly less annoying place for a couple of people.
- javascript
- python
- list
- generator
- array
- builtin
- xrange