new-macro-var
function
sci.core/new-macro-var
(new-macro-var [name init-val] [name init-val meta])Same as new-var but adds :macro true to meta as well
as :sci/macro true to meta of the fn itself.
Examples
No examples yet. Be the first to add one!
sci.core/new-macro-var
(new-macro-var [name init-val] [name init-val meta])No examples yet. Be the first to add one!