Newsgroups: comp.lang.lisp Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!think.com!barmar From: barmar@think.com (Barry Margolin) Subject: Re: Definition of Lambda expression Message-ID: <1991Jun30.053524.18944@Think.COM> Keywords: Lisp, Common lisp Sender: news@Think.COM Reply-To: barmar@think.com Organization: Thinking Machines Corporation, Cambridge MA, USA References: <4922@darmstadt.gmd.de> Date: Sun, 30 Jun 91 05:35:24 GMT Lines: 21 In article <4922@darmstadt.gmd.de> yang@darmstadt.gmd.de (Zhiwei Yang) writes: > If the following are the same definition for Lambda expression, > > (lambda argument-list body) > > (lambda lambda-list . body) ? > > The former is defined by Deborah G. Tatar in his Book >"Common lisp -- A programmer's Guid" at page 175, > and the last is defined by Guy L. Steele JR. in his >Book "Common lisp -- the Language" at page 59. The second definition is correct. Some people use the term "body" to indicate an arbitrary number of forms, and that was probably Tatar's intention. -- Barry Margolin, Thinking Machines Corp. barmar@think.com {uunet,harvard}!think!barmar