Live data from Hacker News

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

news.ycombinator.com

61–70 of 92 posts

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

#61

The Soul of a New Machine. Fascinating documentation of Data General's development of the 32-bit Eclipse machine. Sorta programming, sorta hardware... back when the two were more tightly integrated.

I had the good fortune to work for Tom West after that book was written. He was, quite simply, the best.

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

#64

C Primer Plus and Expert C Programming. I wish there was a book similar to the latter that covered C99/11.

I haven't read the book you mention, but regarding a book that does cover c99/11, I really enjoyed: 21st Century C: C Tips from the New School

If you are an experienced C programmer you may end up skipping large portions of it.

In my opinion the book is mostly targeted at people that have had some C experience in the past (probably long ago in school) and have since moved on to newer languages. FWIW I read (and enjoyed) the book cover-to-cover, and I mostly do C# in my day to day work.

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

#66

Effective Javascript.

Been reading this one on my Kindle app, but it seems very "entry level" so far. You know of any good Intermediate to Advanced JS books out there? I have Test Driven JavaScript Development by Christian Johansen that I've dug into a bit, but have yet to finish (it's got some more "advanced" stuff I guess, currying, etc).

Check out JavaScript Allonge[1] or JavaScript Enlightenment[2]

[1]: https://leanpub.com/javascript-allonge/read

[2]: http://shop.oreilly.com/product/0636920027713.do

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

#70
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.

Actually I didn't like it at all. It's been a few years, but it totally put me off learning Haskell. Doing some small steps again now, but although I'm usually all for real world applications first (instead of doing the millionth factorial function) - but it did not make much sense to me didactically.
Post reply on HN