Mercurial > repos > tabletprog
log modules/list.tp @ 285:bb1539decd62
age | author | description |
---|---|---|
Sat, 19 Jul 2014 19:59:51 -0700 | Michael Pavone | Support for encoding objects, dictionaries, lists and arrays to JSON in json module |
Sat, 21 Dec 2013 12:06:10 -0800 | Michael Pavone | Add contains? method to list |
Mon, 26 Aug 2013 18:59:38 -0700 | Mike Pavone | Added reverse method to lists |
Mon, 26 Aug 2013 18:21:57 -0700 | Mike Pavone | Add join method to lists |
Wed, 21 Aug 2013 08:00:09 -0700 | Mike Pavone | Added foreach, string and print to list objects |
Tue, 13 Aug 2013 21:58:03 -0700 | Mike Pavone | Add linked list implementation and cons operator |