Lua is a powerful, fast, lightweight, embeddable scripting language.
This application is a Lua editing/running environment.
It can be used for Lua programming study and/or writing some snippets.
* Support Lua 5.2, with basic libraries: io, os, math, bit32, string, debug
* Embedded editor with basic Syntax Highlight support
* Colorful execution console can Run and force Stop your Lua program
* Additional functions such as user string input and sleep
* Support save/share code via pastebin.com
* Actively developing