[slime-devel] Re: Any word on a 1.1 release?

Helmut Eller heller at common-lisp.net
Thu Apr 21 06:16:13 UTC 2005


Martin Simmons <martin at 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.




More information about the slime-devel mailing list