Defmacro Signature
- From: Michael Bohn <spaceodyssey@xxxxxx>
- Date: Wed, 31 Jan 2007 22:13:55 +0100
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??
.
- Follow-Ups:
- Re: Defmacro Signature
- From: Ken Tilton
- Re: Defmacro Signature
- From: Alex Mizrahi
- Re: Defmacro Signature
- From: Zach Beane
- Re: Defmacro Signature
- Prev by Date: Re: Automatic parallelization - was Re: LISP Object Oriented?
- Next by Date: Re: All Your GUIs Are Belong to Us (Die, McCLIM! Die!!)
- Previous by thread: Lisp or SCheme
- Next by thread: Re: Defmacro Signature
- Index(es):
Relevant Pages
|