Home > Computers > Programming > Languages > Lua
Lua is a powerful, light-weight programming language designed for extending applications, and often used as a general-purpose, stand-alone language. It is free software. Lua combines simple procedural syntax with powerful data description constructs based on associative arrays and extensible semantics. It is dynamically typed, interpreted from bytecodes, and has automatic memory management with garbage collection, making it ideal for configuration, scripting, and rapid prototyping.
http://lua.lickert.net/
Short presentation on the language, examples with source code and output; syntax diagram available as PDF. English, Deutsch.
http://www.onlamp.com/pub/a/onlamp/2006/02/16/introducing-lua.html
The open source language is a useful, increasingly popular choice for embedded scripting; by Keith Fieldhouse. O'Reilly Media ONLamp.com.
http://www.lua.org/faq.html
Frequently Asked Questions about Lua
http://www.lua.org/
Home site; lightweight, made to extend programs, often used for general-purpose, standalone use; simple procedural syntax, powerful data description constructs use associative arrays, extensible semantics; dynamically typed, bytecode interpreted, garbage collected; great for configuration, scripting, rapid prototyping. [Open Source]
http://en.wikipedia.org/wiki/Lua_(programming_language)
Growing article, with links to many related topics. Wikipedia.
http://www.lua.org/manual/
Reference Manual of the Lua programming language
http://lua-users.org/
Wiki, collaborative site for programmers; Lua-l archive, searchable body of official Lua mail list; IRC channel chat room; mini charter.
http://www.drdobbs.com/open-source/lua-an-extensible-embedded-language/184410014
Explains, summarizes main features, with motives, code samples; by Lua authors. Dr. Dobb's Journal.
http://www.lua.org/spe.html
Overview from journal, by Roberto Ierusalimschy, Luiz Henrique de Figueiredo, Waldemar Celes Filho; Software: Practice and Experience, John Wiley and Sons, 1996.
http://pgl.yoyo.org/luai/
Alternative interface for browsing the Lua reference manual. Include overview, search facility, and extensible URLs aimed at quick access to specific parts of the documentation.
http://www.inf.puc-rio.br/~roberto/book/
By Roberto Ierusalimschy; Lua.org, 2003, ISBN 8590379817. Official book, by Lua's main architect, covers all aspects, from basics to API with C; gives solid base for programmers to use Lua.
Home > Computers > Programming > Languages > Lua
Thanks to DMOZ, which built a great web directory for nearly two decades and freely shared it with the web. About us