Martin Simmons martin@lispworks.com writes:
Luke> Did I miss something, or is this something that should go in the release?
Keywords maybe? E.g.
(defmacro confusion (&key ((:the-keyword the-variable))) `(list ,the-variable))
Also default values: (defun foo (&optional (a "a")) ...)
Helmut.