Download List

프로젝트 설명

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.

2012-02-20 03:43
5.1.5

이것은 bugfix 릴리스입니다. 5.1.4에서 모든 알려진된 버그가 해결 되었습니다.
Tags: Stable
This is a bugfix release. All known bugs from 5.1.4 have been fixed.

2011-12-19 11:56
5.2.0

2006 이후 첫 번째 주 버전입니다. Yieldable pcall 및 metamethods, globals, ephemeron 테이블, 비트 연산의 새 라이브러리에 대 한 새로운 어휘 구성표 빛 C 함수, 긴급 가비지 수집기, goto 문 및 종료자 테이블에 대 한 추가 합니다.
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.

2011-11-29 07:57
5.2.0 rc2

설명서 및 이식성 수정입니다.
Tags: Development, Major feature enhancements
Documentation and portability fixes.

2011-07-18 04:43
5.2.0 beta

RC4 이후 변경 : 'table.pack'반환 'N'너무, '중지'및 '삭제'사이의 해명; LUA_USE_APICHECK와 'luai_apicheck'에서 컴파일 오류에 대한 수정, 잘못된 제거가 lparser.c의 주장 및 재정렬 일부 lua.h.에서 정의의
Tags: Major feature enhancements, Development
Changes since rc4: 'table.pack' returns 'n' too; clarifications between 'deprecated' and 'removed'; a fix for a compilation error in 'luai_apicheck' with LUA_USE_APICHECK; removal of an incorrect assert in lparser.c; and reordering of some defines in lua.h.

2008-02-10 17:29
5.1.3

5.1.2에 대한 모든 버그가 해결되었습니다했다.
Tags: Stable, Major bugfixes
All bugs reported against 5.1.2 have been fixed.

Project Resources