Commit graph

6 commits

Author SHA1 Message Date
evancz
79a747cfc6 Rename core/ to libraries/ to make it more clear what is going on with the directory structure. 2013-03-06 09:28:53 -08:00
evancz
39b3fcb034 Use a shorter name for Native.List in the List module 2013-03-03 07:55:37 -08:00
evancz
389a6f5309 Add a number of core modules, begin defining module names in .js files. 2013-02-26 23:26:28 -08:00
evancz
d53cecf3ba List module dependencies in elm and js code.
Planning on having the compiler crawl through to determine dependencies, then compile everything in an appropriate order. This will also let me print out compiler progress in a reasonable order.
2013-02-23 00:19:40 +01:00
evancz
e05e9c5aca Split the List library into Elm and JS code. Do profiling for many functions (map, foldr, filter, length, zipWith, scanl, last, take, reverse) and get some nice speedups. 2013-02-10 01:45:45 -08:00
evancz
1f89dce93a Rename core-elm to core, beginning the transitions to a standard library written primarily in Elm. 2013-02-09 20:40:05 -08:00
Renamed from core-elm/List.elm (Browse further)