sicp

Scheme Interpreter from SICP
git clone git://git.alexkarle.com.com/sicp
Log | Files | Refs | README | LICENSE

README (545B) [raw]


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