Subject: Re: Illegal function object From: Erik Naggum <erik@naggum.no> Date: 1999/03/19 Newsgroups: comp.lang.lisp Message-ID: <3130822253676853@naggum.no> * "Fernando D. Mato Mira" <matomira@iname.com> | 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