Skip to content

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

Notifications You must be signed in to change notification settings

velaia/lol-landOfLispExamples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published