[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Named lambdas
- To: common-lisp at SU-AI
- Subject: Re: Named lambdas
- From: Masinter at PARC-MAXC
- Date: Mon, 22 Nov 1982 16:54:00 -0000
- In-reply-to: dlw at SCRC-TENEX's message of Friday, 19 November 1982, 20:19-EST
If you
(defun a (x y) ..)
and then
(setf (fdefinition 'b) (fdefinition 'a))
and then call b, should it say you are inside a?
In lieu of any primitives or functions which manipulate these "names", it may
be moot whether the name is associated with "original definition" (i.e., what
you called defun with) or "call location" (i.e., where the definition came
from this time).