Lisp: why does this code throw a "function x is undefined" error?...
Read MoreUnderstanding CLOS :after and primary methods...
Read MoreCan I use assoc when the keys are strings?...
Read MoreHow does one define a macro using variable to supply the form and have it function properly in SBCL?...
Read MoreWhy does "setf" not work when using "let"?...
Read MoreDifference between struct and class in Common Lisp...
Read MoreHTML from DB not injecting into hunchentoot route...
Read MoreSimple repl function being compiled "out of order" with sbcl...
Read MoreConvert a flexi-stream containing a vector of octets to a utf-8 string in common lisp...
Read MoreIdiomatic function composition in common lisp...
Read MoreIn Common Lisp is there a less verbose way to avoid taking a closure of a changing variable?...
Read Morecommon lisp macro doesn't work if argument is generated by the function...
Read MoreIterate over plist and set value per key...
Read MoreDon't know how to require sb-cltl2...
Read MoreLisp / Scheme : Evaluating nested empty list/cons : (())...
Read MoreConvert nested hash-tables to a-list how to ensure the creation dotted pairs...
Read MoreLisp: How to get all possible combinations of the elements from lists contained in a list?...
Read MoreInconsistency between byte representations of IEEE754 single-precision floats...
Read MoreCan I have an indeterminate number of destructuring lists in a lisp macro lambda list?...
Read MoreIn Lisp CLOS, how can a class setter automatically update another slot?...
Read MoreRecompile/reload a file in Common Lisp and remove functions which are no longer in the file...
Read MoreWhy are uninterned symbols used for package names and exports in Common Lisp?...
Read MoreHow can I loop with more than 1 variable at once in Common Lisp?...
Read MorePROCLAIM has no durable effect when invoked from LOAD...
Read MoreDebugger invoked when updating quicklisp...
Read MoreHow do you increment a bit of a bit-array from a position in array?...
Read More