Created
August 19, 2016 22:16
-
-
Save yenda/c6e63a2eeab66b1221c965e0d60daa1a to your computer and use it in GitHub Desktop.
readme-macro
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(defmacro readme | |
[& names] | |
`(do ~@(map #(list 'def (vary-meta (first %) assoc :declared true) (second %)) (partition 2 names)))) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment