Live data from Hacker News

Ask HN: What's the best programming book you've read recently?

news.ycombinator.com

21–30 of 92 posts

Re: Ask HN: What's the best programming book you've read recently?

#21
post #7

I've been reading Real World Haskell recently and loving it. It does a fantastic job of blowing your mind while simultaneously showing you how to apply Haskell to real-world problems.

The authors put the book online; though they prefer you purchase a copy if you like it:

http://book.realworldhaskell.org/read/index.html

Re: Ask HN: What's the best programming book you've read recently?

#22
post #11

Refactoring by Martin Fowler. Extremely practical if you work with old and large code bases.

"Refactoring" is next on my list, but I started with "UML Distilled", and am currently working on "Design Patterns", partly in preparation for "Refactoring" (and "UML Distilled" was partly in preparation for "Design Patterns").

Re: Ask HN: What's the best programming book you've read recently?

#23
post #5

Stroustrup's "A Tour of C++" is a great overview of C++11 and modern C++. It's not very long and worth a read to see what's new in the C++ world. The audience is aimed at people who already know C++ but want to know what's new with the latest version. I've been doing a lot more with C++11 recently and am really impressed with the language--dare I say C++ is actually fun to use.

Just purchased this. I'm hoping it can make up for a year of not attending my c++ lectures, to learn enough for my exam in 1.5weeks.

Re: Ask HN: What's the best programming book you've read recently?

#24

I've recently read The Passionate Programmer and was rather disappointed. The book has a few very valuable insights. For the most part it reads like a series of blog posts from a slightly experienced developer.

It's like a fish to water nowadays, basically assimilated into the programming culture by now.

Re: Ask HN: What's the best programming book you've read recently?

#27
Effective Java. A very succinct collection of wonderful practices and ideas on how to code great software that you can finish in a couple of days, even if you are on a working schedule. Don't mind the "Java" in the title; I read the book regularly and it applies to pretty much any language capable of some OO.

Check the table of contents, it will give you an idea of what to expect from the book.

Re: Ask HN: What's the best programming book you've read recently?

#29
"Concepts, Techniques, and Models of Computer Programming" by Peter Van Roy and Seif Haridi.

Also "The Reasoned Schemer", which has the same pedagogical style as the other Schemer books, but works around logic programming.

Both of those books are mind benders and I've gotten a lot out of them recently.

Post reply on HN