Subdirectories of Lua:
Categories related to Computers: Programming: Languages: Lua: Computers: Programming: Games (162) Computers: Programming: Languages: Comparison and Review (98) Computers: Programming: Languages: Garbage Collected: Object-Oriented (0) Computers: Programming: Languages: Interpreted: Bytecode (4) Computers: Programming: Languages: Interpreted: Multiparadigm (1) Computers: Programming: Languages: Multiparadigm (20) Computers: Programming: Languages: Object-Oriented: Prototype-based (13) Computers: Programming: Languages: Open Source (2) Computers: Programming: Languages: Procedural (22) Computers: Programming: Languages: Reflective (6) Websites on Lua: * Lua Programming Language 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] First Steps in Programming in Lua Short presentation on the language, examples with source code and output; syntax diagram available as PDF. English, Deutsch. Lua: An Extensible Extension Language Overview from journal, by Roberto Ierusalimschy, Luiz Henrique de Figueiredo, Waldemar Celes Filho; Software: Practice and Experience, John Wiley and Sons, 1996. Lua FAQ Frequently Asked Questions about Lua Lua Programming Language Growing article, with links to many related topics. Wikipedia. Lua Reference Manual Reference Manual of the Lua programming language 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. Lua-users.org Wiki, collaborative site for programmers; Lua-l archive, searchable body of official Lua mail list; IRC channel chat room; mini charter. Programming in Lua 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. Rozek: Notes about Lua Brief description, distributions, modules, examples, applications, links; by Andreas Rozek. Introducing Lua The open source language is a useful, increasingly popular choice for embedded scripting; by Keith Fieldhouse. O'Reilly Media ONLamp.com. (February 16, 2006) Regular Expressions: Lua Shines Brief review of language, and book 'Programming in Lua'; by Cameron Laird, Kathryn Soraiz. Unix Review. (May, 2004) Regular Expressions: Lua Lights up Telecom Testing Story on how most workers (developers, field engineers, support staff, salesmen) at Tollgrade Communications use scripting to add value; by Cameron Laird, Kathryn Soraiz. Unix Review. (May, 2002) Lua: An Extensible Embedded Language Explains, summarizes main features, with motives, code samples; by Lua authors. Dr. Dobb's Journal. (December 1, 1996)
|
|