Does anyone know of some Lua interpreter environment supporting automatic persistence of full global environment? (i.e. hacking in interpreter, then auto-save on exit, and probably on timed basis too, then load the whole environment from disk and continue hacking as if nothing happened).
From quick googling I seem to find Pluto and Eris persistence libraries, but IIUC they are only libs, and would still need some coding to build such interpreter on them?
/Mateusz.