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

We found 5 Reddit comments about Principles of Compiler Design (Addison-Wesley series in computer science and information processing). Here are the top ones, ranked by their Reddit score.

Computers & Technology
Books
Programming Languages
Compiler Design
Principles of Compiler Design (Addison-Wesley series in computer science and information processing)
Check price on Amazon

5 Reddit comments about 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/deanmsands3 · 3 pointsr/ProgrammingLanguages
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).