in reply to Delving Deeper into the World of Programming

I was in high school when I first read The Art of Computer Programming and I've returned to it many times since.

This is not a book that assumes certain principles as built into some programming language—rather this book teaches the fundimental ideas that later got put into those languages. In fact, I found more than one compiler implemented malloc() directly out of Knuth's answer section!

—John