Live data from Hacker News

Ask HN: What are the latest and greatest books on your favorite language?

news.ycombinator.com

31–40 of 46 posts

Re: Ask HN: What are the latest and greatest books on your favorite language?

#32

C++ - "A tour of C++" http://www.amazon.com/Tour-C--Depth/dp/0321958314 I read this book after having programmed C++ with the common "C++ is C with classes" attitude for a while, and it really made me change the way I looked at this language. It was the book that made me realize how beautiful the RAII idiom is, that the STL was clearly not hacked together by a bunch of crazy monkeys, that you rarely need raw pointers…

http://www.springer.com/us/book/9781430266679 Advanced C and C++ Compiling by Stevanovic, Milan I've been reading to hack around node.js to customize it

Re: Ask HN: What are the latest and greatest books on your favorite language?

#36

JavaScript - "JavaScript: The Good Parts" http://shop.oreilly.com/product/9780596517748.do Can anyone please suggest more good books for JavaScript? - for beginner, intermediate and advanced levels? Thanks in advance :)

The "You Don't Know JS" series was a real eye-opener for me.

Re: Ask HN: What are the latest and greatest books on your favorite language?

#37
post #36

JavaScript - "JavaScript: The Good Parts" http://shop.oreilly.com/product/9780596517748.do Can anyone please suggest more good books for JavaScript? - for beginner, intermediate and advanced levels? Thanks in advance :)

The "You Don't Know JS" series was a real eye-opener for me.

whoa. Thank you for this. Already shared with team at office and a whole bunch of other people. We are moving into a JS framework based project soon so having this resource is going to be pretty handy to reset and refresh our minds on any 'forgotten' or broken pieces of knowledge about JS. I'd upvote this multiple times if I could have.

Re: Ask HN: What are the latest and greatest books on your favorite language?

#39

JavaScript - "JavaScript: The Good Parts" http://shop.oreilly.com/product/9780596517748.do Can anyone please suggest more good books for JavaScript? - for beginner, intermediate and advanced levels? Thanks in advance :)

"Eloquent JavaScript: A Modern Introduction to Programming"

"Functional JavaScript: Introducing Functional Programming with Underscore.js"

"Professional JavaScript for Web Developers"

[edited to add more books]

Re: Ask HN: What are the latest and greatest books on your favorite language?

#40
post #4

For C#, the book I always find myself going back to is C# In Depth by Jon Skeet. It's one of the most accessible books I've read, and it's one I always recommend to other devs that are interested in the language. http://csharpindepth.com/

Jon Skeet facts:

http://meta.stackexchange.com/questions/9134/jon-skeet-facts

My favourite:

  Jon Skeet is immutable. If something's going to change, it's going to have to be the rest of the universe.
Post reply on HN