|
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 Information2012-02-20 03:43 Esta es una versión bugfix. Se han corregido todos los errores conocidos de 5.1.4. 2011-12-19 11:56 Esta es la primera gran versión desde 2006. Añade yieldable pcall y metamethods, un nuevo esquema de léxico para globals, tablas de ephemeron, una nueva biblioteca para operaciones bit a bit, luz funciones de C, un recolector de emergencia, una instrucción goto y finalizadores para tablas. 2011-07-18 04:43 Los cambios desde rc4: "table.pack 'devuelve' n 'también; aclaraciones entre" obsoleto "y" eliminado ", una solución para un error de compilación en" luai_apicheck' con LUA_USE_APICHECK, la eliminación de un incorrecto afirmar en lparser.c y reordenamiento de algunas define en lua.h. 2008-02-10 17:29 Todos los bugs reportados contra 5.1.2 han sido corregidos. Project ResourcesDescripción del Proyecto 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. |