From ... From: Erik Naggum Subject: Re: Illegal function object Date: 1999/03/19 Message-ID: <3130822253676853@naggum.no>#1/1 X-Deja-AN: 456420146 References: <36EE69A5.EFC77ABA@iname.com> <36EE70F5.BCD27E78@iname.com> <4d829e0ra.fsf@beta.franz.com> <36EF7B13.3BBD6FCD@iname.com> mail-copies-to: never Organization: Naggum Software; +47 8800 8879; http://www.naggum.no Newsgroups: comp.lang.lisp * "Fernando D. Mato Mira" | Now, if I understand what Barry and Kent said, this would _not_ be the | same if the lambda contains free variables, so you can't just drop all | uses of #' for anonymous functions. you seem to say that there is a difference between (lambda ...) and #'(lambda ...). how could that be? #:Erik