Name: Anonymous 2013-02-09 15:56
how can i make this work?
where func is a variable containing the symbol for the function name.
or must i do:
(funcall `(function ,func) args...)where func is a variable containing the symbol for the function name.
`(function ,func) => #'SYMBOL rather than #<FUNCTION SYMBOL>or must i do:
(eval `(function ,func))