How do I ask a CommonLisp system to lookup symbols dynamically at runtime in compiled functions?...
Read MoreGiven an alist of constant values, what is the most efficient lookup?...
Read MoreHow does Common Lisp represent control modifiers for character keys?...
Read MoreHow to modify a lexical environment at runtime in Common Lisp?...
Read More(rassoc) returns NIL on nested list when (find) does not...
Read MoreWhy does set-difference in sbcl common-lisp appear to be destructive?...
Read MoreHow can conditions be handled in GCL?...
Read MoreIs there a way to use iteration in Common Lisp and avoid side-effects at the same time?...
Read MoreInstalling Quicklisp libraries in a Docker image...
Read MoreDefining functions Scheme-style in Common Lisp, without defun...
Read Morehow to define and call class methods in common lisp / CLOS...
Read MoreHow to call a method object with standard functions...
Read MoreRedefinition of the print-object method for conses has different effects in different CL implementat...
Read MoreDoes #'adjoin in Common Lisp work as per HyperSpec when used with `:key`?...
Read Moreapply & funcall - the different results...
Read Morea function in lisp called xtoy which returns a list from x to y...
Read More