log modules/list.tp @ 347:ff7ea11b4b60

age author description
Sat, 28 Mar 2015 13:26:03 -0700 Michael Pavone Use a smarter algorithm for calculating module init order and break some circular module dependencies in the standard library
Fri, 01 Aug 2014 18:56:50 -0700 Michael Pavone Merge
Fri, 01 Aug 2014 18:55:01 -0700 Michael Pavone Add find method to list
Mon, 28 Jul 2014 03:29:27 -0700 Michael Pavone Added filter to list
Fri, 25 Jul 2014 13:43:25 -0700 Michael Pavone Add foreach to empty list
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