Merge pull request #377 from asarhaddon/fix-runtests-pre-eval
[jackhill/mal.git] / elm / Core.elm
2018-06-24 Joel MartinMerge pull request #319 from chr15m/refactor-php-web...
2018-01-04 Joel MartinMerge pull request #310 from bendudson/master
2017-11-02 Joel MartinMerge pull request #306 from kanaka/add-predicates
2017-10-31 Vasilij Schneidermannelm, objpascal, plpgsql: Add number?, fn?, macro?
2017-07-25 Joel MartinMerge pull request #270 from c0deaddict/master
2017-07-25 Jos van BakelMerged master, resolved conflicts
2017-07-18 Jos van BakelElm: GC almost working.
2017-07-09 Jos van BakelElm step A: implemented GC. MAL tests are failing..
2017-06-23 Jos van BakelElm step A: fix time-ms
2017-06-23 Jos van BakelElm step A
2017-06-20 Jos van BakelElm step 7-9
2017-06-18 Jos van BakelElm step 7: cons and concat
2017-06-18 Jos van BakelElm: Step 4-6 tests succeed
2017-06-15 Jos van BakelElm step 6: fix bug: def! always writes in global frame.
2017-06-15 Jos van BakelElm step 5: cleaning up a bit, add debug mode.
2017-06-14 Jos van BakelElm: step5 - TCO the theory
2017-06-11 Jos van BakelElm: step 4 - fns defined in mal + var args
2017-06-08 Jos van BakelElm: part 4 halfway finished. Hello Monads.