套件:lua50(5.0.3-8.1)
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 bytecodes, 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.
其他與 lua50 有關的套件
|
|
|
|
-
- dep: libc6 (>= 2.17)
- GNU C 函式庫:共用函式庫
同時作為一個虛擬套件由這些套件填實: libc6-udeb
-
- dep: liblua50 (>= 5.0.3)
- Main interpreter library for the Lua 5.0 programming language
-
- dep: liblualib50 (>= 5.0.3)
- Extension library for the Lua 5.0 programming language
-
- dep: libreadline8 (>= 6.0)
- GNU readline 與 history 函式庫,執行時期函式庫