Reddit mentions: The best software programming compilers books

We found 11 Reddit comments discussing the best software programming compilers books. We ran sentiment analysis on each of these comments to determine how redditors feel about different products. We found 3 products and ranked them based on the amount of positive reactions they received. Here are the top 20.

🎓 Reddit experts on software programming compilers 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 software programming compilers 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: 0
Number of comments: 1
Relevant subreddits: 1
Total score: 0
Number of comments: 1
Relevant subreddits: 1
Total score: 0
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 Software Programming Compilers:

u/[deleted] · 1 pointr/learnprogramming

The best all-in-one book on compiler construction I know is Brinch Hansen On Pascal Compilers. As its name suggests, it implements a simple Pascal compiler in Pascal (but don't worry, Pascal is easy to pick up if you know another procedural language.) It uses recursive descent, which I think is the best compiler writing method, particularly for beginners, and at the end of the day you will end up with a working compiler.

As far as writing your own language goes (as opposed to specifically writing a compiler), I'd recommend looking at FORTH-like threaded languages. You can get an interpreter for one of these up and running very quickly and they can be very powerful.

u/levu-webworks · 0 pointsr/learnprogramming
  • The "Red Dragon Book of Compiler Design"
  • Compiler Design in C

    Both books I've read. The latter sits on my bookshelf. It was a gift from my girlfriend. Please don't waste your time trying to implement a compiler. It's a PhD level endeavor that will take years of dedicated 60 hour work weeks.

    Here are the same links linked from my Amazon affiliates account:

  • The Red Dragon Book of Compiler Design
  • Compiler Design in C


    You are better off implementing a algebraic calculator using LR Parse. Start with Tom Torf's - Programmers Calculator - PCalc. It's written in C and pretty simple. You can fork it from my GitHub account if you have trouble finding Tom's source archive. Tom (may he rest in peace) also wrote several programming tutorials and contributed to comp.lang.c, alt.lang.c and the comp.lang.c FAQ.
u/ColdWarRussia · 0 pointsr/learnprogramming

The good thing about this subject is that even not-so-recent material can be just as valuable as things don't really change much in the core concepts around language design.
If you want to learn programming languages, looking for stuff on compiler design is a good place to start. I recommend, Compiler Design in C by Holub (http://www.amazon.com/Compiler-Design-Allen-I-Holub/dp/0133049574/ref=sr_1_1?ie=UTF8&qid=1347051377&sr=8-1&keywords=compiler+design+in+c) You build your own compiler and by extension your own programming language for the compiler.

u/tutami · 0 pointsr/cpp

9 years without touching c++ I decided to re-learn it and found al this gem. I'm on mobile so don't bitch and moan about formatting.

Beginning c++ from novice to professional by Ivor Horton & Peter Van Weert

https://www.amazon.com/Beginning-C-17-Novice-Professional/dp/1484233654/ref=mp_s_a_1_5?ie=UTF8&qid=1539815385&sr=8-5&pi=AC_SX236_SY340_FMwebp_QL65&keywords=beginning+c%2B%2B&dpPl=1&dpID=41KxtVFiPJL&ref=plSrch