I'd love to see some Python or Go references.
Ask HN: What are the latest and greatest books on your favorite language?
31–40 of 46 posts
Re: Ask HN: What are the latest and greatest books on your favorite language?
#32C++ - "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…
Re: Ask HN: What are the latest and greatest books on your favorite language?
#33Re: Ask HN: What are the latest and greatest books on your favorite language?
#34Re: Ask HN: What are the latest and greatest books on your favorite language?
#35I'd love to see some Python or Go references.
Re: Ask HN: What are the latest and greatest books on your favorite language?
#36JavaScript - "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 :)
Re: Ask HN: What are the latest and greatest books on your favorite language?
#37JavaScript - "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?
#38Re: Ask HN: What are the latest and greatest books on your favorite language?
#39JavaScript - "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 :)
"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?
#40For 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/
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.