-
Web Scraping
The Lisp REPL lends itself well to developing web scrapers – it is easy to quickly examine and extract information from documents.
Read More
-
Symbols
Common Lisp symbols hide an extraordinary amount of complexity behind their simple appearances. “Symbols” are more than just variables…
Read More
-
Source Code Organisation
Answers to some commonly asked questions about how to organise Common Lisp code, and use or create libraries. Covering systems, packages, ASDF, Quicklisp, and more.
Read More
-
Getting Started With Common Lisp
An overview of how to quickly set up a development environment and get started with Common Lisp. Install a lisp, add some libraries, write some code!
Read More