A shorthand for bind-macro!
.
(defmacro name () form0 form1)
is equivalent to:
(bind-macro! 'name (fn &name name ()
form0
form1))
See also: bind-macro!
, fn
A shorthand for bind-macro!
.
(defmacro name () form0 form1)
is equivalent to:
(bind-macro! 'name (fn &name name ()
form0
form1))
See also: bind-macro!
, fn