
21 Apr
2005
21 Apr
'05
7:43 a.m.
Helmut Eller <heller@common-lisp.net> writes:
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")) ...)
Darn, it really messes with strings. I would like to strip the package names of parameter names but it seems a more sophisticated approach would be needed. I have rolled back the change.