Search code examples
How to generate all the permutations of elements in a list one at a time in Lisp?...


lispgeneratorcommon-lisppermutationrecursive-backtracking

Read More
SSE Server in Common Lisp...


httplispcommon-lispserver-sent-events

Read More
Basic Lisp function - sum of even minus sum of odd...


sumlispcommon-lisp

Read More
helper nested functions in CL...


recursionfunctional-programmingcommon-lisptail-recursionnested-function

Read More
Let-binding *read-default-float-format* not having effect in another thread?...


lispcommon-lispsbcl

Read More
In Common Lisp, what is the correct way to define a type or nil in a class slot?...


lispcommon-lispsbcl

Read More
Remove one method from a generic function...


common-lispclos

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


methodslispcommon-lispslimeclos

Read More
Get numbers for the lottery...


lispcommon-lisp

Read More
Is `eval-when` required for `defconstant` used in `#.` reader macro?...


common-lispsbclcclclozure-cl

Read More
Safari won't connect to my bare bones webserver...


socketssafariwebservercommon-lisp

Read More
Undefined variable: COMMON-LISP-USER::0.25% in macro when I expected the symbol to not be evaluated...


debuggingcommon-lispdefmacro

Read More
Can the inner workings of a Common Lisp macro be made evident with more than macroexpand(-1)?...


macroscommon-lispucb-logo

Read More
Is there a way to get the effect of SLIME-REPL-CLEAR-BUFFER within Common Lisp...


common-lispslime

Read More
Is it possible to test for no return value?...


common-lispnon-standard-evaluationmultiple-value

Read More
Common Lisp: Why does `WITH-SLOTS` allow shorthand names, but `WITH-ACCESSORS` doesn't?...


ooplispcommon-lispclos

Read More
ASDF:REQUIRE-SYSTEM -> Deprecated and to avoid und all circumstances, or not?...


common-lispconventionsasdf

Read More
Do you have to (ASDF:load-system :xxxx) and (ql:quickload :yyyy) everytime you want to work?...


buildcommon-lispdependency-managementasdfquicklisp

Read More
Allegro CL unexpected behavior of READ-SEQUENCE...


file-iocommon-lispallegro-cl

Read More
What is the difference between CLISP and SBCL in handling closures and lexical variables?...


lispcommon-lispsbclclispland-of-lisp

Read More
Getting function arglist in SBCL Lisp...


functionlambdaargumentscommon-lispsbcl

Read More
Atomic Operations for Multithreading in SBCL...


multithreadingcommon-lispsbcl

Read More
Access constant defined in a file loaded with load...


common-lisp

Read More
How to use the format control arguments ~< ~> ~I correctly for a tree-like set of clos objects...


formattingcommon-lisp

Read More
How to get a file size (and other attributes) in Common Lisp?...


common-lisp

Read More
Passing SBCL options to slime?...


common-lispsbclslime

Read More
Question regarding mapcon and its supposed equivalence to (apply #'nconc (maplist ...))...


lispcommon-lisp

Read More
Is defun or setf preferred for creating function definitions in common lisp and why?...


macroslispcommon-lisp

Read More
Clojure keyword arguments...


bindingclojurelispcommon-lispparams-keyword

Read More
Switch statement in Lisp...


switch-statementlispcommon-lisp

Read More
BackNext