lua: lua (fast, light-weight, embeddable scripting language)
lua:
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: Homepage: http://www.lua.org
lua: