Post navigation ← Previous Next → XXX I Posted on 18 January 2015 by Zack M. Davis ;; XXX: adorable (defmacro λ [& code] `(fn ~@code))
Ah, I see that a macro is necessary because (def λ fn) gives the error “Can't take value of a macro”.
Ah, I see that a macro is necessary because
(def λ fn)
gives the error “Can't take value of a macro”.