It's modelled off the Berkeley 61A lectures from 2011, before they switched away from Scheme. It collects material strewn around dead links and abandoned course pages and puts it in an easy to digest format, with all the materials you need provided in a repo.
I self-studied the entire book and did all the problems around the beginning of Covid.
The biggest roadblock I found was the "picture language" problems in chapter 2 didn't have an obvious implementation of "painters" in MIT scheme. There was some libraries I found in 25-year old 6.001 course webpages, but they were not functional.
Fortunately, there was a recent Racket library that was specifically designed for that chapter of SICP.
I never did the SICP picture language exercises, but the book Concrete Abstractions* has some very similar exercises, but done through a simple library that outputs EPS.
HTDP is (quite a bit) easier, and only really derived from the first few chapters of SICP if that.
The course I recommend as a pre-req is actually based of HTDP, I think it really helps with the much more comprehensive SICP
a) yay
b) I'm surprised i don't see mention of racket in here.
My understanding is that their implementation of MIT scheme + the VERY beginner friendly aspects of Racket's Dr. Racket editor make it the best place for folks to work on this course's code. Especially since so few of them will have had scheme experience.
[+] [-] temple_os|3 years ago|reply
[+] [-] xdavidliu|3 years ago|reply
The biggest roadblock I found was the "picture language" problems in chapter 2 didn't have an obvious implementation of "painters" in MIT scheme. There was some libraries I found in 25-year old 6.001 course webpages, but they were not functional.
Fortunately, there was a recent Racket library that was specifically designed for that chapter of SICP.
[+] [-] tmtvl|3 years ago|reply
* https://gustavus.edu/mcs/max/concrete-abstractions.html
[+] [-] soegaard|3 years ago|reply
[+] [-] alaurie|3 years ago|reply
https://htdp.org/2022-8-7/Book/index.html
[+] [-] soegaard|3 years ago|reply
The authors of HtDP on SICP.
[+] [-] temple_os|3 years ago|reply
[+] [-] benbenolson|3 years ago|reply
[+] [-] masukomi|3 years ago|reply
My understanding is that their implementation of MIT scheme + the VERY beginner friendly aspects of Racket's Dr. Racket editor make it the best place for folks to work on this course's code. Especially since so few of them will have had scheme experience.
I certainly found it nice.