Cookie Consent: We use cookies to give you the best online experience, for analytics, performance, and to tailor the experience towards your interests.

Skip to content
Pic of CoRecursive: Coding Stories

Tech Talk: Structure and Interpretation of Computer Programs with Hal Abelson

October 1, 2019
0 comments

CoRecursive: Coding Stories

Description

Tech Talks are in-depth technical discussions.

Adam talks to Hal Abelson about the textbook he coauthored in 1984, SICP and why it is still popular and influential today.

"If you pick up almost any computing book it starts out 'here are these datatypes, these operations that you do' and somewhere around 20 or 30% through the book, they show you how to define a function or a procedure. Whereas we really take the opposite approach. We say the key thing is abstraction. So we kind of start there."

"The axe [the book] is grinding is that people write programs to do one particular thing. And then the price of that is that a whole lot of software engineering ends up being trying to get out of the hole you dug yourself into because you made a program that was too specific."

https://corecursive.com/039-hal-abelson-sicp/