Re: Defmacro Signature
- From: Zach Beane <xach@xxxxxxxx>
- Date: 31 Jan 2007 16:34:27 -0500
Michael Bohn <spaceodyssey@xxxxxx> writes:
I found this macro-lambda-list in a lisp source file written by Edi Weitz.
(defmacro insert-char-class-tester ((char-class chr-expr) &body body)
^^^^^^^^^^^^^^^^^^^^^
I can't see how this definition conforms to the hyperspec:
http://www.lispworks.com/documentation/HyperSpec/Body/03_dd.htm
reqvars::= var*
Is this form often used in macro-definitions??
Macro lambda lists are destructuring; see 3.4.4.1. It is used very
frequently.
Zach
.
- References:
- Defmacro Signature
- From: Michael Bohn
- Defmacro Signature
- Prev by Date: Re: All Your GUIs Are Belong to Us (Die, McCLIM! Die!!)
- Next by Date: Re: Defmacro Signature
- Previous by thread: Defmacro Signature
- Next by thread: Re: Defmacro Signature
- Index(es):
Relevant Pages
|