Search code examples
EVAL: undefined function X...

lispcommon-lisp

Read More
How to convert the HTML obtained from Dexador (library) to JSON in Common Lisp?...

htmljsoncommon-lispdata-conversion

Read More
Why the use of `,@` does not work as I expected in this common lisp macro? Why is Slime returning th...

macrosstackcommon-lisp

Read More
Why inserting `format` function inside a `dolist` expression does not work in Common Lisp?...

printingformatiterationcommon-lisp

Read More
Pop first element in a list using a macro...

lispcommon-lisp

Read More
Why is Common Lisp famous library Dexador not working for this HTTP POST request case? Is it a bug o...

httpauthenticationposttokencommon-lisp

Read More
What's the lisp equivalent of System.exit(0)?...

lispcommon-lisp

Read More
How to re-write this Common Lisp macro avoiding the back-quote notation?...

macroscommon-lisplisp-macros

Read More
How to use libraries in Common Lisp?...

common-lispasdfquicklisp

Read More
Common Lisp: How to get (in-package ...) to work from within Emacs Slime...

emacscommon-lispslimeccleval-when

Read More
where is the text printed by C printf...

iocommon-lispcffi

Read More
Increasing Stack Space...

common-lispsbcl

Read More
How to convert a stringfied JSON from a no-indentation and escape backslashes to a beautifully inden...

jsonstringescapingcommon-lisppretty-print

Read More
Would like to understand why the SOME function in examples below are returning inconsistent results...

common-lispsbcl

Read More
How to append a subdirectory to a pathname in Common Lisp...

pathcommon-lispsbcl

Read More
Unix signal handling in (common) lisp...

lispcommon-lispsignalssigintccl

Read More
dotimes taking very long for large inputs...

common-lispsbcl

Read More
How to use `class-direct-superclasses` and `class-precedence-list` in Steel Bank Common Lisp (SBCL)?...

classpackagenamespacescommon-lispclos

Read More
How to create a list with a dotted-pair using only list function in lisp?...

lispcommon-lisp

Read More
Best practices for deprecating functions...

common-lisp

Read More
Why this symbol expasion is being malformed in Common Lisp?...

macroscommon-lispsymbolsclosmalformed

Read More
What is a didatic example of the with-slots macro in CLOS?...

macroscommon-lispaccessorclos

Read More
If CLOS had a compile-time dispatch, what would happen to this code snippet?...

oopmethodscommon-lispclosdynamic-dispatch

Read More
How to permanently save a macro in LISP (sbcl)...

common-lispsbcl

Read More
(How) can a handler set the return value of signal function?...

common-lisp

Read More
Macro argument not being substituted in...

macroscommon-lispsbclparenscript

Read More
Genera: Unlocking a Package...

packagecommon-lisp

Read More
A barcode from cl-pdf bar-codes.lisp is invalid?...

common-lispbarcode

Read More
Lisp: How to get the reference (not the value) of an element in a 2D Matrix represented as a List of...

lispcommon-lisp

Read More
Difference between Special Variable and Global Variable...

cscopeglobal-variablescommon-lispdynamic-scope

Read More
BackNext