From 773846889b34ae7281c57b5f349361c0bb5d64ae Mon Sep 17 00:00:00 2001 From: Laurence C Stone Date: Fri, 27 Jan 2023 00:58:28 -0500 Subject: [PATCH] update the link to SICP online HTML version --- doc/summer-reading.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/summer-reading.mdwn b/doc/summer-reading.mdwn index b1d3bc6..56fcef8 100644 --- a/doc/summer-reading.mdwn +++ b/doc/summer-reading.mdwn @@ -23,7 +23,7 @@ Additions are quite welcome. ## Books online * Steven Levy, [Hackers, Heroes of the Compuer Revolution](http://www.gutenberg.org/ebooks/729): chapter 1 tells the story of the birth of hacking at MIT in the 1950s - * Abelson and Sussman, [Structure and Interpretation of Computer Programs](https://mitpress.mit.edu/sicp/full-text/book/book.html): the classic textbook for the famous 6.001 + * Abelson and Sussman, [Structure and Interpretation of Computer Programs](https://mitp-content-server.mit.edu/books/content/sectbyfn/books_pres_0/6515/sicp.zip/index.html): the classic textbook for the famous 6.001 * Eric Raymond, [The Art of Unix Programming](http://www.catb.org/esr/writings/taoup/html/index.html): also explains a lot of design * Mark Pilgrim, [Dive Into Python](http://diveintopython.org/): "a Python book for experienced programmers" * Eric Raymond, ed., [The Jargon File](http://catb.org/~esr/jargon/): a lot of hacker terminology and lore, plus quite a few interesting articles near the beginning. -- 2.45.0