Reddit mentions: The best compiler design books

We found 8 Reddit comments discussing the best compiler design books. We ran sentiment analysis on each of these comments to determine how redditors feel about different products. We found 1 product and ranked them based on the amount of positive reactions they received. Here are the top 20.

🎓 Reddit experts on compiler design books

The comments and opinions expressed on this page are written exclusively by redditors. To provide you with the most relevant data, we sourced opinions from the most knowledgeable Reddit users based the total number of upvotes and downvotes received across comments on subreddits where compiler design books are discussed. For your reference and for the sake of transparency, here are the specialists whose opinions mattered the most in our ranking.
Total score: 9
Number of comments: 3
Relevant subreddits: 1
Total score: 6
Number of comments: 2
Relevant subreddits: 1
Total score: 2
Number of comments: 1
Relevant subreddits: 1
Total score: 1
Number of comments: 1
Relevant subreddits: 1

idea-bulb Interested in what Redditors like? Check out our Shuffle feature

Shuffle: random products popular on Reddit

Top Reddit comments about Compiler Design:

u/reddilada · 2 pointsr/learnprogramming

I used the Green Dragon Book eons ago. It did the job but it was in a small classroom setting with a good teacher for support. Some things just sink in better when you can discuss with others. Used an IBM 1130 in that class. Good times.

u/[deleted] · 1 pointr/IAmA

What are your thoughts on the good book?

u/stevefolta · 2 pointsr/programming

Amazon link. Available for $0.01 (plus shipping).

u/thegleaker · 1 pointr/programming

I am very disappointed that no one has as yet recommended the following book: Principles of Compiler Design

And you guys call yourselves programmers....

One of my courses in university was to do just what you've described: write my own language. Writing a language requires far more analysis and design time than it does technical implementation. The above book describes it all (although as I recall focuses more on precedural languages).