Do 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 MorePython's range() analog in Common Lisp...
Read MoreIs there something akin to Common Lisps "special variable" in Rust?...
Read MoreHow can I view the definition of a function in lisp (sbcl)?...
Read MoreHow to access slots within a class?...
Read MoreHow to generate all the permutations of elements in a list one at a time in Lisp?...
Read MoreHow do I define my type based on class so I can use that type in typecase and related expressions?...
Read MoreCL Macro does not resolve properly...
Read MoreHow to have offline CLHS available from the REPL?...
Read MoreDoes recursive call have to be strictly the last call in a function for a function to be tail-recurs...
Read MoreWhy does listp in SBCL Common Lisp return T for a non-list cons cell?...
Read MoreHow can I delete a "." from a list in Common Lisp?...
Read MoreHow to create timers in a doplist loop?...
Read MoreHow can I access a slot with class allocation without creating an instance?...
Read MoreASDF system uffi does not return version number...
Read MoreSimplest way to get a Lisp "hello world" web application going...
Read More