Skip to content

Instantly share code, notes, and snippets.

@naush
Created December 20, 2010 18:18
Show Gist options
  • Save naush/748750 to your computer and use it in GitHub Desktop.
Save naush/748750 to your computer and use it in GitHub Desktop.
gtp implementation detail
(defmacro- make-command [name block]
`(defn ~(symbol name) [& args#]
(if args# (~block args#) (~block))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment