LUABOX is a lightweight mobile Lua programming language IDE that supports LUA language syntax recognition and can also compile your submitted Lua code. We offer a variety of editor themes, and on the Preferences page you can turn this tool into your Lua IDE.
We have provided some simple examples, you can also edit your script code to compile, if you want to save this code, you just need to click the save button.
Lua is an extended programming language designed to support general procedural programming with associated data description facilities. It also provides good support for object-oriented programming, functional programming, and data-driven programming. It is a powerful, lightweight embedded scripting language that can be used by any program you need. Lua is implemented as a library by clean C (a subset of the common between standard C and C++).