Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon.

Pages: 1-

Common Lisp

Name: Anonymous 2013-02-09 15:56

how can i make this work?


(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))

Name: Anonymous 2013-02-09 15:58

Don't use eval, use something about querying the current environment.

Name: Anonymous 2013-02-09 17:19

(symbol-function ...)

Name: Anonymous 2013-02-09 18:06

Not understanding the difference between symbols and identifiers considered harmful and unhygienic

Don't change these.
Name: Email:
Entire Thread Thread List