Lisp HUG Maillist Archive

Function name from function object?

Unable to parse email body. Email id is 5683

Re: Function name from function object?


On 11 Jul 2006, at 11:19, Klaus Harbo wrote:

> Is there a (possibly non-portable) way to retrieve the function  
> name from a function object in Lispworks?  I am aware that not all  
> function objects have a name.

See function-lambda-expression in the HyperSpec.


Pascal

-- 
Pascal Costanza, mailto:pc@p-cos.net, http://p-cos.net
Vrije Universiteit Brussel, Programming Technology Lab
Pleinlaan 2, B-1050 Brussel, Belgium





Re: Function name from function object?

The third value returned from function-lambda-expression, perhaps?

On 7/11/06, Klaus Harbo <klaus@mu.dk> wrote:
> Is there a (possibly non-portable) way to retrieve the function name from a
> function object in Lispworks?  I am aware that not all function objects have a name.
>
> -Klaus.
>
>
>


Updated at: 2020-12-10 08:48 UTC