Ask HN: Is Knuth's TAOCP worth the time and effort?
121–130 of 192 posts
Re: Ask HN: Is Knuth's TAOCP worth the time and effort?
#122Re: Ask HN: Is Knuth's TAOCP worth the time and effort?
#123Earlier quoted context omitted.
I would add that one thing which is very relevant today but not covered much is memory hierarchies and parallel/distributed programming. For that you might want to accompany TAOCP with one of the heavyweight teaching books on Parallel Algorithms.
> For that you might want to accompany TAOCP with one of the heavyweight teaching books on Parallel Algorithms. Any recommendations/suggestions?
Re: Ask HN: Is Knuth's TAOCP worth the time and effort?
#124Re: Ask HN: Is Knuth's TAOCP worth the time and effort?
#125Re: Ask HN: Is Knuth's TAOCP worth the time and effort?
#126Check one out from a library and see how you feel after a few chapters.
You'll either be interested, or return it and not feel a desire to get it again. And maybe years later you'll want to dive in.
Re: Ask HN: Is Knuth's TAOCP worth the time and effort?
#127A little bit of history about the book series may help understand what is in it. In 1956, Knuth graduated high school and entered college, where he encountered a computer for the first time (the IBM 650, to which the series of books is dedicated). He took to programming like a fish to water, and by the time he finished college in 1960, he was a legendary programmer, single-handedly writing several compilers on par wi…
---
PS- not to be "that guy" but I do think that a future edition should port the MMIX to RISC-V because it'll be actually runnable and I'd bet money that RISC-V is the educational standard going forward for the next 50 years.
Re: Ask HN: Is Knuth's TAOCP worth the time and effort?
#128Re: Ask HN: Is Knuth's TAOCP worth the time and effort?
#129I've enjoyed dipping in. Sometimes found it directly useful to work. But the best of his works I read (in full) was the MMIX book that is a literate program of the interpreter. Second to that was the typography book, a total fascinating delight.
In reality there's probably almost no one who reads any volume of TAOCP in full.
The only way to answer your question is probably to start reading and see if you enjoy it. But expect it take some effort.
Re: Ask HN: Is Knuth's TAOCP worth the time and effort?
#130had he wrote it in 2 years in 1968, it would be long forgotten by now.