jackhill/mal.git
2014-04-19 Joel MartinPerl: add step1_read_print, types.
2014-04-19 Joel MartinPerl: add readline interface and step0_repl
2014-04-19 Joel MartinAll: *ARGV* and *host-language*. Misc syncing/fixes.
2014-04-18 Joel MartinRuby,Python,C#: readline history fixes. Ruby include...
2014-04-18 Joel MartinAll: perf test, Makefile refactor, add *host-language*
2014-04-17 Joel MartinAll: move some fns to core. Major cleanup.
2014-04-17 Joel MartinPython: metadata on builtin funcs. Support python3.
2014-04-16 Joel MartinREADME: typo.
2014-04-16 Joel MartinRuby: remove debug. Update TODO.
2014-04-16 Joel MartinPS: fix concat with no args and conj.
2014-04-15 Joel MartinAll: fix get. All pass stepA tests.
2014-04-15 Joel MartinMal space cleanup. Ruby Makefile. TODO updates.
2014-04-15 Joel MartinPS: fix test invocation.
2014-04-15 Joel MartinPS: fix meta return value when obj has no meta
2014-04-15 Joel MartinPS: fix function closures. Self-hosted up to step7.
2014-04-13 Joel MartinJava, JS: cleanup and sync steps.
2014-04-13 Joel MartinRuby: fixes to enable self-hosting.
2014-04-13 Joel MartinRuby: add stepA_more and rest of core functions.
2014-04-11 Joel MartinRuby: add step9_interop
2014-04-11 Joel MartinRuby: add step8_macros
2014-04-11 Joel MartinRuby: add step7_quote
2014-04-11 Joel MartinRuby: add step6_file
2014-04-11 Joel MartinRuby: add step5_tco
2014-04-11 Joel MartinRuby: step4_if_fn_do with core functions.
2014-04-11 Joel MartinRuby: add step3
2014-04-11 Joel MartinRuby: step2_eval
2014-04-11 Joel MartinRuby: step0, step1
2014-04-11 Joel MartinAdd stats-lisp target (only env, core, stepA)
2014-04-10 Joel MartinFix metadata on functions.
2014-04-10 Joel MartinREADME: add C# info. Cleanup top Makefile.
2014-04-10 Joel MartinC#: add metadata and atoms.
2014-04-10 Joel MartinC#: add stepA_more and core functions.
2014-04-08 Joel MartinC#: add step8_macros
2014-04-08 Joel MartinC#: add step7_quote
2014-04-08 Joel MartinC#: step6_file
2014-04-08 Joel MartinC#: add step5_tco
2014-04-07 Joel MartinCS: add step4_if_fn_do
2014-04-07 Joel MartinCS: add step3_env
2014-04-07 Joel MartinC#: add step2_eval.
2014-04-07 Joel MartinCS: add step1_read_print
2014-04-07 Joel MartinC: fix step1 EOF handling.
2014-04-07 Joel MartinC#: step0_repl using de Icaza's getline.cs
2014-04-06 Joel Martindocs/TODO: cleanup/re-organize. Add more languages.
2014-04-06 Joel MartinJS: fix josh.js submodule for gh-pages compatibility.
2014-04-06 Joel MartinJS: fix web interface.
2014-04-06 Joel MartinC,PHP,Python: stepA fixup. All tests/impls pass!
2014-04-06 Joel MartinPython: missed cleanup/core split of step9, stepA.
2014-04-06 Joel MartinPS: fix string escaping. Passes all tests.
2014-04-06 Joel MartinPS: add vector, hash-map, atoms and metadata.
2014-04-03 Joel MartinAll: split types into types, env, printer, core.
2014-04-02 Joel MartinAll: remove slurp-do, use str around slurp instead.
2014-04-02 Joel MartinJava: fix Makefile file list.
2014-04-02 Joel MartinAll: pass stepA tests, in particular with correct conj...
2014-04-02 Joel MartinPS: add stepA_more.
2014-04-02 Joel MartinPS: add step9_interop: (ps* str)
2014-04-01 Joel MartinPS: add step8_macros.
2014-03-31 Joel MartinPS: add step7_quote
2014-03-30 Joel MartinREADME, TODO, step_notes updates.
2014-03-30 Joel MartinPS: add ste6_file.
2014-03-30 Joel MartinREADME: add more details.
2014-03-29 Joel MartinREADME: minor name synchronization ("argument").
2014-03-29 Joel MartinPS: add step5_tco.
2014-03-29 Joel MartinPS: fix string length calc for printing integers.
2014-03-29 Joel MartinPS: add step4_if_fn_do
2014-03-29 Joel MartinPS: error handling, throw, print excpetions without...
2014-03-29 Joel MartinPS: add step3_env
2014-03-29 Joel MartinPS: step2_eval
2014-03-29 Joel MartinPS: minimal step1_read_print
2014-03-29 Joel MartinUpdate README.md and TODO. Minor PS update.
2014-03-29 Joel MartinClojure, Java, PHP: remove hardcoded readline history...
2014-03-26 Joel MartinPS: add notes for running postscript.
2014-03-25 Joel MartinPostscript: step0_repl.ps
2014-03-25 Joel MartinUpdate to actual presentation used for talk.
2014-03-24 Joel MartinREADME: stub.
2014-03-24 Joel MartinCurrent state of mal for Clojure West lighting talk.