Macros
Like defn, but the resulting function name is declared as a macro and will be used as a macro by the compiler when it is...
macrocljs.core
Returns a new symbol with a unique name. If a prefix string is supplied, the name is prefix# where # is some unique numb...
functioncljs.core
Repeatedly calls macroexpand-1 on form until it no longer represents a macro form, then returns it. Note neither macroe...
macrocljs.core
If form represents a macro form, returns its expansion, else returns form.
macrocljs.core
Yields the unevaluated form.
special-formcljs.core