You're looking at Less Wrong's discussion board. This includes all posts, including those that haven't been promoted to the front page yet. For more information, see About Less Wrong.

Mark_Friedenbach comments on Physics grad student: how to build employability in programming & finance - Less Wrong Discussion

8 Post author: Stabilizer 08 January 2014 07:36PM

You are viewing a comment permalink. View the original post to see all comments and the full post content.

Comments (50)

You are viewing a single comment's thread. Show more comments above.

Comment author: [deleted] 10 January 2014 10:08:37AM 3 points [-]

Sounds like you approached SICP once it was already beneath your level. The main thing to take away from SICP is that programming is the construction of processes - hierarchical descriptions of what the computer is tasked to do, with no detail left out. This and the implications of it were probably already obvious to you by the time you approached the book.

In my experience, most comp sci or programming textbooks are like grammar, vocab, and style guide to language, whereas SICP delves into the very nature of language itself, it's purpose, what we use it for, and overviews of why and how we study it. You can drill the grammar and vocab later.