Search code examples
Why does the Lisp reader return `(list 1 2 3)` instead of `(1 2 3)` when using reader macros?...

common-lispevaluationreader-macro

Read More
Common Lisp: Is the interpreter or compiler allowed to coalesce identical constant expressions?...

common-lispconstant-expression

Read More
Lisp - allow variable to be used *or* unused?...

lispcommon-lispcompiler-warningssbclunused-variables

Read More
Convert superscript 2 (²) symbol to string...

common-lispsbclunicode-normalization

Read More
CLOS: Method combination with arbitrary function...

oopcommon-lisplanguage-designclosmethod-combination

Read More
Difference between the 'Standard method combination' and 'Simple method combination'...

methodslispcommon-lispclosmethod-combination

Read More
Common lisp best practices for splitting code between files...

compilationlispcommon-lisp

Read More
lisp package not available at read time when loading is deferred...

packagecommon-lispsbcl

Read More
Common Lisp - name clash I thought the package system was supposed to protect me against...

lispcommon-lispquicklisp

Read More
Lisp Lambda function with IF clause...

lambdafunctional-programminglispcommon-lisp

Read More
Lisp &rest parameters and recursive calls...

functionrecursionlispcommon-lispvariadic-functions

Read More
How do I save an image to the database using caveman and sxql?...

common-lispcaveman2

Read More
strange behaviour of (delete .. in Allegro Lisp...

common-lispallegro-cl

Read More
Dynamically changing a package in Common Lisp...

packagecommon-lisp

Read More
Duplicate lists when defining a list of lists in Common Lisp...

compilationcommon-lispsbcl

Read More
Is there a common LISP function to compare the contents of two lists?...

lispcommon-lisp

Read More
Convert string to function...

common-lisp

Read More
How to create a function that returns the number of nodes in a tree on a given level...

lispcommon-lispclisp

Read More
How to intercalate 2 lists in lisp and print a statement when the list lengths don't match...

lispcommon-lisp

Read More
How to delete a function or variable from the lisp image?...

common-lispsymbolssbcl

Read More
How can I exit a program running in the repl in common lisp?...

emacscommon-lispsbclslime

Read More
Error when trying to set variable on LISP in a BMI problem...

lispcommon-lisp

Read More
Coercing numbers to lists in common lisp...

common-lisp

Read More
conditional :for after a :when (in loop macro)...

common-lisp

Read More
How to replace an append with a cons in Common Lisp?...

lispcommon-lispclisp

Read More
Why do executables have different behavior that the repl behavior?...

common-lispexecutablesbcl

Read More
Returning a specific value from a function in common lisp?...

functioncommon-lispsbcl

Read More
How can I call a LISP function with &optional arg and colon like `(formato '((:year 0 4) (:m...

datetimelispcommon-lisppgloader

Read More
importing specific symbols common lisp...

packagecommon-lispsbcl

Read More
Difference between `uiop/package:define-package` and `defpackage`?...

lispcommon-lispasdfuiop

Read More
BackNext