The Little Schemer - Learn By Doing
The Little Schemer is a wonderful book. It teaches the fundamentals of lisp while easing the mind through recursion. The book starts with simple list processing and finishes with the implementation of a lisp interpreter.
This repo is my attempt to better understand the content by writing unit tests for the code in this book. Note that these tests are not intended to exhaustively test the code. The real purpose is to serve as a rack to hang my explorative coat on.
Next up, The Seasoned Schemer
Tech Notes
- Unit Tests written using Test Manager Unit Test framework for Scheme.
- Running on MIT/GNU Scheme environment.