Skip to content

Instantly share code, notes, and snippets.

@darwin
Created September 8, 2015 21:12
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 darwin/b046cead5735de8840a8 to your computer and use it in GitHub Desktop.
Save darwin/b046cead5735de8840a8 to your computer and use it in GitHub Desktop.
(defmacro defparsecard [name source o]
(let [doc (str "```\n" source "\n```")]
`(devcards.core/defcard ~name ~doc ~o)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment