←back to thread

284 points borski | 1 comments | | HN request time: 0.26s | source
Show context
anthk ◴[] No.44685229[source]
Scheme it's far easier to grasp. With SICP you basically rewrite a Scheme within a Scheme. And you teach Calculus to the interpreter to solve further problems.

Online SICP: http://sarabander.github.io/sicp/

replies(3): >>44685461 #>>44685687 #>>44685971 #
glimshe ◴[] No.44685461[source]
To do that with Scheme/SICP, you actually have to understand the CS principles behind it. Not as much with Python, which is likely why it became a more popular choice.
replies(2): >>44685536 #>>44685717 #
1. anthk ◴[] No.44685717[source]
The point of Scheme SICP is that it will teach you these CS principles.