Hacker News new | ask | show | jobs
by thaufeki 1567 days ago
Out of interest, does anyone have any book/article/resource recommendations for writing a programming language? This is something I would like to revisit, not to write a 'good' language, but to revisit all the concepts I was introduced to in college in practice rather than in theory.
1 comments

I really like crafting interpreters. It walks through 2 implementations of a minimal language. It's also free to read online https://craftinginterpreters.com/
I'll give it a read, thank you!