Skip to content

Instantly share code, notes, and snippets.

@deque-blog
Created May 6, 2017 15:56
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 deque-blog/b832dd43b4c9fb1ef706cb8f1309ca15 to your computer and use it in GitHub Desktop.
Save deque-blog/b832dd43b4c9fb1ef706cb8f1309ca15 to your computer and use it in GitHub Desktop.
(defmacro z []
(let [x 1
y 2]
`(add-m ~x ~y)
))
(walk/macroexpand-all '(z))
=> 3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment