Search code examples
flet and closures?...

recursioncommon-lisplocal-functions

Read More
Compiling Common Lisp to an executable...

buildcommon-lispsbcl

Read More
Common Lisp: How to use a macro within a macro?...

macroscommon-lisplisp-macros

Read More
In Common Lisp, when do you need to use eval-when, and how do you know?...

common-lispcompile-timeeval-when

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

postgresqlcommon-lispsbcl

Read More
Testing with fiveam...

testingcommon-lisp

Read More
unexpected interaction between macroexpand-1 and macrolet...

macroscommon-lisp

Read More
Case statement/form errors?...

common-lisp

Read More
common lisp type vector of fixnums...

vectortypeslispcommon-lisptype-declaration

Read More
How to load FRL into Clisp?...

lispcommon-lispclisp

Read More
How do I force a CFFI-defined foreign library to use a specific version of a shared library?...

common-lispasdfcffi

Read More
What is the convention for Lisp filename extension?...

lispcommon-lispfilenamespathname

Read More
How to Call a Go Program from Common Lisp...

common-lisp

Read More
Named lambda in common lisp...

common-lisp

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

common-lispsbcl

Read More
SBCL VLIME use CFFI...

common-lispsbclasdfquicklisp

Read More
Common Lisp or Scheme for server-side?...

schemecommon-lispfunctional-programming

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

common-lispsbcl

Read More
First Lisp with macros?...

clojuremacroslispcommon-lisp

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
Understanding Common Lisp do macro syntax...

lispiterationcommon-lisp

Read More
How to mutate global variable passed to and mutated inside function?...

lispcommon-lisp

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

lispcommon-lispsbcl

Read More
Getting command line arguments in Common Lisp...

command-linelispcommon-lisp

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

common-lispsbclletlexical-scopeunused-variables

Read More
(rassoc) returns NIL on nested list when (find) does not...

common-lispansi-common-lisp

Read More
Mutiple value bind in do loop in Common Lisp...

common-lisp

Read More
Counting vowels in Lisp...

lispcommon-lisp

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

lispcommon-lispsbcl

Read More
BackNext