Remix.run Logo
Structure and Interpretation of Computer Programs Video Lectures (1986)(ocw.mit.edu)
110 points by gjvc 6 hours ago | 9 comments
neilv 3 hours ago | parent | next [-]

If you want to work through SICP, you can use MIT Scheme, but another option is to use Racket or DrRacket, with this add-on package: https://docs.racket-lang.org/sicp-manual/

SilentM68 40 minutes ago | parent [-]

Awesome!

I was just about to ask just that question?

Thank you, SM

dirteater_ 2 hours ago | parent | prev | next [-]

I tried SICP straight from the book once, but I think the lectures are much better and the book acts as a supplemental reference.

barrenko an hour ago | parent [-]

Thank you! Will try it like this.

mbrezu an hour ago | parent | prev | next [-]

These sound a little better than I remember. I wonder if the sound was cleaned up?

bloppe an hour ago | parent | prev | next [-]

Cannot recommend these enough. Watch the first one and you'll be hooked

songbird23 an hour ago | parent | prev | next [-]

Should I do the JS or Scheme SICP

submeta 41 minutes ago | parent [-]

I‘d go with Scheme. You‘ll learn the basics in a day. The language spec is only a few pages. And Scheme reads like pseudo-code with parentheses.

aligutierrez an hour ago | parent | prev [-]

interesting approach to SICP.