[Home]History of Lua

HomePage | Recent Changes | Preferences

Revision 3 . . (edit) November 21, 2001 8:51 am by (logged).82.85.xxx
Revision 2 . . October 10, 2001 4:59 pm by Drj [added C lua interop]
Revision 1 . . June 14, 2001 8:09 pm by (logged).227.71.xxx
  

Difference (from prior major revision) (minor diff, author diff)

Changed: 1,6c1,7
Lua is described as a lightweight language intended for writing extensions, although it can be used on its own. Its manual is only about 40 pages long.

It is freely useable, but it is copyrighted.

See http://www.lua.org/ for more information.

Lua is a computer programming language described as a lightweight language intended for writing extensions, although it can be used on its own. Its manual is only about 40 pages long.

It is freely useable, but it is copyrighted.

One of the interesting features of the language is that it is both a language and an API for accessing the runtime state of the language's interpreter from a host C program. This means that most Lua programs run as part of a host application which is usually written in C or C++. The API allows different parts of a program to be written in C and Lua and communicate values, functions, and execution between them. A function in Lua can call a function in C and vice versa.

See http://www.lua.org/ for more information.

HomePage | Recent Changes | Preferences
Search: