This is my follow through of Writing an Interpreter in Go.
I have always wanted to know how does one implement a programming language from scratch and this book did exactly that. It was a great read overall.
- Pratt parsing
- How did we go from goland to monkeyland (you can miss it easily if you are not careful).