Next: Paradigms Of Artificial Intelligence Programming by Peter Norvig, Previous: Common Lisp—A Gentle Introduction to Symbolic Computation, Up: Common Lisp Books [Contents][Index]
"This is simply the best book written about any computing topic that I have ever come across. Even if you don’t know lisp, you can get the general gist of this book and enjoy it."
This repository contains a version of the code from On Lisp modified for use in modern Lisp environments. Paul Graham’s original code can be found here. The PDF file of the book available from Paul Graham’s site isn’t so great for reading on a screen. A version with smaller margins and the missing figures re-added can be found here and here.
Among other necessary changes, this version:
It was written to follow along with the book page by page and catalogue dependencies between the chapters, which become quite complex toward the end.
The simplest way to get it up and running is to install Quicklisp and clone this repository into your quicklisp/local-projects directory.
This is the org-mode format version of the on lisp book from Paul Graham I adopted from the online free version from https://code.google.com/archive/p/onlisp/.