@@ -1,8 +1,11 @@ ; [ʞ] lisp-macro -; enable use of the define-macro syntax -; - example - -; (define-macro (if-or-f . body) +; ~ lexi hale +; © affero general public license +; > (load "lib/lisp-macro.scm") + +; enable use of the define-macro syntax in chicken scheme +; ex: (define-macro (if-or-f . body) ; `(if ,(car body) ,(cadr body) #f)) (define-syntax define-macro (er-macro-transformer (lambda (exp r c)