Subject: Re: Referential transparency support missing
From: Erik Naggum <erik@naggum.no>
Date: 2000/03/13
Newsgroups: comp.lang.lisp
Message-ID: <3161959623274993@naggum.no>

* Pekka P. Pirinen
| I rather like the idea of having a way to say "this function" in
| declaration lists (since we have anonymous functions):
|   (lambda (x)
|     (declare (pure self))
|     (+ 2 x))

  `lambda' seems to me a much better choice than `self'.

#:Erik