Skip to content

Instantly share code, notes, and snippets.

@mneedham
Created December 10, 2009 16:59
Show Gist options
  • Save mneedham/253476 to your computer and use it in GitHub Desktop.
Save mneedham/253476 to your computer and use it in GitHub Desktop.
(defmacro a [person]
(list println "hello" person))
(defmacro a [person]
'(println "hello" person))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment