Ask HN: What are the latest and greatest books on your favorite language?
1–10 of 46 posts
Re: Ask HN: What are the latest and greatest books on your favorite language?
#2http://www.amazon.com/21st-Century-Tips-New-School/dp/149190...
Re: Ask HN: What are the latest and greatest books on your favorite language?
#3Re: Ask HN: What are the latest and greatest books on your favorite language?
#4Re: Ask HN: What are the latest and greatest books on your favorite language?
#5For 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/
Re: Ask HN: What are the latest and greatest books on your favorite language?
#6Effective Java http://www.amazon.com/Effective-Java-2nd-Joshua-Bloch/dp/032...
I've also been enjoying this Modern Java blog series, which is book-ish[1].
In a similar vein, I really enjoyed Effective Modern C++[2].
I think The Ruby Way[3] is still the best ruby book, and a new edition just came out earlier this year.
I'm looking for a good book about modern javascript if anyone has any suggestions.
[0]: https://www.goodreads.com/book/show/20534354-java-8-in-actio...
[1]: http://blog.paralleluniverse.co/2014/05/01/modern-java/
[2]: https://www.goodreads.com/book/show/22800553-effective-moder...
Re: Ask HN: What are the latest and greatest books on your favorite language?
#7Great both for people new to the language and those looking to strengthen their foundations.
Re: Ask HN: What are the latest and greatest books on your favorite language?
#8I haven't been using C++ for a few years now and I needed a quick refresher. While I wouldn't call C++ Primer quick it covers all the basics really well. Great resource for people new to the language.
Re: Ask HN: What are the latest and greatest books on your favorite language?
#9Re: Ask HN: What are the latest and greatest books on your favorite language?
#10https://isocpp.org/tour has PDFs of the first four chapters, which offer something of a breadth-first overview of C++11.