Live data from Hacker News

Ask HN: What's the best textbook you've read?

news.ycombinator.com

41–50 of 72 posts

Re: Ask HN: What's the best textbook you've read?

#41
post #10

Lisp in Small Pieces: https://pages.lip6.fr/Christian.Queinnec/WWW/LiSP.html An excellent and very fun read about compilation, interpretation, and programming semantics. I don’t think you already have to know LISP, although there isn’t an introduction, but if you know any programming it would be enough to pick up the programs that are used as examples. Source code from the book is available and you will end up progra…

There is: Clojure in Small Pieces,http://daly.axiom-developer.org/clojure.pdf

Re: Ask HN: What's the best textbook you've read?

#43

The Art of Electronics by Horowitz and Hill It covers nearly all aspects of electronics both theory and practice. It’s still relevant after all these years.

I didn't learn electronics with this book, but I really wish I did. I used it to give tutorials for an undergraduate electronics course for physics students and it was immensely useful and well organized.

Re: Ask HN: What's the best textbook you've read?

#48
Coding the Matrix: Linear Algebra through Applications to Computer Science [0]

A hands on introduction to both Python and Linear Algebra using real world cases (ex. you are given a high res image, make a low res version to put on your website so that it could load more quickly).

[0] https://www.amazon.com/Coding-Matrix-Algebra-Applications-Co...

Re: Ask HN: What's the best textbook you've read?

#49
Well, for nerd books, "Modern Operating Systems" by Andrew Andrew Tanenbaum. It was until years later that I realized just how much I had learned from that book, and the consolidated notes from the Usenet flame war between him and Linus Torvalds.

There's just so much "how does all this shit actually work" in there ....

Post reply on HN