aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2014-04-13Java, JS: cleanup and sync steps.Joel Martin
- Java: less direct use of obj.value attribute.
2014-04-09Fix metadata on functions.Joel Martin
- Don't use metadata to store ast, env, params data. - In Clojure, store metadata on the :meta key of the real metadata. This also allows using any datatype as metadata.
2014-04-07C#: add step5_tcoJoel Martin
2014-04-06CS: add step1_read_printJoel Martin
2014-04-06C#: step0_repl using de Icaza's getline.csJoel Martin
2014-04-06docs/TODO: cleanup/re-organize. Add more languages.Joel Martin
2014-04-06C,PHP,Python: stepA fixup. All tests/impls pass!Joel Martin
2014-04-06PS: add vector, hash-map, atoms and metadata.Joel Martin
As part of this lists switch from being a postscript array to being a mal boxed type (dictionary with type in the /_maltype_ key).
2014-04-01All: remove slurp-do, use str around slurp instead.Joel Martin
2014-04-01All: pass stepA tests, in particular with correct conj behavior.Joel Martin
2014-04-01PS: add stepA_more.Joel Martin
Sync other steps. In particular, self reference in function definition and putting readline into _readline function.
2014-03-30PS: add step7_quoteJoel Martin
2014-03-30README, TODO, step_notes updates.Joel Martin
2014-03-29PS: error handling, throw, print excpetions without dying.Joel Martin
2014-03-29PS: add step3_envJoel Martin
2014-03-29PS: step2_evalJoel Martin
2014-03-29PS: minimal step1_read_printJoel Martin
2014-03-29Update README.md and TODO. Minor PS update.Joel Martin
2014-03-24Current state of mal for Clojure West lighting talk.Joel Martin