Live data from Hacker News

Crafting Interpreters

craftinginterpreters.com

11–20 of 62 posts

Re: Crafting Interpreters

#15

Crafting Interpreters is the one thing that LLM's can do really really well. Because it is so easy to define and test. Here are is a new LUA interpreter implemented in Python: https://github.com/rhulha/MoonPie And here is a new language: https://github.com/rhulha/EasyScript

> Because it is so easy to define and test

Probably also because there 100+ implementations for it to copy from

Re: Crafting Interpreters

#16

Crafting Interpreters is the one thing that LLM's can do really really well. Because it is so easy to define and test. Here are is a new LUA interpreter implemented in Python: https://github.com/rhulha/MoonPie And here is a new language: https://github.com/rhulha/EasyScript

What even is the point of that? The whole point of the book is to get a sense and mindset of crafting compilers.
Post reply on HN