- Code: Select all
(eval-when (&any :compile-toplevel :load-toplevel :execute) &body body)
I was curious about the &any lambda list keyword, which is obviously not a standard keyword. Is this just SLIME being helpful for this particular special form? Or can you write a lambda list in such a way that SLIME presents a similar hint? I have need to write a macro with a number of optional keywords I'd like to support. I know how I could do that - but it certainly wouldn't be hinted like this.
Hope I'm not starting to monopolize this forum with my questions - feel free to ask me to dial down the verbosity.