Download List

Projeto Descrição

Lua is a programming language originally designed for extending applications, but also frequently used as a general-purpose, stand-alone language. It combines simple procedural syntax (similar to Pascal) with powerful data description constructs based on associative arrays and extensible semantics. It is dynamically typed, interpreted from bytecodes, and has automatic memory management, making it ideal for configuration, scripting, and rapid prototyping. It is implemented as a small library of C functions, written in ANSI C, and compiles unmodified in all known platforms. The implementation goals are simplicity, efficiency, portability, and low embedding cost. It has been used on games such as World of Warcraft, FarCry and Angry Birds, among others.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2011-12-19 11:56 Back to release list
5.2.0

Esta é a primeira versão principal desde 2006. Ele adiciona pcall yieldable e metamethods, um novo regime lexical para globals, tabelas de ephemeron, uma nova biblioteca para operações bit a bit, acende funções C, um coletor de lixo de emergência, uma instrução goto e finalizadores para tabelas.
Tags: Stable
This is the first major version since 2006. It adds yieldable pcall and metamethods, a new lexical scheme for globals, ephemeron tables, a new library for bitwise operations, light C functions, an emergency garbage collector, a goto statement, and finalizers for tables.

Project Resources