Search code examples
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
Python's range() analog in Common Lisp...

pythoncommon-lispnumber-sequence

Read More
Is there something akin to Common Lisps "special variable" in Rust?...

rustcommon-lisp

Read More
How can I view the definition of a function in lisp (sbcl)?...

lispcommon-lispsbcl

Read More
How to access slots within a class?...

common-lispclos

Read More
How to generate all the permutations of elements in a list one at a time in Lisp?...

listlispcommon-lispgeneratorpermutation

Read More
Iterating over strings...

stringloopsiterationlispcommon-lisp

Read More
How do I define my type based on class so I can use that type in typecase and related expressions?...

common-lisp

Read More
CL Macro does not resolve properly...

macroscommon-lispclsql

Read More
How to have offline CLHS available from the REPL?...

lispcommon-lispinteractive-mode

Read More
Does recursive call have to be strictly the last call in a function for a function to be tail-recurs...

algorithmrecursionlispcommon-lispsbcl

Read More
Why does listp in SBCL Common Lisp return T for a non-list cons cell?...

common-lisppredicatesbcl

Read More
How can I delete a "." from a list in Common Lisp?...

listappendlispcommon-lisp

Read More
How to create timers in a doplist loop?...

common-lisp

Read More
How can I access a slot with class allocation without creating an instance?...

common-lispclos

Read More
ASDF system uffi does not return version number...

common-lispsbclasdfquicklisp

Read More
Why do we need funcall in Lisp?...

lispcommon-lispfuncall

Read More
Simplest way to get a Lisp "hello world" web application going...

lispcommon-lisp

Read More
BackNext