Which programming book you just couldn’t stop reading from start to end?
71–80 of 156 posts
Re: Which programming book you just couldn’t stop reading from start to end?
#72TCP/IP illustrated Unix network programming Advanced Programming in the unix environment
Re: Which programming book you just couldn’t stop reading from start to end?
#73It appears to be a bit expensive at the moment, but it's commonly used as a textbook, so there's a plentiful used market for it.
http://www.amazon.com/Understanding-UNIX-LINUX-Programming-P...
Re: Which programming book you just couldn’t stop reading from start to end?
#74"Coders at Work" is very well written and flows like a good novel. You must be a real hardcore hacker to enjoy it, though :) [Edit: I've actually posted a short review of it after I finished reading it - http://eli.thegreenplace.net/2010/01/09/book-review-coders-a... ]
Why do you say this? I thought it was very accessible.
Re: Which programming book you just couldn’t stop reading from start to end?
#75_The Little Schemer_, _The Seasoned Schemer_, _The Little MLer_. Those are made to be burned through, though. Probably not one sitting (many ideas need time to sink in), but only a couple sessions each. More recently, _Land of Lisp_. I already knew much of the material, but a very fun read. (Nice stickers, too!) I'd suggest this as a starting point for people new to Lisp, maybe even before _The Little Schemer_ (!). I…
Since the first 2 schemer books can each be read in about a week (they shouldn't be read faster) it's a shame for anyone not to read them.
Re: Which programming book you just couldn’t stop reading from start to end?
#76From the preface: "This book presents the results of Project Oberon, namely an entire software environment for a modern workstation. The project was undertaken by the authors in the years 1986-89, and its primary goal was to design and implement an entire system from scratch, and to structure it in such a way that it can be described, explained, and understood as a whole. In order to become confronted with all aspects, problems, design decisions and details, the authors not only conceived but also programmed the entire system described in this book, and more."
Re: Which programming book you just couldn’t stop reading from start to end?
#77There was a time that I read every programming book front to cover (no Internet, few programming books in public libraries, not enough money to buy zillions of books, and loving reading all contributed to that) but some are more addicting than others. Looking at my bookshelves, I find many that stand out not only because I read them front to cover, but also because of their quality. Examples: Inside Macintosh (especi…
Re: Which programming book you just couldn’t stop reading from start to end?
#78Re: Which programming book you just couldn’t stop reading from start to end?
#79Artificial Intelligence: A Modern Approach by Stuart Russell and Peter Norvig. Not really a programming book though.
Re: Which programming book you just couldn’t stop reading from start to end?
#80I tend to get too distracted to give many books the cover-to-cover treatment. Some great ones that made the cut were: 1) Metaprogramming Ruby. 2) The Art of Rails. 3) Ruby Design Patterns 4) Services-Oriented Architecture in Ruby These stick out for me. Even if the last one in the list felt a little "rushed to production", it still covered important topics you won't find anywhere else. Plus I find when a book has typ…
> Plus I find when a book has typos (either in the text or in the code), that just makes me engage with it a little bit more. Really? I wasted almost an hour double-checking my code due to a typo in an algorithm in _Programming Collective Intelligence_ (pg. 35, should end in "return num/den", not "return 1.0-num/den".) That's just sloppy. I added it to the errata page ( http://oreilly.com/catalog/errataunconfirmed.cs…
when a book has typos, it makes me want to throw it in the fire.