Hacker News with Generative AI: Interpreters

Python Meta Circular Interpreter (2019) (gopinath.org)
A meta-circular interpreter is an interpreter for a language that is written in that language itself. The MCI can implement a subset or superset of the host language.
CJIT – C, Just in Time (dyne.org)
CJIT is a lightweight C interpreter that lets you run C code instantly, without needing to build it first. Just use the executable interpreter: no extra tools, libs, or headers required.
Glojure: Clojure interpreter hosted on Go, with extensible interop support (github.com/glojurelang)
Glojure is an interpreter for Clojure, hosted on Go. Glojure provides easy access to Go libraries, similar to how Clojure provides easy access to Java frameworks.
C, Just in Time (dyne.org)
CJIT is a lightweight C interpreter that lets you run C code instantly, without needing to build it first. Just use the executable interpreter: no extra tools, libs, or headers required.
Golang Interpreter Written in PHP (github.com/tuqqu)
Crafting Interpreters with Rust: On Garbage Collection (tunglevo.com)
Common Expression Language interpreter written in Rust (github.com/clarkmcc)
My experience crafting an interpreter with Rust (2021) (ceronman.com)
Little Lisp Interpreter (2014) (maryrosecook.com)
LuaX – Lua interpreter, REPL, and useful packages (github.com/CDSoft)
Piccolo – A Stackless Lua Interpreter (kyju.org)
Don't build a JavaScript JIT. A fast interpreter will be enough (twitter.com)