lua: Lua (Programming language)
lua:
lua: Lua is a powerful light-weight programming language designed for
lua: extending applications. Lua is also frequently used as a
lua: general-purpose, stand-alone language. Lua is free software.
lua: Lua combines simple procedural syntax with powerful data description
lua: constructs based on associative arrays and extensible semantics. Lua
lua: is dynamically typed, interpreted from bytecodes, and has automatic
lua: memory management with garbage collection, making it ideal for
lua: configuration, scripting, and rapid prototyping.
lua: Packager: Georgi D. Sotirov <gdsotirov@dir.bg>
