Hacker News new | ask | show | jobs
by elf_m_sternberg 3114 days ago
I found "Writing an Interpreter in Go" to be a much better read. It was actually completely portable to C++ and Rust, and that made it useful to pretty much anyone.
1 comments

Presumably: https://interpreterbook.com/ is what you mean?

(Also: I'm following along with "crafting interpreters" and not writing my interpreter in java, have had no troubles)