Jan27
Lua, the Embeddable Game Scripting Language
Lua is an embeddable scripting language with a syntax similar to Ruby or Python. It was designed to be embedded into games or other multimedia apps that need to compile to a desktop executable and run fast. And since you define all the access points between the script and the main program, it allows you to run untrusted user scripts securely. To compare to web technologies: Lua is to a game engine as Javascript is to a web browser.
Continue reading »