Back
Harold Abelson, Gerald Jay Sussman: Structure and Interpretation of Computer Programs - 2nd Edition (1996) 5 stars

Wizard Book n. Hal Abelson's, Jerry Sussman's and Julie Sussman's Structure and Interpretation of Computer …

Review of 'Structure and Interpretation of Computer Programs - 2nd Edition' on 'Goodreads'

3 stars

Also didn't finish. This is a very academic explanation of programming using all LISP examples. I got one good piece of info from it, given the single-assignment property of functional languages, recursion becomes useful because the paramter to the function becomes the index, which can change (increment) on each call.