Search code examples
Common Lisp idioms for argument checking and other paranoia?...

common-lispdesign-by-contract

Read More
How to implement `cl-print-object`?...

objectcommon-lispelispcl-lib

Read More
What is the meaning of #+: and #-: in common lisp...

lispcommon-lispreader-macro

Read More
Does `mapcan` really use `nconc`?...

lispcommon-lisp

Read More
Why is Common Lisp case insensitive?...

common-lispcase-sensitivecase-insensitive

Read More
Common Lisp Compiling and execution time...

compilationlispcommon-lisp

Read More
How can I dump a static executable with Common Lisp?...

linuxcommon-lispstatic-linkingsbcl

Read More
Speeding Up a Function Involving String Searches...

stringcommon-lispdestructuringsbcl

Read More
Point of using Dependency Injection (and for that matter an IoC Container) in LISP...

springdependency-injectioninversion-of-controlcommon-lisp

Read More
Are (let) and (lambda) equivalent in Common Lisp...

lambdafunctional-programmingcommon-lispleton-lisp

Read More
What does the delete function do to an array?...

common-lispsbcl

Read More
SBCL Compile Error & Warning about a Conflict with Type base-char...

arrayschartypeerrorcommon-lispsbcl

Read More
How do you define a type specifier MULTIPLE-OF with a parameter?...

typescommon-lispdeftype

Read More
Common LISP - How to return statement...

macroslispcommon-lispmetaprogramming

Read More
Lisp: IF condition using AND operator...

syntaxlispcommon-lisp

Read More
How do you enforce type checking of declared input types of a function without using check-type?...

typescommon-lispdeclare

Read More
Debugging an SBCL User-Defined Hash-table Test...

common-lisphashtablehashcodesbcl

Read More
how to deftype for a list all of whose members are of a given type...

common-lispdeftype

Read More
How to create jpeg image from base64 string in Common Lisp...

common-lispjpegclisp

Read More
Evaluate function inside lambda on Lisp...

lispcommon-lisp

Read More
Is an EQ Hash-table Really More Efficient than an EQUAL Hash-table in SBCL?...

common-lisphashtablesbcl

Read More
In Common Lisp, how to define a macro expanding to nothing (rather than `nil`)?...

macroscommon-lisp

Read More
Using a Package as a Hash Table in Common Lisp...

packagecommon-lisphashtablesbcl

Read More
How to call a foreign function with an output pointer argument?...

common-lispcffi

Read More
Accessing a Global Hashtable from Concurrent Threads (Common Lisp)...

multithreadingcommon-lisphashtablesbcl

Read More
An efficient collect function in Common Lisp...

optimizationrecursionlispcommon-lisp

Read More
Where to learn how to practically use Common Lisp...

lispcommon-lisp

Read More
How did `sxhash` in Common Lisp get its name?...

common-lispterminologylanguage-history

Read More
“~&” Knows Whether the Ostream is At Line Head?...

common-lispostreamformat-string

Read More
Return Multiple Values Returned by Another Function Call...

functioncommon-lispmultiple-value

Read More
BackNext