[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
function ballot
- To: Earl A. Killian <EAK at MIT-MC>
- Subject: function ballot
- From: Scott E. Fahlman <Fahlman at CMU-CS-C>
- Date: Thu, 02 Dec 1982 01:38:00 -0000
- Cc: common-lisp at SU-AI
EAK's suggestion sounds good to me. In fact, our Spice implementation
makes rude noises at you if you put '(lambda ...) where #'(lambda...)
would be more appropriate. (I guess the rude noises were a non-standard
extension in our implementation...)
I assume that this will not affect the evaluation of forms whose car is
a lambda expression. That much tradition is too heavy to mess with.
-- Scott