Search code examples
How to translate a LOOP into a DO inside a macro (common lisp)?...


iterationcommon-lisppractical-common-lisp

Read More
One function refuses to export, while other functions export?...


common-lispsbclasdfquicklisp

Read More
Not-rectangular arrays in Common Lisp? (General question for didactical purposes.)...


multidimensional-arraycommon-lisp

Read More
What does it mean to "open code" something in Common Lisp?...


common-lisp

Read More
standard-deviation function returns error in Lisp-Stat...


common-lispxlispstat

Read More
Lisp - append to a list...


lispcommon-lisp

Read More
Common Lisp equivalent of Python's itertools.starmap?...


pythoncommon-lisppython-itertoolsstarmap

Read More
How to resolve shadow importing issue?...


packagecommon-lispsbcl

Read More
The lisp approach to packaging a library of reusable functions?...


packagecommon-lispsbcl

Read More
extracting CSV data that needs to be re-read frequently?...


variablescommon-lispsbcl

Read More
How to import external package symbols with excluding some...


packagecommon-lispname-conflict

Read More
What does the f in setf stand for?...


lispcommon-lisp

Read More
As of 2021, what are all common lisp special functions?...


functioncommon-lisp

Read More
Why do I need to evaluate defpackage for a new REPL?...


common-lispread-eval-print-loopsbclasdf

Read More
Array "view" on an array of different type possible?...


arrayscommon-lispundefined-behavior

Read More
Using a quote before a symbol inside a function?...


common-lispsbclquote

Read More
What is atom in LISP?...


lispcommon-lisp

Read More
Is there a better way to read groups of CSV rows from the same file?...


csvcommon-lispsbcl

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


lispcommon-lispfuncall

Read More
Expand a file name with a tilde to its fullpath (Common Lisp)...


common-lisphome-directorypathname

Read More
Why does the Lisp reader return `(list 1 2 3)` instead of `(1 2 3)` when using reader macros?...


common-lispevaluationreader-macro

Read More
Common Lisp: Is the interpreter or compiler allowed to coalesce identical constant expressions?...


common-lispconstant-expression

Read More
Lisp - allow variable to be used *or* unused?...


lispcommon-lispcompiler-warningssbclunused-variables

Read More
Convert superscript 2 (²) symbol to string...


common-lispsbclunicode-normalization

Read More
CLOS: Method combination with arbitrary function...


oopcommon-lisplanguage-designclosmethod-combination

Read More
Difference between the 'Standard method combination' and 'Simple method combination'...


methodslispcommon-lispclosmethod-combination

Read More
Common lisp best practices for splitting code between files...


compilationlispcommon-lisp

Read More
lisp package not available at read time when loading is deferred...


packagecommon-lispsbcl

Read More
Common Lisp - name clash I thought the package system was supposed to protect me against...


lispcommon-lispquicklisp

Read More
Lisp Lambda function with IF clause...


lambdafunctional-programminglispcommon-lisp

Read More
BackNext