Search code examples
Weird Common lisp SBCL *query-io* behavior...

linuxlispcommon-lispsbcl

Read More
Unused loop variables in Lisp...

loopslispcommon-lispunused-variables

Read More
defgeneric with optional and keyword arguments...

common-lispclos

Read More
A way of abstracting a breadth-first list traversal...

functional-programmingcommon-lisp

Read More
Getting a setf-able place from a nested plist tree?...

common-lisp

Read More
How to call a referenced lambda?...

lispcommon-lisp

Read More
How do I print text in Common Lisp so that I could format it with escape sequences (akin to display ...

formattingcommon-lispstdout

Read More
How to convince Lisp SBCL to do inline fixnum arithmetic?...

optimizationlispcommon-lispsbclfixnum

Read More
How can I return a string from a call to ffi:c-inline in ecl?...

ccommon-lispecl

Read More
Export / unintern and symbol access...

common-lisp

Read More
Removing last two elements from a list in Lisp...

common-lisp

Read More
How can I unintern a qualified method?...

methodslispcommon-lispslimeclos

Read More
Common Lisp: How to make just one method unbound?...

inheritancemethodscommon-lispdynamic-typing

Read More
Common Lisp: defstruct constructors and (declare (type blahblah blah))?...

constructorcommon-lispdeclare

Read More
How does a Lisp macro extend the syntax and semantics of the Lisp programming language?...

lispcommon-lisp

Read More
Why I am getting PACKAGE-LOCKED-ERROR when trying to use function in alexandria package?...

common-lisp

Read More
Cant use let variables in when condition...

common-lisp

Read More
Common Lisp web app started in Systemd: "compilation unit aborted, caught 1 fatal ERROR conditi...

common-lispsystemd

Read More
can a Common Lisp lambda function return itself?...

common-lisp

Read More
Using two backquotes and commas, Common Lisp...

listsyntaxcommon-lisp

Read More
In Common Lisp, how would you extend the existing comparator operations to work for new types?...

lispcommon-lispclisp

Read More
In Lisp, can you construct a `check-type` that throws an error if the value is not a hash-table with...

lispcommon-lisp

Read More
What exactly does the #. (sharpsign dot) do in Common Lisp? Is it causing a variable has no value er...

common-lispclisp

Read More
Why I can't convert an a-list to JSON in Common Lisp using the CL-JSON library?...

jsonlisttype-conversiontypeerrorcommon-lisp

Read More
Cannot understand how incremental assemblers/compilers/image-based systems work...

assemblycommon-lispsmalltalkincremental-compiler

Read More
Compare/Intersection List of Lists...

common-lisp

Read More
Why a curl POST request is returning a different result than this Common Library POST request to the...

jsonresthttpcurlcommon-lisp

Read More
How to read a JSON file using cl-json (common lisp library) and convert the content to a string?...

jsonstringparsingcommon-lisp

Read More
How to convert a string representing JSON data to a string on the curl notation in Common Lisp?...

jsonstringparsingcommon-lisp

Read More
Lambda-returning macro in common lisp does not work...

lambdamacroscommon-lisp

Read More
BackNext