|
|
|
|
|
by blockmeifyoucan
2017 days ago
|
|
I think you are misunderstanding. In common Lisp you can call a regular function defined with defun as (foo "something"), but if bar is a variable containing a fuction you have to use (funcall bar " something"). I agree that this is weird and confusing. |
|
You need the * to access the function the variable points to.