The top 3 programming books mentioned this year were
1. Structure and Interpretation of Computer Programs 2. Clean Code 3. Crafting Interpreters
Also, it’s quite fascinating how often fiction books were recommended! I wouldn’t’ve expected that on HN.
The world would be a better place if _Philosophy of Software Design_ would replace all mentions of the second book.
https://github.com/johnousterhout/aposd-vs-clean-code
I haven’t even read your recommendation and know you are right.
I’d be curious about sentiment analysis applied to these. I expect two of the listed to have very positive sentiment, and one generally negative in 2025.
> I expect two of the listed to have very positive sentiment, and one generally negative in 2025.
You are quite correct! Crafting Interpreters actually has the highest average sentiment score across all books with more than 10 comments. This is the average sentiment score of all three( range being -10 to 10) :
Crafting Interpreters(7.8) > SICP(4.3) > Clean Code(-3.2)