List Question
12 TechQA 2022-04-25T14:31:04.323000In Common Lisp, how to use lexical scope and funcall to make another function be passed as an argument?
130 views
Asked by Pedro Delfino
`apply` or `funcall` for macros instead of functions
836 views
Asked by Gwang-Jin Kim
Nested callback function in C
465 views
Asked by ajayg2808
Common Lisp - How to funcall/apply a function with keyword arguments?
1.2k views
Asked by Alberto
Use do, if, and funcall to define (satisfy fun lst) which returns a list of the items in a list that satisfy a function
202 views
Asked by Phan Anh Đặng
Writing a test function leveraging two namespaces in lisp
122 views
Asked by stack93m
Comparison returns expected value call function directory, but it is not so at process on list
129 views
Asked by Conao3
How to call ObjectSpace.each_object with C API without rb_string_eval?
110 views
Asked by Sisyphe
debugging simple LISP functions.
59 views
Asked by Ryan Miles
mapcan, sharp quote and closures
406 views
Asked by Frank
Common Lisp, "defined but never used"
846 views
Asked by Carlos Ledesma
Why do we need funcall in Lisp?
13.3k views
Asked by Voo