[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

...



I have a macro that lets me write
(DEFPATTERN (LET ((VAR VAL) ...) . BODY)
	    ((LAMBDA (VAR ...) . BODY) VAL ...))
to define LET, except that "..." doesn't read in as a symbol; it
gets a dot context error.  Is there some way it could be made to
read in as a symbol?  KMP says that this is already the case in
LispM lisp.