Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 484 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 484 Bytes

lol-landOfLispExamples

Coding examples from the wonderful Land of Lisp book by Conrad Barski

To clarify my own understanding and improve readability I adjusted the code in some places. "car" and "cdr" have been replaced with "first" and "rest", "caddr" and similar constructs have also been replaced by several invocations of "first" and "rest" for clarity reasons.

All copyright Conrad Barski, 2010

Source code available from auther's website http://landoflisp.com/source.html