Live data from Hacker News

Writing a C Compiler: Build a Real Programming Language from Scratch

nostarch.com

1–10 of 159 posts

Re: Writing a C Compiler: Build a Real Programming Language from Scratch

#4
post #3

I swear I've seen this cover before... is this a new release or an updated edition of an older book?

Book is not yet published but in early access since a couple of years

Was featured here a couple of times.

Unfortunately the timing of the release is quite unfortunate with regards to the summer holidays. Will take a look at it next year

Re: Writing a C Compiler: Build a Real Programming Language from Scratch

#5
This looks cool, been interested in learning more about compilers since I did the basics in college. Lots of things seem to focus on making interpreters and never make it to the code generation part so its nice to see that this features information about that.

Re: Writing a C Compiler: Build a Real Programming Language from Scratch

#8

Somewhat unrelated: Is there a book that walks you through building a database system from storage to queries, optimizer, execution, indexing, transactions, etc?

Related: https://news.ycombinator.com/item?id=27731896

Re: Writing a C Compiler: Build a Real Programming Language from Scratch

#10
post #3

I swear I've seen this cover before... is this a new release or an updated edition of an older book?

Many compiler related books take inspiration from the "Dragon book" (Compilers: Principles, Techniques and Tools). So with likely lots of books with similar looking covers.
Post reply on HN