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

Re: This really has very little to do with LOOP



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?