vote up 3 vote down star
2

This question is not about "Code Complete", "Mythical Man Month", the writings of Joel Spolsky or any other technical writing that is theoretical or discussion-oriented.

It's about the hardcore technical manual that describes the nuts and bolts of a particular technical language or technology in all of its gory, clinical detail.

I'm talking about stuff like "Perl in a Nutshell" or "Core Python" or "C++ Primer".

The only writer I have read that has tried to break away from the breathtaking boredom of technnical manuals is "why the luck stiff".

Has anyone come across any books that are strictly technical how-to's that are also actually interesting to read?

flag
Unfortunately Mr. Stiff has stiffed us and dropped off the internet. – David Plumpton Aug 26 at 3:49

15 Answers

vote up 3 vote down check

Learn You a Haskell for Great Good! Even the title is funny (once you know a bit of Haskell, anyway).

link|flag
vote up 1 vote down

The Garbage Collection Programming Guide for Mac OS X is one of the most fascinating things I've ever read (especially the Architecture section).

link|flag
vote up 1 vote down

While not strictly programming, I enjoyed the classic "Getting Started in Electronics" book. It has fun illustrations which makes it easy to understand electronics theory.

mightyohm's photostream

link|flag
"Not strictly programming". You're right about that. – papi Aug 27 at 18:32
vote up 1 vote down

More of a howto than a technical manual, but Why's (Poignant) Guide to Ruby

link|flag
vote up 2 vote down

Bjarne Stroustrup's "Programming - Principles and Practice Using C++" is clearly written with the intent of being readable and as enjoyable as you can expect from a technical book. It is, however, targeted at beginners, not only to C++ but also to programming, and it is clearly meant to be enjoyable for them.

I couldn't say whether or not it would be staggeringly dull to someone who already had a strong grasp of the language and/or programming. But as a beginner I find it very enjoyable and not at all dull.

link|flag
vote up 0 vote down

Gerry Blauuw's immortal IBM 360 Principles of Operation.

Anybody with access to the ACM Digital Library can get a copy.

link|flag
Immortal? It's out of print. – papi Aug 27 at 18:31
@papi: I said "immortal" not "profitable". Why buy a manual for a machine that is over 30 years dead? This is why we have libraries. – Norman Ramsey Aug 27 at 20:55
vote up 1 vote down

Some candidates:

link|flag
The Macintosh Bible caused a great many re-installs of the OS to take place thanks to their resource editing guides. I read this back when it was still relevant and it was absolutely awesome. A must read, and hilarious to boot. – ReaperUnreal Aug 27 at 21:00
vote up 1 vote down

One of the best and genuinely interesting books I've recently read is this one about rails:

Enterprise Rails

link|flag
I couldn't agree with you more on this one. It's one of the few technical manuals I've read recently that I actually enjoyed. – jamesaharvey Aug 26 at 1:54
vote up 4 vote down

The best example I've personally come across is Programming Perl (better known as the Camel Book). A nuts-and-bolts book on using a language, but it (at least the edition I used) is interspersed with discussions of the three chief virtues of a programmer (laziness, impatience, and hubris), stories of the programming hacks done by Job (from the Bible) (such as his use of CTBCPP (Clay Tablet By Carrier Pigeon Protocol)) and so on.

As James A. Harvey noted, the Head First series is also pretty good.

Bruce Tognazinni offers some great examples on how good writing can help even nuts-and-bolts technical matter.

link|flag
vote up 1 vote down

I remember a great book when learning Delphi called The Delphi Programming Explorer narrated by a fictional detective who was programming between cases.

Fun, but rather difficult to get hold of.

link|flag
vote up 4 vote down

The Head First books from O'Reilly are by far the best attempt at this. They use more engaging and proven learning strategies.

link|flag
They never struck me as "nuts-and-bolts" books -- more like an alternative approach to Deitel/Deitel style introductory textbooks. – Steven Huwig Aug 26 at 2:13
vote up 1 vote down

Not sure if this one is 'technical' but it's fun and insightful, definitely not 'dull'

don't make me think

Personally, I find the poignant guide to ruby (the only book by why the lucky stiff that I've read more than a few pages) dull to read... I prefer something that moves a little faster. Compare that to MSDN which I read everyday (boring day job) when it solves my problem, it makes me happy, not dull.

I suppose my definition of 'dull' is when a book bore me with too much little details that I already know.

link|flag
Nice picture. But you totally missed the point. I looked through a few pages of that on Amazon and it's clearly not a technical how-to at all. – papi Aug 26 at 1:41
I found why's poignant guide to ruby to be terrific at the beginning, but near the end there was more 'side-story' than there was anything dealing with ruby. At that point, I lost interest and taught myself the rest based off the ruby docs. – nilamo Aug 26 at 4:34
vote up 3 vote down

"C Programming Language" by Brian W. Kernighan and Dennis M. Ritchie

Quite simply, the best technical manual I've ever read.

link|flag
vote up 0 vote down

I really like reading books by Alistair Cockburn, particular Agile Software Development. I can only describe it as a series of lightbulbs going off as I finally understood why the way I had been taught and was trying to do software development was not working the way I expected. I'll grant you that it's not strictly a technical how-to in the language vein, but it is more-or-less a how-to for developing a software development methodology. The fact that it doesn't read like The Personal Software Process or The Rational Unified Process is one of the things that opened my eyes to a new way to develop software.

link|flag
1  
I've updated. BTW -- who actually reads any of the "Nutshell" books? Stuff like that is a reference, not a curl-up-in-the-hammock-type book anyway. – tvanfosson Aug 26 at 1:34
vote up 4 vote down

I found Effective C++ by Meyers to be fun as well as useful.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.