Categories
Lua
Lua is a programming language designed for extending applications. It is also frequently used as a general-purpose, stand-alone language. It combines simple procedural syntax with powerful data description constructs based on associative arrays and extensible semantics. Lua is dynamically typed, interpreted from bytecodes, and has automatic memory management with garbage collection, making it ideal for configuration, scripting, and rapid prototyping.
Last updated 25 Mar, 2004
Versions
5.0.2
5.0.2 stable released 2004-02-25
- Released: 25 Feb, 2004
- Code Maturity: Stable
- Source Archive: http://www.lua.org/ftp/lua-5.0.tar.gz
- Licenses: Lua license
- Interfaces: Command Line
User Community and Support
User reference manual in HTML format available from http://www.lua.org/manual/5.0/; User man pages included; See also http://www.lua.org/docs.html for a complete list of available documentation



