Search code examples
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
What is the purpose of the `intern` function?...


macroscommon-lispsymbols

Read More
How does post data work with Common Lisp?...


postcommon-lisp

Read More
Can someone recommend some documentation on package management for SBCL/Common Lisp?...


common-lispsbcl

Read More
Understanding Generic Functions in Common Lisp?...


functionmethodscommon-lispclosgeneric-function

Read More
SBCL Unbound variable in a macro...


lispcommon-lispsbcl

Read More
How to convert a string to list using clisp?...


lispcommon-lisp

Read More
Under any Scheme standard, is (let (x y z) x) valid code?...


schemecommon-lispelispletlanguage-comparisons

Read More
illegal call for function in lisp: being able to make functions call each other...


lispcommon-lisp

Read More
Warnings in `cond` testing with `fboundp`, why?...


common-lisp

Read More
Using a macro ends in error when using a special variable...


macroslispcommon-lisp

Read More
asdf:test-system from a Makefile doesn't return an error return code...


common-lispasdf

Read More
Trouble Running Lisp Script in Emacs with SBCL...


emacslispcommon-lispsbclslime

Read More
Common Lisp Mito DB Error: Connection to database server lost...


common-lispcaveman2

Read More
Floating point rounding error when computing the power of a double-float number...


floating-pointlispcommon-lisp

Read More
Infinite printing when structs point to each other...


common-lispsbcl

Read More
Lisp: why does this code throw a "function x is undefined" error?...


lispcommon-lispecl

Read More
Understanding CLOS :after and primary methods...


common-lispsbclclosgeneric-functionmethod-combination

Read More
Can I use assoc when the keys are strings?...


lispcommon-lisp

Read More
How does one define a macro using variable to supply the form and have it function properly in SBCL?...


lispcommon-lispsbcl

Read More
Why does "setf" not work when using "let"?...


variablesreferencecommon-lispvariable-assignmentlet

Read More
Difference between struct and class in Common Lisp...


classstructcommon-lispclos

Read More
HTML from DB not injecting into hunchentoot route...


common-lispsbclhunchentootclsqlcl-who

Read More
Simple repl function being compiled "out of order" with sbcl...


compilationlispcommon-lispsbcl

Read More
Get only the keys of a plist...


common-lisp

Read More
Convert a flexi-stream containing a vector of octets to a utf-8 string in common lisp...


common-lisp

Read More
Idiomatic function composition in common lisp...


common-lisp

Read More
In Common Lisp is there a less verbose way to avoid taking a closure of a changing variable?...


common-lisp

Read More
values function in Common Lisp...


lispcommon-lisp

Read More
BackNext