It has been announced that the book 'Lua Programming Gems', edited by Luiz Henrique de Figueiredo, Waldemar Celes, and Roberto Ierusalimschy, has been published. Lua is a dynamically-typed scripting language offering object-oriented capabilities, designed for extending applications.
Metalua 0.4 has been released. It is a static metaprogramming system for Lua.
This release includes: a rewrite of the compiler/interpreter front-end, the addition of helper libraries, extensions to the Lua standard libraries, structural pattern matching improvements, an AST grammar overhaul, initial support for hygienic macros, new samples, and other changes.
IBM developerWorks is running an article entitled 'Embeddable scripting with Lua', by Martin Streicher. It gives an introduction to Lua, a dynamically-typed scripting language offering object-oriented capabilities, designed for extending applications.
The article introduces the Lua language itself, and also discusses embedding the interpreter within a C program.
ONLamp.com is running an article entitled "Introducing Lua", by Keith Fieldhouse. Lua is a dynamically-typed scripting language offering object-oriented capabilities, designed for extending applications.
The article gives a brief introduction to the goals of Lua and the implementation, and also lists some notable users. The basics of the language are covered, including a number of examples. There is also some discussion of embedding and extending Lua, as well as links to Lua-related resources that may be useful.
It has been announced that the Lua Workshop 2006 will be held on September 4 and 5, 2006, in Venlo, Netherlands.