https://gitlab.com/santiagopim/common-lisp-logo/-/tree/main?ref_type=heads
An explanation of the "Worse is Better" and "The Right Thing" software development philosophies.
https://www.dreamsongs.com/WorseIsBetter.html
An example of using Clojure and a YAML file to load classes (dependencies) at runtime.
http://spootnik.org/entries/2014/01/25...s-dependency-injection-in-clojure.html
A list of books on lisp.
http://codecall.net/2014/03/04/best-online-lisp-books
An overview of how to use cookies with drakma and webgunk.
http://readevalprint.tumblr.com/post/9...ing-with-common-lisp-cookies-and-stuff
Implementing bound methods as found jn other languages (java, python, etc.) in Common Lisp. Using CLOS and metaclasses.
http://reader.tymoon.eu/article/286
Using syntax-ppss and companions to create a function to swap ' and " characters.
http://www.masteringemacs.org/articles...g-quote-symbols-emacs-parsepartialsexp