@mgechev: Understanding compilers is hel...
@mgechev
6 views
Apr 21, 2026
Advertisement
1
Understanding compilers is helpful to grow your engineering knowledge.
Here's a thread to help you get started 🧵👇
Here's a thread to help you get started 🧵👇
2
Learn the very basics by building a compiler & interpreter on 25 lines of JavaScript 🔥
blog.mgechev.com/2017/09/16/dev…
blog.mgechev.com/2017/09/16/dev…
3
"Let’s Build A Simple Interpreter" is a fantastic blog series by @rspivak
ruslanspivak.com/lsbasi-part1/
ruslanspivak.com/lsbasi-part1/
4
Parsing approaches tratt.net/laurie/blog/en…
5
An introduction to type systems by building a simply typed lambda calculus
blog.mgechev.com/2017/08/05/typ…
blog.mgechev.com/2017/08/05/typ…
6
Compiler development classic and one of the best books about programming languages I've read
amazon.com/Compilers-Prin…
amazon.com/Compilers-Prin…
7
"Types and Programming Languages" - denser book about type theory from a more mathematical perspective. Lots of exciting topics such as lambda calculus and completeness of programs 🔥
amazon.com/Types-Programm…
amazon.com/Types-Programm…