Clojure style binding with let- (new util) #37. (defmacro let- (bindings &body body) `(let (,@(let ((binds (subdivide bindings 2))) (if (every #'(lambda ...
確定! 回上一頁