Date: Thu, 15 Apr 1993 20:33:46 -0500 From: "R. Kent Dybvig" <dyb@cs.indiana.edu> ... We can't use the same keyword for both lambda and quote, since there is no way in general to know which is intended. ... Sure, we can, because "quote" should have one following subform, whereas "lambda" should have two. (But it's a bad idea for other reasons, of course.) --Guy