lua: lua (LUA Scripting Language)
lua: 
lua: Lua is a powerful, fast, light-weight, embeddable scripting language.  
lua: Lua combines simple procedural syntax with powerful data description 
lua: constructs based on associative arrays and extensible semantics. Lua 
lua: is dynamically typed, runs by interpreting bytecode for a register-
lua: based virtual machine, and has automatic memory management with 
lua: incremental garbage collection, making it ideal for configuration, 
lua: scripting, and rapid prototyping. 
lua: 
lua: