Lua.org fast, lightweight, embeddable scripting language.

Title

The Programming Language Lua

Description

Lua is a powerful light-weight programming language designed for extending applications. Lua is also frequently used as a general-purpose, stand-alone language. Lua is free software.

Lua combines simple procedural syntax with powerful data description constructs based on associative arrays and extensible semantics. Lua is dynamically typed, interpreted from bytecodes, and has automatic memory management with garbage collection, making it ideal for configuration, scripting, and rapid prototyping.

A fundamental concept in the design of Lua is to provide meta-mechanisms for implementing features, instead of providing a host of features directly in the language. For example, although Lua is not a pure object-oriented language, it does provide meta-mechanisms for implementing classes and inheritance. Lua's meta-mechanisms bring an economy of concepts and keep the language small, while allowing the semantics to be extended in unconventional ways. Extensible semantics is a distinguishing feature of Lua.

read more

Languages

English

Address

Rua M. S. Vicente 255
Rio de Janeiro, RJ 22453-900 BRAZIL

Contact

PUC-Rio
+55 2122741563, Fax: +55 2131141530

Additional Information

Related Domains

External Links



Retrieved from "http://aboutus.com/index.php?title=Lua.org&oldid=34143255"