Writing an Interpreter in Go
interpreterbook.com
Writing an Interpreter in Go
1–6 of 6 posts
Re: Writing an Interpreter in Go
#2Love Monkey, implemented a language based on it a couple years ago and it was an excellent learning experience.
Re: Writing an Interpreter in Go
#3This looks awesome, ill probably buy the book
Re: Writing an Interpreter in Go
#4Related: https://craftinginterpreters.com/
Re: Writing an Interpreter in Go
#5[dead]
Re: Writing an Interpreter in Go
#6Great book. This was the inspiration for Tamarin. I've been working on this as a side project for about a year now.