News

As part of my efforts to learn Lisp (using Practical Common Lisp as my initial guide), I will use this repository as a place to keep track of anything and everything that I learn. Files are named and ...
To start programming in Lisp, you need a Lisp implementation. Common Lisp (CL) and Scheme are two popular dialects of Lisp. Here are a few options for setting up a Lisp environment: Common Lisp: SBCL ...
Discover how Lisp lets you create powerful abstractions and extend the language. Learn some of the best practices for writing declarative code in Lisp, such as using functions, macros, data ...