#4,118 in Computers & technology books
Use arrows to jump to the previous/next product

Reddit mentions of Principles of Compiler Design (Addison-Wesley series in computer science and information processing)

Sentiment score: 1
Reddit mentions: 5

We found 5 Reddit mentions of Principles of Compiler Design (Addison-Wesley series in computer science and information processing). Here are the top ones.

Principles of Compiler Design (Addison-Wesley series in computer science and information processing)
Buying options
View on Amazon.com
or
    Features:
  • Addison-Wesley Professional
Specs:
Number of items1
Weight2.25 Pounds

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

Shuffle: random products popular on Reddit

Found 5 comments on Principles of Compiler Design (Addison-Wesley series in computer science and information processing):

u/reddilada · 5 pointsr/learnprogramming

There are several dragon books. The original is the Green Dragon Book - Principles of Compiler Design from 1977. That was my textbook in 79. Wouldn't wish it on anyone, although perhaps because we were using a FORTRAN II compiler on an 1130 to do the coursework.

u/stevefolta · 2 pointsr/programming

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

u/[deleted] · 1 pointr/IAmA

What are your thoughts on the good book?

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).