Of course, just use apply
:
(defun wraptest (&rest arguments) (apply
It is technically not โoff the listโ; it just uses list items as arguments to the function call.
(Disclaimer: I'm a Schemer, not a regular Lisper, and there may be a more idiomatic way to achieve the same result in CL.)
source share