List Question
17 TechQA 2021-01-03T08:21:34.090000Why does mapcar in lisp take a name instead of function?
179 views
Asked by maininformer
Can Emacs Lisp assign a lambda form to a variable like Scheme?
2k views
Asked by 147pm
Why doesn't set work with lambda in Common Lisp?
103 views
Asked by Jon Deaton
Is it foolish to make alexandria:curry not necessarily use funcall?
482 views
Asked by Ehvince
Common Lisp, "defined but never used"
846 views
Asked by Carlos Ledesma
Why must I funcall a function returned from another?
1.5k views
Asked by MasterMastic
In Scheme or STk, a function will be shown as a procedure or closure, but why does LISP give an error?
243 views
Asked by nonopolarity
emulating Clojure-style callable objects in Common Lisp
570 views
Asked by Daniel Shapero
Common Lisp Lisp-1 macro
303 views
Asked by DJD
Calling a list of functions in Common Lisp
647 views
Asked by Electric Coffee
Is "Lisp-1 vs Lisp-2" relevant in a language with static types?
1.4k views
Asked by Jim Pivarski
How to store a function in a variable in Lisp and use it
4.2k views
Asked by Plakhoy
Do any lisps have a s-expression as their head, e.g. ((f 2) 3 4)? If not, why?
390 views
Asked by spacingissue
Common Lisp a Lisp-n?
1.1k views
Asked by fogus
Using a lambda value from function as first element of list
1.3k views
Asked by Mark Skilbeck
What is the difference between Lisp-1 and Lisp-2?
25.9k views
Asked by yazz.com
Separate Namespaces for Functions and Variables in Common Lisp versus Scheme
4.4k views
Asked by cjs