Search code examples
Is there a way to tweak Common Lisp dotimes macro so that it does not start from zero but from a dif...

iterationcommon-lisp

Read More
SBCL: Deploying Hunchentoot application as executable...

common-lispexecutablesbclhunchentoot

Read More
Is there any pratical difference for atom and null in Common Lisp if they receive a list as an argum...

nulllogiccommon-lisp

Read More
How do I compile and run a Common Lisp program from the directory of the .asd file?...

common-lispasdf

Read More
Reading a character without requiring the Enter button pressed...

lispcommon-lispsbcl

Read More
Compose example in Paul Graham's ANSI Common Lisp...

closureslispcommon-lispreduce

Read More
How do I evaluate form inside lambda that is within a macro?...

common-lisp

Read More
Adding List items together while using provisional result...

lispcommon-lisp

Read More
In Common Lisp (SBCL) how do you parse a file?...

fileparsingcommon-lispsbcl

Read More
Adding List Items together...

lispcommon-lisp

Read More
What is the difference and the relation between the Lisp interpreter and the Lisp image? Can they be...

lispcommon-lisp

Read More
How to redirect to HTTPS when Hunchentoot is behind a reverse proxy...

http-headerscommon-lispnginx-reverse-proxyhunchentoot

Read More
How to specify additional files as prerequisites that would cause ASDF to recompile the program...

common-lispasdf

Read More
How to make a new list with 2 positions of a list changed?...

lispcommon-lisp

Read More
Is it valid to have NIL as an argument in the string comparison functions?...

common-lisp

Read More
How to convert this function into a Common Lisp macro that has a variable number of cond clauses?...

if-statementmacrosconditional-statementscommon-lispvariadic-functions

Read More
In Common Lisp, how to use lexical scope and funcall to make another function be passed as an argume...

common-lispanonymous-functionlexical-scopefuncall

Read More
While refactoring this Common Lisp code snippet, how to succesfully remove the cond clause wrapping ...

error-handlingrefactoringcommon-lisp

Read More
Why does set-difference in sbcl common-lisp appear to be destructive?...

common-lispsbclansi-common-lisp

Read More
Expand eql clause of a defmethod statement to accept any function?...

functionlispcommon-lispclos

Read More
Portacle Common Lisp connection to Swank Hangs...

common-lisp

Read More
How to properly use Common Lisp's multiple-value-bind and handler-case on this HTTP-request inte...

httperror-handlingcommon-lispmultiple-value

Read More
Lisp union function...

lispcommon-lisp

Read More
Why did EVAL-WHEN with :LOAD-TOPLEVEL not run the body when I LOAD the file?...

common-lisp

Read More
How to produce double quotes instead of single quotes for XML attributes in CL-WHO...

common-lispcl-who

Read More
What is fundamentally wrong in the choice of data structure in this matrix addition code?...

performancematrixcommon-lisp

Read More
How to identify the output of dex:get as being JSON or HTML in Common Lisp?...

htmljsonhttpscommon-lispresponse

Read More
Filter a list into two parts by a predicate...

filterlispcommon-lisp

Read More
How to convert this Common Lisp function into a macro?...

macroscommon-lisplisp-macros

Read More
Learning LISP - Defining a stdev function...

lispcommon-lisp

Read More
BackNext