do v. do*: Why does the same code produce a different result?...
Read More"undefined variable: COMMON-LISP-USER::PRIMELIST" warning, using SBCL...
Read MoreGetting arguments from the command line within SBCL...
Read MoreSet variables declared through let* as ignorable...
Read MoreWhy does (nil . nil) evaluate to (nil) instead of just nil in SBCL?...
Read MoreWhen and why to use hash tables in CL instead of a-lists?...
Read MoreIs there a way to use destructuring bind with &rest?...
Read MoreUnexpected behavior of CCASE in SBCL (compared to CASE and ECASE)...
Read MoreWhy does my recursive (non tail) implementation of quick-sort NOT cause a stack overflow? Using Comm...
Read Morenodgui and SBCL(?): How to avoid the type error "The value NIL is not of type STREAM when bindi...
Read MoreCannot make cl-ppcre work with mulit-line mode...
Read MoreWhy read-line reads to symbol (instead of string) in sbcl compiled executable?...
Read MoreHow to run a file containing SBCL Lisp code on the command line...
Read MoreAre lambda functions CLOS objects?...
Read MoreSBCL Type Inference problem in a somewhat weird macro...
Read MoreUnderstanding the error 'Is a macro, not a function'...
Read MoreCan someone recommend some documentation on package management for SBCL/Common Lisp?...
Read MoreTrouble Running Lisp Script in Emacs with SBCL...
Read MoreInfinite printing when structs point to each other...
Read MoreUnderstanding CLOS :after and primary methods...
Read MoreHow does one define a macro using variable to supply the form and have it function properly in SBCL?...
Read MoreHTML from DB not injecting into hunchentoot route...
Read MoreSimple repl function being compiled "out of order" with sbcl...
Read MorePROCLAIM has no durable effect when invoked from LOAD...
Read MoreSbcl "Function Undefined"...
Read MoreExecute a lisp function in the future ONE time...
Read MoreHow to specify a return type of #'sqrt in common lisp?...
Read More