Search code examples
Does recursive call have to be strictly the last call in a function for a function to be tail-recurs...


algorithmrecursionlispcommon-lispsbcl

Read More
Why does listp in SBCL Common Lisp return T for a non-list cons cell?...


common-lisppredicatesbcl

Read More
ASDF system uffi does not return version number...


common-lispsbclasdfquicklisp

Read More
Is there a standard/portable way to query if a symbol stands for a symbol macro?...


lispcommon-lispsbcl

Read More
Tracing internal sbcl package causes control stack overflow...


overflowtracesbclinternals

Read More
"UIOP" package does not exist in SBCL, can someone help me to find?...


lispcommon-lispsbcluiop

Read More
Unbound Variable in Lisp Macro using loop-for-collect...


lispcommon-lispsbcl

Read More
How do I ask a CommonLisp system to lookup symbols dynamically at runtime in compiled functions?...


lispcommon-lispsbclansi-common-lisp

Read More
Sbcl memory allocation issue during compilation...


common-lispsbcl

Read More
Phases SBCL compiler...


common-lispsbcl

Read More
How to modify a lexical environment at runtime in Common Lisp?...


common-lispsbcllexical-closuresansi-common-lisp

Read More
Understanding How the Compile Function Works in SBCL Common Lisp...


common-lispcompiler-warningssbcl

Read More
Matrix multiplication in Common Lisp...


lispcommon-lisplinear-algebrasbcl

Read More
How to make Firefox render HTML generated on a local server written in Common Lisp?...


httpfirefoxlocalhostsbclusocket

Read More
UTF-8 string has too many bytes using SBCL and babel on Windows 64 bits...


unicodeutf-8common-lispsbcl

Read More
SBCL Note: type assertion too complex to check...


typescommon-lispsbcl

Read More
Compiling Common Lisp to an executable...


buildcommon-lispsbcl

Read More
How do I get a notification upon table change with Postmodern in Common Lisp?...


postgresqlcommon-lispsbcl

Read More
How to set SBCL's current directory using slime?...


common-lispsbcl

Read More
SBCL VLIME use CFFI...


common-lispsbclasdfquicklisp

Read More
SBCL REPL Wrong Reuse of Cons Cells?...


common-lispsbcl

Read More
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
BackNext