Live data from Hacker News

Ask HN: What are some of the best written programming books?

news.ycombinator.com

31–40 of 62 posts

Re: Ask HN: What are some of the best written programming books?

#35
"Large Scale C++ Software Design" by John Lakos

This book made me understand that writing software is not just about creating opaque binaries with _stuff_ inside. It's also about what does this binary depends on, which symbols does it exports, how is it built, etc.

Re: Ask HN: What are some of the best written programming books?

#39
Eloquent Ruby is one of my favorite books, too. That book really motivated me to learn how programming languages work. Here are a few other books I found to be enjoyable and well-written:

Programming Erlang by Joe Armstrong

Programming Elixir by Dave Thomas

Seven (more) Languages In Seven Weeks by Bruce Tate

Think Bayes, Think OS, How To Think Like A Functional Programmer (Think OCaml) and The Little Book of Semaphores by Allen B. Downey

Post reply on HN