So I was playing around with the modding API and found myself wanting to experiment with things interactively. I understand WorldEdit has a /lua command, but that seems kind of clunky. So I wrote a mod to provide a read–eval–print loop (REPL). See the README for details.
License: LGPL ≥2.1
Dependencies: No other Minetest mods, but some Lua modules (see the README)
Repository: https://github.com/Kodiologist/mt_repl
