[Lua](https://www.lua.org/) a is a lightweight app-embedded cross-platform high-level multithreaded language. Examples of usage in games for modding: * [OpenMW LUA API](https://openmw.readthedocs.io/en/latest/reference/lua-scripting/overview.html) * [Minetest Modding API](https://dev.minetest.net/Modding_Intro) It might be beneficial for your game engine to support it as well.
Lua a is a lightweight app-embedded cross-platform high-level multithreaded language.
Examples of usage in games for modding:
It might be beneficial for your game engine to support it as well.