Commit Graph

8 Commits

Author SHA1 Message Date
cff08f989b Rename a couple of tests. 2015-01-24 14:42:25 -08:00
4977083904 Abstract List's toString method to a more general join method on Sequence. 2015-01-24 14:01:16 -08:00
4bc06a3acc Add reduce test for ranges 2015-01-16 09:33:23 +01:00
d146018559 Convert all fns to block arg syntax. 2014-04-02 19:41:53 -07:00
f8a9d7f321 Make Sequence base class.
This lets us share functionality between List and Range (and
other user-defined sequence types).
2014-02-16 09:20:31 -08:00
59bb7eec7a Remove some outdated TODOs.
They’re TODONE!
2014-02-13 08:38:44 -08:00
46c1ba9249 Fix #2. Finish implementing Range.
Covers error and edge cases and fully tested now.
2014-01-20 13:20:22 -08:00
97bf314f4b Make Range a native object type.
Still need to implement better semantics, but this is an 
important first step. It's much faster now too, which is good.
2014-01-20 08:45:15 -08:00