Programming books you might want to consider reading
1–10 of 137 posts
Re: Programming books you might want to consider reading
#2For a more thorough understanding I would recommend Donald Knuth's "The Art of Computer Programming".
Re: Programming books you might want to consider reading
#3But I don't see how thats possible if it includes completing all (or even most of) the given exercises. Especially when you have a full-time job.
Re: Programming books you might want to consider reading
#4Also his talk at strange loop was spectacular.
Re: Programming books you might want to consider reading
#5I would love an expanded list of topics (the current one is short) e.g., compilers, comms, security, Arduinos/ raspberry Pi / IoT. I personally did not like long lists of specific books -- I'd rather know about the topic and browse bookshelves at a Barnes and Noble to pick a couple that I like, but that's just my preferences.
Re: Programming books you might want to consider reading
#6We had "Structure and Interpretation of Computer Programs" by Abelson/Sussman when I was at university, which I found a good introductory book. For a more thorough understanding I would recommend Donald Knuth's "The Art of Computer Programming".
TAoCP is great as a set of reference books that you can take a look at when stuck on a problem, but I don't think it's really designed to be read from cover(s) to cover(s).
Re: Programming books you might want to consider reading
#7I often here comments about finishing a mathematical/technical book over the course of a "few" weekends. But I don't see how thats possible if it includes completing all (or even most of) the given exercises. Especially when you have a full-time job.
Re: Programming books you might want to consider reading
#8We had "Structure and Interpretation of Computer Programs" by Abelson/Sussman when I was at university, which I found a good introductory book. For a more thorough understanding I would recommend Donald Knuth's "The Art of Computer Programming".
SICP is still a very good book for learning abstraction techniques, although it does sort of throw you in at the deep end in some ways. TAoCP is great as a set of reference books that you can take a look at when stuck on a problem, but I don't think it's really designed to be read from cover(s) to cover(s).
Re: Programming books you might want to consider reading
#9I often here comments about finishing a mathematical/technical book over the course of a "few" weekends. But I don't see how thats possible if it includes completing all (or even most of) the given exercises. Especially when you have a full-time job.
Re: Programming books you might want to consider reading
#10I often here comments about finishing a mathematical/technical book over the course of a "few" weekends. But I don't see how thats possible if it includes completing all (or even most of) the given exercises. Especially when you have a full-time job.