;;;; A package that declares a macro, which is a thing a package may not do ;;;; yet. The refusal is the test; this is never built. (defmacro twice [args] `(+ ~(at args 0) ~(at args 0))) (defn double [n i32] i32 (* n 2))