[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
How to pass a function parameters in lisp.
- Subject: How to pass a function parameters in lisp.
- From: myeong@seas.gwu.edu (Myeong Lyel Lim)
- Date: 27 Sep 1995 16:20:58 -0400
- Distribution: usa
- Newsgroups: comp.org.lisp-users
- Organization: George Washington University
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