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…
Ask HN: What's the best textbook you've read?
41–50 of 72 posts
Re: Ask HN: What's the best textbook you've read?
#42Numerical Linear Algebra by Trefethen and Bau.
Re: Ask HN: What's the best textbook you've read?
#43The 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.
Re: Ask HN: What's the best textbook you've read?
#44Spacetime and Geometry an Introduction to General Relativity by Sean Carroll.
Also the textbooks by David Griffiths and Gill Strang mentioned in other comments.
Re: Ask HN: What's the best textbook you've read?
#45https://www.manning.com/books/type-driven-development-with-i...
Re: Ask HN: What's the best textbook you've read?
#46Re: Ask HN: What's the best textbook you've read?
#47Re: Ask HN: What's the best textbook you've read?
#48A 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?
#49There's just so much "how does all this shit actually work" in there ....
Re: Ask HN: What's the best textbook you've read?
#50AI - A modern approach by Russell & Norvig. http://aima.cs.berkeley.edu/