Develop and Download Open Source Software

Lua

Back to Project Summary

Would you recoomend this project?

Project Release infomations and Project Resources. Note that these informations are from this projects Freecode.com page and the downloads themselves may not be hosted with SourceForge.JP.

Project Release Information

2012-02-20 03:43
This is a bugfix release. All known bugs from 5.1.4 have been fixed.
2011-12-19 11:56
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
Documentation and portability fixes.
2011-07-18 04:43
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
All bugs reported against 5.1.2 have been fixed.

Project Resources

http://freecode.com/urls/35974bed4cb558e692db9ece21880b58
http://freecode.com/urls/4891973ca8d9c7fd732a0dfabd313054
http://freecode.com/urls/95df2cbe63730105c28fc3eef2057d31
http://freecode.com/urls/91ba17ad1de81e621fbed39b9c1ea638
http://freecode.com/projects/lua

Project Description

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.


SourceForge.JP is a Japanese version of SourceForge.net. For developments that are not related to Japan, we recommend you to use SourceForge.net.