Version 0.10.2 was just uploaded, with a bunch of new features:
- fold, filter, map
- infinite lists (using the "gen" primitive)
- predicate function generation: 5 ltf = [dup 5 lt]
- Comma and paranthesis notation for lists: [3 2 1] list == (3, 2, 1)
(library addition)
- hash lists
There are also a few updates to the wiki:
http://code.google.com/p/cat-language/w/list
And I have updated the syntax specification:
http://www.cat-language.com/manual.html#syntax
--
http://www.cdiggins.com