[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: This really has very little to do with LOOP
- To: ZVONA at MIT-AI
- Subject: Re: This really has very little to do with LOOP
- From: Kent M. Pitman <KMP at MIT-MC>
- Date: Sat ,13 Dec 80 17:58:00 EDT
- Cc: GJC at MIT-MC, LISP-FORUM at MIT-MC
Actually, on the LispM I was surprised initially and continue to be so that
the 1-char lambda symbol is not an acceptable char in place of LAMBDA in the
car of an anonymous function description. Or better yet, why not have lambda
(), do the following:
(DEFMACRO (&REST BODY) '#'(LAMBDA ,@BODY))
so that it is also self-quoting as well?