log modules/array.tp @ 377:93c28eee141e default tip

age author description
Sat, 15 Aug 2015 22:45:33 -0700 Michael Pavone Merge default tip
Wed, 12 Aug 2015 19:16:41 -0700 Michael Pavone Added reverse method to arrays
Sat, 08 Aug 2015 21:13:26 -0700 Michael Pavone Add a pop method to array
Sun, 05 Apr 2015 22:49:40 -0700 Michael Pavone Bugfix to array find:withDefault and a small optimization to array map
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
Mon, 23 Mar 2015 21:18:26 -0700 Michael Pavone Fix infinite loop in foldr:with
Sun, 22 Mar 2015 22:06:50 -0700 Michael Pavone Add sort method to arrays
Sat, 19 Jul 2014 19:59:51 -0700 Michael Pavone Support for encoding objects, dictionaries, lists and arrays to JSON in json module
Sun, 01 Jun 2014 22:39:25 -0700 Michael Pavone Untested implementation of filter for arrays
Wed, 09 Apr 2014 22:54:52 -0700 Michael Pavone Added resize method to arrays
Mon, 26 Aug 2013 19:50:02 -0700 Mike Pavone Fix infinite loop in array join
Mon, 26 Aug 2013 17:27:17 -0700 Mike Pavone Add string conversion inside array join so callers don't need to worry about doing string conversions themselves
Sun, 25 Aug 2013 14:44:43 -0700 Mike Pavone Add join method to array
Fri, 09 Aug 2013 03:58:42 -0700 Mike Pavone Fix fold:with foldr:with and map in the array module
Sat, 21 Jul 2012 22:30:21 -0700 Mike Pavone Add support for llMessage:withVars:andCode and llProperty:withType for specifying low level code without having to stick C inside the compiler. Redo array built-in type to use this feature.