←back to thread

462 points pieterr | 1 comments | | HN request time: 0.199s | source
Show context
jasonpeacock ◴[] No.42158530[source]
Original version: https://mitp-content-server.mit.edu/books/content/sectbyfn/b...

Javascript version: https://sourceacademy.org/sicpjs/index

replies(1): >>42158564 #
ElD0C ◴[] No.42158564[source]
And the Python version: http://www.composingprograms.com/
replies(1): >>42158591 #
xdavidliu ◴[] No.42158591[source]
this is not the Python version of SICP. It's a different book inspired by SICP. There's no "picture language" in chapter 2, and there's no "metacircular evaluator" and "register machine" in chapter 5.
replies(1): >>42160969 #
1. ted_dunning ◴[] No.42160969[source]
It's hard to understand the point without these.