aboutsummaryrefslogtreecommitdiff
path: root/clojure/src/step0_repl.clj
AgeCommit message (Collapse)Author
2014-04-19All: *ARGV* and *host-language*. Misc syncing/fixes.Joel Martin
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-03-24Current state of mal for Clojure West lighting talk.Joel Martin