aboutsummaryrefslogtreecommitdiff
path: root/python/step9_interop.py
AgeCommit message (Collapse)Author
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-06Python: missed cleanup/core split of step9, stepA.Joel Martin
2014-04-01All: remove slurp-do, use str around slurp instead.Joel Martin
2014-03-24Current state of mal for Clojure West lighting talk.Joel Martin