Which is your favorite 70-80s computer book?
or should I say 8 bit book?.
While reading the "Programmers don't read books" thread just come to my mind those really nice days where computer books where an extremely useful source of information. One of my favourites mentioned in the thread was:
BASIC Computer games by David Ahl
Which book was your favourite?
29 comments
[ 7.0 ms ] story [ 102 ms ] thread1. "Smalltalk-80 The Languange and its Implementation" - They eventually dropped the implementation chapters from the book, but you can still get the original edition used on Amazon if you're curious as to how Smalltalk was implemented (http://www.amazon.com/gp/offer-listing/0201113716/ref=dp_olp...). I'm surprised at how cheap they are, as the book is considered a collector's item.
2. "Computer Lib" by Ted Nelson (http://www.digibarn.com/collections/books/computer-lib/)
And, as a bonus, the TRS-80 Model I Users Manual. I still remember the first "program" the book taught me:
10 PRINT "HEY MA, IT WORKS!"
20 END
http://users.ipa.net/~dwighth/smalltalk/bluebook/bluebook_im...
I also vaguely remember the ACM releasing the full PDF of the book if you signed up for a free account. It was posted on lambda-the-ultimate at some point.
All I can remember is waiting for my dad to bring home the latest "3-2-1 Contact" so that I could look at the basic program that was in it. Then my dad broke the computer and it wasn't until 10+ years later that I was in a C programming class in college.
I kinda skipped all the good stuff, so even with an early start I'm playing catchup.
Oh, 8-bit. The 6809E reference manual. Motorola sent it to me for free when I wrote asking where I could buy it.
Programming the Z80, Rodnay Zacks
It's not technical, but it is very much about computers.
I had a copy lying near my unix lab computer. It must have been around 85 and I hated it back then (it was a very bad german translation).
4 weeks ago I grabbed an old copy from our library (this time the american 2nd edition) and now I appreciate how well this book is written.
If you have some time, read it. Its a real pleasure!
When computers still came with a manual that taught you how to program...
If we really have to go 8-bit then the TI-BASIC manual I had for my 99/4A. I had no secondary storage, so I'd type in 100 lines of code and run it. Then retype it all and make some changes and run it again. And then have to turn the damned thing off (losing everything) because my parents wanted to use the TV. Bastards.
The book I used the most in the 80's was Chaos by James Gleick. I spent months coding up his mathematical models in basic on my 286. Good times.
In the 80s I was into Beagle Brothers one-liners.