Skip to content

Instantly share code, notes, and snippets.

@devth
Created November 29, 2011 22:01
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 devth/1406759 to your computer and use it in GitHub Desktop.
Save devth/1406759 to your computer and use it in GitHub Desktop.
(defmacro l10 [& body]
(doseq [i (range 10)]
`(println 1)))
(macroexpand `(l10 (println i)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment