Small Embeddable Language with Simple Procedural Syntax
Lua is a programming language originally designed for extending applications, but also frequently used as a general-purpose, stand-alone language. Lua combines simple procedural syntax (similar to Pascal) with powerful data description constructs based on associative arrays and extensible semantics. Lua is dynamically typed, interpreted from byte codes, and has automatic memory management, making it ideal for configuration, scripting, and rapid prototyping. Lua is implemented as a small library of C functions, written in ANSI C, and the implementation goals are simplicity, efficiency, portability, and low embedding cost. Authors: -------- Lua Team: Roberto Ierusalimschy Waldemar Celes Luiz Henrique de Figueiredo
- 4 errors
Source Files
Filename | Size | Changed | Actions |
---|---|---|---|
lua-5.1.3-shared.diff | 00000027202.66 KB | 1218960898over 16 years ago | |
lua-5.1.3.tar.bz2 | 0000175756172 KB | 1218960899over 16 years ago | |
lua.spec | 00000098449.61 KB | 1218960899over 16 years ago |
Latest Revision
hostmaster
committed
over 16 years ago (revision 1)
import