Lost Classics: Out of Print Books? - Stack Overflow most recent 30 from stackoverflow.com2009-11-27T23:50:32Zhttp://stackoverflow.com/feeds/question/135285http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/135285/lost-classics-out-of-print-books9Lost Classics: Out of Print Books?Kyle Burton2008-09-25T19:04:15Z2009-01-01T09:15:48Z
<p><a href="http://www.lulu.com/content/3060872" rel="nofollow">On Lisp</a> is well regarded as an advanced Lisp book. The author put it into the public domain, and it is now available from an on-deman printer (<a href="http://www.lulu.com/" rel="nofollow">Lulu.com</a>).</p>
<p>What other classic books are we missing out on because they're out of print, and which ones are available on-line or on-demand?</p>
http://stackoverflow.com/questions/135285/lost-classics-out-of-print-books/135335#1353353Answer by Adrian Mouat for Lost Classics: Out of Print Books?Adrian Mouat2008-09-25T19:10:37Z2008-09-25T19:10:37Z<p>I really like <a href="http://www.dreamsongs.com/Files/PatternsOfSoftware.pdf" rel="nofollow">Patterns of Software: Tales from the Software Community</a> by Richard Gabriel. He made it available under a creative commons license after it went out of print.</p>
http://stackoverflow.com/questions/135285/lost-classics-out-of-print-books/135369#1353692Answer by Barry Brown for Lost Classics: Out of Print Books?Barry Brown2008-09-25T19:17:35Z2008-09-25T19:17:35Z<p>The <em>Unix Hater's Handbook</em>. One of the editors has scanned it in and made it available as a <a href="http://web.mit.edu/~simsong/www/ugh.pdf" rel="nofollow">PDF</a>.</p>
http://stackoverflow.com/questions/135285/lost-classics-out-of-print-books/135521#1355212Answer by Andrew Gwozdziewycz for Lost Classics: Out of Print Books?Andrew Gwozdziewycz2008-09-25T19:39:56Z2008-09-25T19:39:56Z<p><em>The Implementation of Functional Programming Languages</em> by Simon Peyton-Jones ISBN 013453333X. I haven't read all of it, but I do like what I've read.</p>
<p>It's available in <a href="http://research.microsoft.com/~simonpj/Papers/slpj-book-1987/index.htm" rel="nofollow">PDF or HTML</a>.</p>
http://stackoverflow.com/questions/135285/lost-classics-out-of-print-books/135575#1355750Answer by rp for Lost Classics: Out of Print Books?rp2008-09-25T19:49:58Z2008-09-25T19:49:58Z<p>The Practical Guide to Structured System Design is timeless. Alas, it doesn't really meet your criteria because used copies can be had (at Amazon) for as little as $1.34. It's worth lots more than that. </p>
<p><a href="http://rads.stackoverflow.com/amzn/click/0136907695" rel="nofollow">http://www.amazon.com/Practical-Structured-Systems-Yourdon-Computing/dp/0136907695/ref=sr_1_2?ie=UTF8&s=books&qid=1222372087&sr=1-2</a></p>
http://stackoverflow.com/questions/135285/lost-classics-out-of-print-books/135593#1355930Answer by CMPalmer for Lost Classics: Out of Print Books?CMPalmer2008-09-25T19:52:29Z2008-09-25T19:52:29Z<p>I don't know about "classic", but the only decent book ever written about DirectShow programming is not only out of print but used copies sell for hundres of dollars (if you can find one). Microsoft has sorta/kinda orphaned DirectShow, but it remains the only way to do many video and audio tasks in Windows, so if you want to do much of anything other than just playing a video, you have to use it (and you had better be really good at C++ and COM, 'cause it don't play well with .Net, although the <a href="http://directshownet.sourceforge.net/" rel="nofollow">DirectShow.NET</a> library gets you about 80-90% there).</p>
<p><img src="http://images.barnesandnoble.com/images/32620000/32621685.JPG" alt="cover" />
<a href="http://www.microsoft.com/mspress/books/6381.aspx" rel="nofollow">Programming DirectShow for Digital Video and Television</a></p>
<p>On a related note (out of print books), it really pays to frequent your local thrift stores. I often find "classic" text books and reference books at the ones around here, often for 50 cents or a buck. If I ever find that DirectShow book for that price, I'll celebrate and sell it on eBay.</p>
http://stackoverflow.com/questions/135285/lost-classics-out-of-print-books/135603#1356030Answer by Jekke for Lost Classics: Out of Print Books?Jekke2008-09-25T19:54:01Z2008-09-25T19:54:01Z<p>Bruce McConnell's <em>Hardcore Visual Basic</em>, no longer necessary because VB 4 and 5 are long-since deprecated, nonetheless was an awe-inspiring primer on how to force the Windows API to do what you wanted it to, even when working within a limited environment.</p>
http://stackoverflow.com/questions/135285/lost-classics-out-of-print-books/400091#4000913Answer by Stephen for Lost Classics: Out of Print Books?Stephen2008-12-30T11:48:39Z2008-12-30T11:48:39Z<p><a href="http://www.librarything.com/work/556753" rel="nofollow"><em>Etudes for Programmers</em> by <strong>Charles Wetherell</strong></a></p>
<p>Each chapter is a project. It starts with Life (the classic Artificial Life program), moves through 'a printers devil', games and AI projects, with the final projects specifically for compiler courses.</p>
<p>It's out of print but you can still get second-hand copies on Amazon.</p>
http://stackoverflow.com/questions/135285/lost-classics-out-of-print-books/400143#4001430Answer by Graham Lee for Lost Classics: Out of Print Books?Graham Lee2008-12-30T12:22:39Z2008-12-30T12:22:39Z<p><a href="http://rads.stackoverflow.com/amzn/click/0201548348" rel="nofollow">Object-Oriented Programming: An Evolutionary Approach</a> is sadly missed.</p>
http://stackoverflow.com/questions/135285/lost-classics-out-of-print-books/404766#4047660Answer by Stephen for Lost Classics: Out of Print Books?Stephen2009-01-01T09:15:48Z2009-01-01T09:15:48Z<p><a href="http://www.finseth.com/craft" rel="nofollow"><em>The Craft of Text Editing</em></a> by <strong>Craig Finseth</strong> (available online) goes through the process of constructing a text editor, in quite a bit of detail. We're not talking about sticking pre-fab UI elements together and adding a few methods - this is about building an EMACS style editor from the ground up - valuable in that understanding the approach to solving the problems of a text editor is applicable to any complex interface. (but please don't implement a text editor - there are enough already!)</p>