From: Quentin Smith Date: Tue, 27 Apr 2021 00:21:03 +0000 (-0400) Subject: add link to Hackers X-Git-Url: https://sipb.mit.edu/gitweb.cgi/wiki.git/commitdiff_plain/6e45e8ba1fc00211f42c7d2c2216247ea45ac819 add link to Hackers --- diff --git a/doc/summer-reading.mdwn b/doc/summer-reading.mdwn index 902a23c..b1d3bc6 100644 --- a/doc/summer-reading.mdwn +++ b/doc/summer-reading.mdwn @@ -22,6 +22,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 * 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"