[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

How to pass a function parameters in lisp.



Hi.

How can you pass a function as a parameter in lisp.

For example, I want to do like..

(Defun  myfunc (f L)
    funcall f L)

     where f is a function and L is a List.
Thanks.
Bye.

--myeong