←back to thread

466 points pieterr | 2 comments | | HN request time: 0s | source
Show context
neilv ◴[] No.42158506[source]
The article has a broken link for the free copy:

https://mitp-content-server.mit.edu/books/content/sectbyfn/b...

https://web.mit.edu/6.001/6.037/sicp.pdf

I hadn't seen a blessed PDF version until today. Circa 2001, only the HTML version was freely available, and someone converted it to TeXinfo: https://www.neilvandyke.org/sicp-texi/

If anyone wants to work through SICP today, you can run the code in MIT Scheme, or in DrRacket: https://www.neilvandyke.org/racket/sicp/

replies(5): >>42158584 #>>42158769 #>>42158866 #>>42158920 #>>42161636 #
1. xdavidliu ◴[] No.42158584[source]
one thing to note is that the second chapter's "picture language" is not supported in MIT Scheme in 2024. There used to be a package but it's like 2 decades out of maintenance. In Dr. Racket however, there is a package specifically for working through those problems.
replies(1): >>42223205 #
2. spdegabrielle ◴[] No.42223205[source]
yes https://docs.racket-lang.org/sicp-manual/index.html it includes the picture language used in SICP.