Follow up to Crafting Interpreters
·1 min
- It’d be a cool side-project to implement a programming language. Lua is a good candidate as it seems to be small and comes with a test suite that I can reuse to verify the validity of my code.
- I could make it more challenging, a lot more challenging actually, if I tried to do that in a language that’s new to me, such as Rust.