Hacker News new | ask | show | jobs
by beardface 2456 days ago
This is a great introduction to writing an interpreter if you know, or are learning, Go:

https://interpreterbook.com/

There's a follow-up as well: https://compilerbook.com/

1 comments

Wish there were more books like this for other languages... I like learning programming languages, but between a job and a family, with 30 mins in the evening to myself until I'm totally brain dead, I can't write any code myself that's not job related. Books like these let me learn and experience new languages vicariously.