In the link I have been collecting resources and documented some progress in learning Lua. I think it might be a useful language for me to get into. …
Minetest mods are written in Lua. (I hope this is the correct community to post this to.)…
From Wikipedia:
Lua (from Portuguese: meaning moon) is a lightweight, high-level, multi-paradigm programming language designed primarily for embedded use in applications. Lua is cross-platform, since the interpreter of compiled bytecode is written in ANSI C, and Lua has a relatively simple C API to embed it into applications.