
Lua 是一个扩展式程序设计语言,它被设计成支持通用的过程式编程,并有相关数据描述的设施。 Lua
也能对面向对象编程,函数式编程,数据驱动式编程提供很好的支持。 它可以作为一个强大、轻量的脚本语言,供任何需要的程序使用。 Lua 以一个用 clean
C 写成的库形式提供。(所谓 Clean C ,指的 ANSI C 和 C++ 中共通的一个子集)
改进内容:
- new _ENV proposal - generational collector (very experimental) -
light C functions - order tag methods follow the same rules of other
binary operators - lua_absindex - \0 in patterns - empty
statement - options in io.lines
下载 Lua 5.2.0 |