Home

Awesome

Build Status

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.

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 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.

An online HTML version of the book, minus graphical figures, can be found here.

This code has been tested on SBCL, CCL, CLISP, and ECL. The simplest way to get it up and running is to install Quicklisp and clone this repository into your quicklisp/local-projects directory.