Came here to post this. Great book and it's got so much heart. Brian is obviously a great writer and has a lot of great stories about the Bell Labs days. Early UNIX just seems like a dream to have been around.
It's a very human focused book, and the humans it focuses on are just incredible.
Knuth’s Art of Computer Programming “footnotes” the history of computing throughout it’s text; shows how it was done because Knuth has been writing it for most of the time computers have been machines and not people; and invented a fair portion of how computing has been done.
Ableson and Susman’s SICP is full of structured data without using objects.
And the less famous Structured Programming by Michael Jackson (no not that one) is also good. Jackson talks about “tables” and that’s what OOP languages abstract over as objects.
Just as tables abstract over pointers and pointers abstract over jmp instructions.
* "Hello, World!": The History of Programming Paperback by Prof James Steinberg (Author)
* Software: A Technical History (ACM Books) by Kim W Tracy (Author)
* The Dawn of Software Engineering: from Turing to Dijkstra by Edgar G. Daylight (Author), Niklaus Wirth (Author), et. al
* History of Programming Languages (Acm Monograph Series) by Richard L. Wexelblat (Editor)
* Masterminds of Programming: Conversations with the Creators of Major Programming Languages (Theory in Practice (O'Reilly)) by Federico Biancuzzi (Author), Chromatic (Author)
Related with narrower, non-OOP focus:
* Beautiful Code: Leading Programmers Explain How They Think by Andy Oram (Author), Greg Wilson (Author)
* Mythical Man-Month, The: Essays on Software Engineering by Frederick Brooks Jr. (Author)
A side question: Is there any book that talks about a software/hardware project from the technical side, but not too technical to scare away people. I'm thinking about something similar to "Soul of the Machine" and "Show Stopper" (but I think they are not as technical as I want).
It has been one of my favorite books about programmers and programming since my childhood.