
21 Apr
2005
21 Apr
'05
6:16 a.m.
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.