ahmetus / ansi-common-lisp

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:GNU General Public License v3.0


Languages

Language:Common Lisp 100.0%