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

[no subject]



Is there a variant of APPLY which takes a function, and a
(unevaluated) list of arguments, and applies the function, evaluating
the arguments as necessary according to the kind of function, 
[if there's a &quote arg, etc.] I would like to apply a function to 
some arguments without having to go thru the hair of interpreting the 
lambda list myself, and there might be a function in the interpreter
that already does this?