Bruce-Robert Pocock
Results
2
issues of
Bruce-Robert Pocock
Test example: ``` (defmacro x (y &optional (&rest z)) `(print ,y)) (x y) ``` Signals an error that Z is unbound. This particularly affects definition of ASSERT, although I have...
These are a couple of (hopefully, trivial) syntax corrections. • A stray "l" (L) in one source file • A second "return" in a single function (in two similar matrix...