What I leaned while studying the book SICP
a.k.a. SICP
- https://mitp-content-server.mit.edu/books/content/sectbyfn/books_pres_0/6515/sicp.zip/index.html
- You can read book.
- You can download provided code by the authors.
- Web version
- Other versions including pdf, epub, pocket-version etc.
- I use Web version mostly.
- I use racket and its sicp package to study this course. Checkout here: https://docs.racket-lang.org/sicp-manual/index.html
- I was tried mit-scheme with slime(swank). But I couldn't manage it to work properly.