Skip to content

Instantly share code, notes, and snippets.

@eyston
Last active December 23, 2018 22:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eyston/21a7b05cfaf1fbee886a205941e2d3bd to your computer and use it in GitHub Desktop.
Save eyston/21a7b05cfaf1fbee886a205941e2d3bd to your computer and use it in GitHub Desktop.
(defmacro macro-def
[k v]
(intern *ns* k v))
(when false
(macro-def foo "bar"))
(defn -main
[]
(println foo))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment