/ansi-common-lisp

code and exercises from Paul Graham's book "ANSI Common Lisp"

Primary LanguageCommon LispGNU General Public License v3.0GPL-3.0

Code scratches from Paul Graham's book 'ANSI Common Lisp'

Currently, code is present only up to chapter 6 as well as chapter 10.

Here are pieces of code which I typed manually myself in order to have some fun with Lisp. There are also exercises (from the end of each chapter) written by me. These are certainly not the best practices. Nonetheless they seem to work fine. Note that some pieces of code from the book can be absent here.

Folders

  • chapters - my code
  • paul-graham - Paul Graham's code from his website extracted from the book