sicp ==== This repo houses an implementation of the Scheme evaluator described in Chapter 4 of Structure and Interpretation of Computer Programs in CHICKEN Scheme. License ------- SICP is licensed under the [CC-BY-SA], as denoted on the [book website]. Code in the sicp.scm file retains this license. All other files are licensed under the MIT license (see ./LICENSE). [CC-BY-SA]: http://creativecommons.org/licenses/by-sa/4.0/ [book website]: https://mitp-content-server.mit.edu/books/content/sectbyfn/books_pres_0/6515/sicp.zip/index.html