What features does MIT-Scheme have that make it ideal for SICP?
I’ve been thinking about trying to get through the SICP again, this time well-armed with a better idea of what the SICP is meant to accomplish, and being older and wiser than my first attempt back in university. I’ve been told by old hands that the MIT Scheme is the only scheme I should think about using, and that other schemes lack features that make the SICP harder to accomplish. “There’s a reason all the ‘SICP-in-X’ end with chapter 3. Other languages can’t support what’s in chapter 4.”
Approaching SICP in Clojure instead of Scheme
I am a third year bachelor student in a software engineering program, and I brought up the idea of reading SICP to an adviser to gain a deeper and more fundamental understanding of the principles behind all this software we engineer.
constraints in developing software
According to this
Is there some error-case in this answer? for SICP 1.7
I’m a beginner with SICP.