Subject: Re: some stuff about the 2002 International Lisp Conference in SF
From: Erik Naggum <erik@naggum.no>
Date: 10 Nov 2002 18:31:18 +0000
Newsgroups: comp.lang.lisp
Message-ID: <3245941878413642@naggum.no>

* Michael Hudson
| Are there situations in CL where an anonymous function has clear benefits
| over a flet?

(defun silly-example ()
  (flet ((flet () 'hello))
    #'flet))

  Most people would prefer an anonymous function here.

-- 
Erik Naggum, Oslo, Norway

Act from reason, and failure makes you rethink and study harder.
Act from faith, and failure makes you blame someone and push harder.