Why does the Lisp reader return `(list 1 2 3)` instead of `(1 2 3)` when using reader macros?...
Read MoreCommon Lisp: Is the interpreter or compiler allowed to coalesce identical constant expressions?...
Read MoreLisp - allow variable to be used *or* unused?...
Read MoreConvert superscript 2 (²) symbol to string...
Read MoreCLOS: Method combination with arbitrary function...
Read MoreDifference between the 'Standard method combination' and 'Simple method combination'...
Read MoreCommon lisp best practices for splitting code between files...
Read Morelisp package not available at read time when loading is deferred...
Read MoreCommon Lisp - name clash I thought the package system was supposed to protect me against...
Read MoreLisp Lambda function with IF clause...
Read MoreLisp &rest parameters and recursive calls...
Read MoreHow do I save an image to the database using caveman and sxql?...
Read Morestrange behaviour of (delete .. in Allegro Lisp...
Read MoreDynamically changing a package in Common Lisp...
Read MoreDuplicate lists when defining a list of lists in Common Lisp...
Read MoreIs there a common LISP function to compare the contents of two lists?...
Read MoreHow to create a function that returns the number of nodes in a tree on a given level...
Read MoreHow to intercalate 2 lists in lisp and print a statement when the list lengths don't match...
Read MoreHow to delete a function or variable from the lisp image?...
Read MoreHow can I exit a program running in the repl in common lisp?...
Read MoreError when trying to set variable on LISP in a BMI problem...
Read MoreCoercing numbers to lists in common lisp...
Read Moreconditional :for after a :when (in loop macro)...
Read MoreHow to replace an append with a cons in Common Lisp?...
Read MoreWhy do executables have different behavior that the repl behavior?...
Read MoreReturning a specific value from a function in common lisp?...
Read MoreHow can I call a LISP function with &optional arg and colon like `(formato '((:year 0 4) (:m...
Read Moreimporting specific symbols common lisp...
Read MoreDifference between `uiop/package:define-package` and `defpackage`?...
Read More