←back to thread

284 points borski | 2 comments | | HN request time: 0.398s | source
1. AlanYx ◴[] No.44685805[source]
There's probably a middle ground somewhere. IMHO, SICP leans a little too heavily on the homoiconicity of Scheme for its choice of exercises. Which is intellectually nifty but it could also include exercises from something like Crafting Interpreters (Nystrom) where you would build up step-by-step to an interpreter of a non-Scheme-like language, using Scheme.
replies(1): >>44687428 #
2. shawn_w ◴[] No.44687428[source]
Eh, being able to skip parsing allows a fairly short book to spend more time on its real focus than it otherwise would.