What is the difference between Lisp-1 and Lisp-2?...
Read MoreWhy does mapcar in lisp take a name instead of function?...
Read MoreCan Emacs Lisp assign a lambda form to a variable like Scheme?...
Read MoreWhy must I funcall a function returned from another?...
Read MoreHow to store a function in a variable in Lisp and use it...
Read MoreUsing a lambda value from function as first element of list...
Read MoreDo any lisps have a s-expression as their head, e.g. ((f 2) 3 4)? If not, why?...
Read MoreIs it foolish to make alexandria:curry not necessarily use funcall?...
Read MoreCommon Lisp, "defined but never used"...
Read MoreCalling a list of functions in Common Lisp...
Read MoreIn Scheme or STk, a function will be shown as a procedure or closure, but why does LISP give an erro...
Read Moreemulating Clojure-style callable objects in Common Lisp...
Read MoreSeparate Namespaces for Functions and Variables in Common Lisp versus Scheme...
Read MoreIs "Lisp-1 vs Lisp-2" relevant in a language with static types?...
Read More