Search code examples
Lisp: why does this code throw a "function x is undefined" error?...

lispcommon-lispecl

Read More
Understanding CLOS :after and primary methods...

common-lispsbclclosgeneric-functionmethod-combination

Read More
Can I use assoc when the keys are strings?...

lispcommon-lisp

Read More
How does one define a macro using variable to supply the form and have it function properly in SBCL?...

lispcommon-lispsbcl

Read More
Why does "setf" not work when using "let"?...

variablesreferencecommon-lispvariable-assignmentlet

Read More
Difference between struct and class in Common Lisp...

classstructcommon-lispclos

Read More
HTML from DB not injecting into hunchentoot route...

common-lispsbclhunchentootclsqlcl-who

Read More
Simple repl function being compiled "out of order" with sbcl...

compilationlispcommon-lispsbcl

Read More
Get only the keys of a plist...

common-lisp

Read More
Convert a flexi-stream containing a vector of octets to a utf-8 string in common lisp...

common-lisp

Read More
Idiomatic function composition in common lisp...

common-lisp

Read More
In Common Lisp is there a less verbose way to avoid taking a closure of a changing variable?...

common-lisp

Read More
values function in Common Lisp...

lispcommon-lisp

Read More
common lisp macro doesn't work if argument is generated by the function...

macroscommon-lisp

Read More
Iterate over plist and set value per key...

common-lispelisp

Read More
Don't know how to require sb-cltl2...

common-lisp

Read More
Lisp / Scheme : Evaluating nested empty list/cons : (())...

schemelispcommon-lispempty-listexpression-evaluation

Read More
Convert nested hash-tables to a-list how to ensure the creation dotted pairs...

common-lispcons

Read More
Lisp: How to get all possible combinations of the elements from lists contained in a list?...

listalgorithmlispcombinationscommon-lisp

Read More
Inconsistency between byte representations of IEEE754 single-precision floats...

cfloating-pointcommon-lispieee-754

Read More
Can I have an indeterminate number of destructuring lists in a lisp macro lambda list?...

macroscommon-lispdestructuringclisp

Read More
In Lisp CLOS, how can a class setter automatically update another slot?...

lispcommon-lispclos

Read More
Recompile/reload a file in Common Lisp and remove functions which are no longer in the file...

common-lispdevelopment-environment

Read More
Package EXT does not exist...

lispcommon-lispclisp

Read More
Why are uninterned symbols used for package names and exports in Common Lisp?...

lispcommon-lispsymbols

Read More
Order Lists by CAR...

lispcommon-lisp

Read More
How can I loop with more than 1 variable at once in Common Lisp?...

loopslispcommon-lisp

Read More
PROCLAIM has no durable effect when invoked from LOAD...

common-lispsbcl

Read More
Debugger invoked when updating quicklisp...

common-lispquicklisp

Read More
How do you increment a bit of a bit-array from a position in array?...

bit-manipulationcommon-lispbitarray

Read More
BackNext