[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Named lambdas



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).