macro
Create a macro with the macro of clojure.core called
defmacro
First rule of Macro Club: Don't Write Macros!
macros only run at compile time
strange macros can do strange things