The 9 Best Programming Books I Have Read (so far)
6 minutes read | 1110 words by Ruben BerenguelBelow you can find a non exhaustive list of the best programming books I have read so far. I have read a lot more books about programming, but most of them I read and promptly forgot about them. I am reading currently a few more (Code Complete, Thinking Forth), and maybe they can make it into a list like this that my future self writes.
And now, the list of the best programming books I have read so far. I’m currently on and off with Thinking Forth, but it is still to early to tell if I like it. I like Forth programming (as I like Lisp, C or almost any other language…), and so far the book looks damn good. But there’s a lot to learn from there and it will take me a while to grasp it… and consider turning this into a list of 10 books.
Do you have a really good programming book to suggest? Please post it in the comments, I’ll try to have a look at it.
Kernighan & Ritchie’s The C Programming Language
This was one of the first programming books I read from cover to cover, and probably the only one I was really forced to do so. In my first year in the University, I was required to program in C, and previously I had only programmed in different flavours of Basic (Visual Basic, GW-Basic, QBasic) and Pascal (Turbo Pascal for MS-Dos and Windows). The first semester was ok, as we were taught the basics of the language, but I wanted more and started reading this book (loaned from the library). I like it a lot, learnt a lot and I still think that its clear style and simple examples make it the best language specific programming book I will ever read… If we don’t pit it against the following. Obviously, this is a ‘dry’ book: I would never recommend it to someone who was beginning to learn programming… But he should eventually read it.
Paul Graham’s ANSI Common Lisp
This is probably the programming book I have learnt more from. I learnt about Lisp a long, long time ago, but stalled on it until I stumbled upon Graham’s site, and read his somewhat inspiring history behind Viaweb. Decided to give it a try, and have loved this language since then. My first buy from Amazon was this great book, and won’t ever regret having bought it, would probably even be one of my 10 books to take to a desert island. Worth a buy, and even a second buy to give it as a present to a programmer friend.
Friedman & Felleisen’s The Little Lisper
A little and short gem among programming books, teaches recursion, some programming and a little subset of the Lisp language to anybody in a short number of pages. It is worth a read, even if you have been into programming for a long time. Maybe just because it is a fun little book full of harmless jokes.
Update: readers suggested that The Little Schemer is better, these days (for price, mostly). But the same review applies
Hunt & Thomas' The Pragmatic Programmer: From Journeyman to Master
This is probably one of the most recommended books on programming, and for a clear reason: it will make your developer life easier, once you grasp everything it has to teach (although you can get a lot from day 1). Buy it. Now. And read it as soon as you have it.
Adobe’s Chapter 8 of The Postscript Programming Language Reference Manual
The PPLRM is a huge book, with lots and lots of information. And yet, the only part I have ever used is Chapter 8: Operators. Almost anything can be found in here, if you know how stack-based languages go. Concise and to the point: is just a chapter on how operators work.
Buy on Amazon link (full book, of course)
Watt & Mangada’s Basic para niños
This translates as Basic for kids, and it is a really lovely book. My first programming book, I learn a lot from it (although maybe too many goto’s ;) It is a wonderful book for teaching programming to children between 5 and 11 years old. Do you readers know if there is something similar but up-to-date?
SAMS' Teach Yourself Python in 24 hours
Yes, I fell for the Teach Yourself X in N hours/days, but this book is good. It feels more like an introduction to the language than one of those standard rubbish books. But after a while, you grow to hate the Mayan calendar examples the author loves, sadly.
Friedman & Felleisen’s A Little Java: A Few Patterns
I though I should give a try to another Friedman-Felleisen combination. This is not as good as _The Little Lisper _mentioned above, but it does not mean it’s bad. Just not the same type of book, and also I’m not specially fond of Java. Worth a read to get some insights about Java, but loaning from the library would be a safer bet. I would not probably buy it again.
Abelson & Sussman’s The Structure and Interpretation of Computer Programs
A classic one… Known as The wizard book, for its cover. But I think I just read half of the book, from re-reading the Contents. Maybe I forgot everything? Focused on programming in Scheme, it teaches a lot about general computer science. Worth having, but it is quite a dense read. It is freely available.
Affiliate Link Disclaimer: For each sale that is made through the purchase links in this post I get a small commission (that does not affect your final purchase price!). Of course, I’d love if you bought this book through these links, but I have tried my best to make my review faithful. I don’t want anyone to come later at me and say they were tricked into buying the book and the review was unfaithful to the book. Anyway, I won’t get rich quickly (not even slowly) by these sales, but they will work toward paying the normal upkeep of this blog.
Related posts:
_ And e Appears From Nowhere!_ C Code Juicer: Detecting Copied Programming Assignments
Cron, diff & wget: Watch Changes in a Webpage
8 Reasons for Re-Inventing the Wheel as a Programmer
How I Got More Than 4500 Visits From Blog Commenting
Approximating Images with Randomly Placed Translucent Triangles (ended as a Christmas Postcard)
ParseList(ScrambleList(Relateds(Programming)),10)