Search code examples
do v. do*: Why does the same code produce a different result?...


lispcommon-lispreversesbcllist-processing

Read More
"undefined variable: COMMON-LISP-USER::PRIMELIST" warning, using SBCL...


lispcommon-lispsbcl

Read More
Getting arguments from the command line within SBCL...


lispcommon-lispsbcl

Read More
Set variables declared through let* as ignorable...


common-lispsbclletlexical-scopeunused-variables

Read More
Why does (nil . nil) evaluate to (nil) instead of just nil in SBCL?...


lispcommon-lispsbcl

Read More
M-x slime [No match]...


emacscommon-lispsbclslime

Read More
When and why to use hash tables in CL instead of a-lists?...


data-structurescommon-lisphashtablesbcl

Read More
Is there a way to use destructuring bind with &rest?...


parameterscommon-lispsbcl

Read More
Unexpected behavior of CCASE in SBCL (compared to CASE and ECASE)...


common-lispsbcl

Read More
Why does my recursive (non tail) implementation of quick-sort NOT cause a stack overflow? Using Comm...


recursioncommon-lispstack-overflowcompiler-optimizationsbcl

Read More
nodgui and SBCL(?): How to avoid the type error "The value NIL is not of type STREAM when bindi...


common-lisptk-toolkitsbcl

Read More
Cannot make cl-ppcre work with mulit-line mode...


common-lispsbclcl-ppcre

Read More
Why read-line reads to symbol (instead of string) in sbcl compiled executable?...


common-lispsbcl

Read More
How to run a file containing SBCL Lisp code on the command line...


linuxcommand-linelispsbcl

Read More
Circumflex in format of lists...


common-lispsbcl

Read More
Are lambda functions CLOS objects?...


functioncommon-lispsbclclos

Read More
SBCL Type Inference problem in a somewhat weird macro...


lambdamacroslispsbcldefmacro

Read More
Understanding the error 'Is a macro, not a function'...


macroscommon-lispsbcl

Read More
Can someone recommend some documentation on package management for SBCL/Common Lisp?...


common-lispsbcl

Read More
SBCL Unbound variable in a macro...


lispcommon-lispsbcl

Read More
Trouble Running Lisp Script in Emacs with SBCL...


emacslispcommon-lispsbclslime

Read More
Infinite printing when structs point to each other...


common-lispsbcl

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


common-lispsbclclosgeneric-functionmethod-combination

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
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
PROCLAIM has no durable effect when invoked from LOAD...


common-lispsbcl

Read More
Sbcl "Function Undefined"...


common-lispsbcl

Read More
Execute a lisp function in the future ONE time...


functioncommon-lispschedulersbcl

Read More
How to specify a return type of #'sqrt in common lisp?...


lispcommon-lispsbcl

Read More
BackNext