资 源 简 介
Lua 是一个扩展式程序设计语言,它被设计成支持通用的过程式编程,并有相关数据描述的设施。 Lua 也能对面向对象编程,函数式编程,数据驱动式编程提供很好的支持。它可以作为一个强大、轻量的脚本语言,供任何需要的程序使用。 Lua 以一个用 clean C 写成的库形式提供。(所谓 Clean C ,指的 ANSI C 和 C++ 中共通的一个子集)-Lua is an extension of programming language, it is designed to support the process of general-purpose programming, and have the relevant data description facilities. Lua can also object-oriented programming, functional programming, data-driven programming to provide good support. It could serve as a strong, light-weight scripting language for the use of any necessary procedures. Using Lua with a clean C library written in the form. (The so-called Clean C, refers to ANSI C and C++ CPC