Thread
Stories related to "Why Go Rocks for Building a Lua Interpreter" across the full archive.
Lua Vermelha is an implementation of the Lua language, version 5.3.3, with a Just-In-Time (JIT) compiler built from Eclipse OMR compiler technology.
There are several lisps out there that compile to Lua; this one is notable for limiting itself to being a new skin for Lua semantics and not introducing any new constructs.
Writing a minimal Lua implementation with a virtual machine from scratch in Rust
(notes.eatonphil.com)