[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
...
- To: BUG-LISP at MIT-MC
- Subject: ...
- From: Earl A. Killian <EAK at MIT-MC>
- Date: Fri, 5 Dec 80 00:23:00 GMT
- Original-date: 4 December 1980 19:23-EST
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.