Search code examples
How do I ask a CommonLisp system to lookup symbols dynamically at runtime in compiled functions?...


lispcommon-lispsbclansi-common-lisp

Read More
Given an alist of constant values, what is the most efficient lookup?...


common-lispansi-common-lisp

Read More
How does Common Lisp represent control modifiers for character keys?...


common-lispansi-common-lisp

Read More
How to modify a lexical environment at runtime in Common Lisp?...


common-lispsbcllexical-closuresansi-common-lisp

Read More
(rassoc) returns NIL on nested list when (find) does not...


common-lispansi-common-lisp

Read More
Why does set-difference in sbcl common-lisp appear to be destructive?...


common-lispsbclansi-common-lisp

Read More
How can conditions be handled in GCL?...


lispcommon-lispgnu-common-lispansi-common-lispcondition-system

Read More
Is there a way to use iteration in Common Lisp and avoid side-effects at the same time?...


common-lispansi-common-lisp

Read More
Installing Quicklisp libraries in a Docker image...


dockercommon-lispgnu-common-lispansi-common-lisp

Read More
Defining functions Scheme-style in Common Lisp, without defun...


schemecommon-lispansi-common-lisp

Read More
Lisp good practices...


algorithmlispcommon-lispansi-common-lisp

Read More
how to define and call class methods in common lisp / CLOS...


oopcommon-lispclosansi-common-lisp

Read More
How to call a method object with standard functions...


methodscommon-lispclosansi-common-lisp

Read More
Redefinition of the print-object method for conses has different effects in different CL implementat...


common-lispsbclclosansi-common-lisp

Read More
Does #'adjoin in Common Lisp work as per HyperSpec when used with `:key`?...


lispcommon-lispansi-common-lisp

Read More
apply & funcall - the different results...


lispcommon-lispclispansi-common-lisp

Read More
a function in lisp called xtoy which returns a list from x to y...


lispcommon-lisppractical-common-lispansi-common-lisp

Read More
BackNext