Search code examples
Can I make a class iterable in Common Lisp?...


common-lispclos

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


common-lispsbcl

Read More
Matching end-of-line with CL-PPCRE...


regexcommon-lispcl-ppcre

Read More
What does suffix "p" mean in common lisp functions?...


common-lispnaming-conventionspredicate

Read More
LET with LOOP construct in Common Lisp...


loopscommon-lisplet

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
Is it possible to embed functions as LISP list elements?...


lispcommon-lisp

Read More
How do I iterate through a directory in Common Lisp?...


lispfilesystemsdirectorycommon-lisp

Read More
Why does `(fboundp #'method)' return nil?...


oopcommon-lisp

Read More
Common Lisp case and quoted elements...


common-lispcasequote

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
Efficiency: recursion vs loop...


performancerecursioncommon-lisp

Read More
How to add evaluated results to 2d list...


listlispcommon-lispverticesslime

Read More
How to use the cl-pg package?...


raspberry-picommon-lispraspberry-pi4clisp

Read More
Understanding Peter Norvig's permutation solution in PAIP...


recursionfunctional-programminglispcommon-lisppermutation

Read More
Looking for a way to map a function over a 2D Lisp array...


arrayscommon-lisp

Read More
How to portably exit the current Lisp process with a given error code in Common Lisp?...


operating-systemcommon-lisp

Read More
Calling a lambda function in a loop from a variable defined with `with`...


lispcommon-lisp

Read More
Circumflex in format of lists...


common-lispsbcl

Read More
How to download and save a file using drakma:http-request and flexistreams...


common-lispbinary-data

Read More
Why a pushed element does not show up in the original list?...


common-lisp

Read More
Set environment (package?) for eval...


common-lisp

Read More
Is it theoretically possible to rewrite tagbody in terms of labels?...


lispcommon-lisp

Read More
How to move the cursor on the editing line with cl-readline...


terminalcommon-lispreadline

Read More
Caveman2 How to serve a file dynamically?...


lispcommon-lispcaveman2

Read More
Are lambda functions CLOS objects?...


functioncommon-lispsbclclos

Read More
Change display of floating point values in debugger...


lispcommon-lispslime

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


macroscommon-lispsbcl

Read More
BackNext