logoalt Hacker News

roetlich01/15/20261 replyview on HN

Well, most interpreters use a compiler internally, for example to compile to byte code. The book explains that as well, so I'd recommend just reading it: https://craftinginterpreters.com/a-map-of-the-territory.html...


Replies

fuzztester01/15/2026

Thanks.