Writing An Interpreter In Go

(4 )

In this book we will create a programming language together.

We'll start with 0 lines of code and end up with a fully working interpreter for the Monkey programming language. Monkey has been specifically designed for this book: it's a language that looks a lot like C, has first class functions, closures, strings, hashes and arrays and its only implementation is the one we build in the book.

In co…

Shelves
Thorsten Ball Technical Computer Science Nonfiction Software Coding Go Engineering Technology book Computers Programming