ejbs
Results
1
issues of
ejbs
``` (defmacro let- (bindings &body body) `(let (,@(let ((binds (subdivide bindings 2))) (if (every #'(lambda (bind) (= (length bind) 2)) binds) binds (error "Invalid bindings")))) ,@body)) ``` Provides: let- Requires:...
new-utility