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.
- Sources inherited from project openSUSE:11.4
- Download package
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
baselibs.conf | 0000000010 10 Bytes | over 11 years |
lua-5.1.4-libdir.diff | 0000000345 345 Bytes | almost 11 years |
lua-5.1.4-module-path.diff | 0000000847 847 Bytes | about 11 years |
lua-5.1.4-shared.diff | 0000002766 2.7 KB | over 11 years |
lua-5.1.4-upstream-bugfix.diff | 0000005530 5.4 KB | almost 11 years |
lua-5.1.4.tar.bz2 | 0000176571 172 KB | over 12 years |
lua.changes | 0000006524 6.37 KB | almost 11 years |
lua.spec | 0000006821 6.66 KB | over 10 years |
macros.lua | 0000000273 273 Bytes | almost 13 years |
Comments for lua 0