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

Re: A lambda question



    If there were to be such a function, what would be a 
    good name for it?
    
How about EXTRACT-LAMBDA-EXPRESSION ?  I assume that the proposal will
allow this function to return NIL if the original lambda expression has
been compiled or optimized to the point where it can no longer be
retrieved?  I wouldn't want to require memory-tight implementations to keep
around the original form in all cases.

-- Scott