[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
CC: (BUG LISPM) at MIT-MC
Date: Sun ,8 Jun 80 16:44:00 EDT
From: Henry at MIT-AI (Henry Lieberman)
To: (BUG LISPM) at MIT-AI
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 "e 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?
I believe that is called EVAL.