How to generate all the permutations of elements in a list one at a time in Lisp?...
Read MoreBasic Lisp function - sum of even minus sum of odd...
Read MoreLet-binding *read-default-float-format* not having effect in another thread?...
Read MoreIn Common Lisp, what is the correct way to define a type or nil in a class slot?...
Read MoreRemove one method from a generic function...
Read MoreHow can I unintern a qualified method?...
Read MoreIs `eval-when` required for `defconstant` used in `#.` reader macro?...
Read MoreSafari won't connect to my bare bones webserver...
Read MoreUndefined variable: COMMON-LISP-USER::0.25% in macro when I expected the symbol to not be evaluated...
Read MoreCan the inner workings of a Common Lisp macro be made evident with more than macroexpand(-1)?...
Read MoreIs there a way to get the effect of SLIME-REPL-CLEAR-BUFFER within Common Lisp...
Read MoreIs it possible to test for no return value?...
Read MoreCommon Lisp: Why does `WITH-SLOTS` allow shorthand names, but `WITH-ACCESSORS` doesn't?...
Read MoreASDF:REQUIRE-SYSTEM -> Deprecated and to avoid und all circumstances, or not?...
Read MoreDo you have to (ASDF:load-system :xxxx) and (ql:quickload :yyyy) everytime you want to work?...
Read MoreAllegro CL unexpected behavior of READ-SEQUENCE...
Read MoreWhat is the difference between CLISP and SBCL in handling closures and lexical variables?...
Read MoreGetting function arglist in SBCL Lisp...
Read MoreAtomic Operations for Multithreading in SBCL...
Read MoreAccess constant defined in a file loaded with load...
Read MoreHow to use the format control arguments ~< ~> ~I correctly for a tree-like set of clos objects...
Read MoreHow to get a file size (and other attributes) in Common Lisp?...
Read MoreQuestion regarding mapcon and its supposed equivalence to (apply #'nconc (maplist ...))...
Read MoreIs defun or setf preferred for creating function definitions in common lisp and why?...
Read More