PLNews: Programming Language News

News, articles, announcements and information focusing on computer programming languages and their implementations.
February 15, 2008

Metalua 0.4.1 Released

Posted: 2008-02-15 06:08:29
Languages ::

Metalua 0.4.1 has been released. It is a static metaprogramming system for Lua.

This release includes: support for 64-bit processors, an interactive REPL, bug fixes, and other changes.

February 07, 2008

Metalua 0.4 Released

Posted: 2008-02-07 06:13:21
Languages ::

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.

January 22, 2008

Lua 5.1.3-rc5 Released

Posted: 2008-01-22 21:22:46
Languages ::

Lua 5.1.3-rc5 has been released. Lua is a dynamically-typed scripting language offering object-oriented capabilities, designed for extending applications.

This release candidate includes bug fixes.

January 21, 2008

Lua 5.1.3-rc4 Released

Posted: 2008-01-21 06:16:38
Languages ::

Lua 5.1.3-rc4 has been released. Lua is a dynamically-typed scripting language offering object-oriented capabilities, designed for extending applications.

This release candidate includes bug fixes.

January 20, 2008

Lua 5.1.3-rc3 Released

Posted: 2008-01-20 12:59:01
Languages ::

Lua 5.1.3-rc3 has been released. Lua is a dynamically-typed scripting language offering object-oriented capabilities, designed for extending applications.

This release candidate includes bug fixes and documentation updates.

January 18, 2008

Lua 5.1.3-rc1 Released

Posted: 2008-01-18 06:21:31
Languages ::

Lua 5.1.3-rc1 has been released. Lua is a dynamically-typed scripting language offering object-oriented capabilities, designed for extending applications.

This release candidate includes bug fixes.

December 09, 2007

LuaNews Announced

Posted: 2007-12-09 09:07:14
Languages ::

LuaNews has been announced. It is a "summary of the latest happenings on the Lua mail list and elsewhere in the Lua world." Lua is a dynamically-typed scripting language offering object-oriented capabilities, designed for extending applications.

April 14, 2007

Metalua 0.3 Released

Posted: 2007-04-14 23:40:00
Languages ::

Metalua 0.3 has been released. "Metalua is a compiler, backward-compatible with Lua 5.1, which supports compile-time meta-programming a.k.a. Lisp-style macros."

This release includes: compiler improvements, documentation updates, new samples, and more.

April 02, 2007

Lua 5.1.2 Released

Posted: 2007-04-02 23:41:00
Languages ::

Lua 5.1.2 has been released. Lua is a dynamically-typed scripting language offering object-oriented capabilities, designed for extending applications.

March 29, 2007

Lua 5.1.2-rc5 Released

Posted: 2007-03-29 23:25:00
Languages ::

Lua 5.1.2-rc5 has been released. Lua is a dynamically-typed scripting language offering object-oriented capabilities, designed for extending applications.

This release candidate includes bug fixes.

March 28, 2007

Lua 5.1.2-rc4 Released

Posted: 2007-03-28 10:26:00
Languages ::

Lua 5.1.2-rc4 has been released. Lua is a dynamically-typed scripting language offering object-oriented capabilities, designed for extending applications.

March 27, 2007

Lua 5.1.2-rc3 Released

Posted: 2007-03-27 08:37:00
Languages ::

Lua 5.1.2-rc3 has been released. Lua is a dynamically-typed scripting language offering object-oriented capabilities, designed for extending applications.

This release candidate includes bug fixes.

March 26, 2007

Lua 5.1.2-rc2 Released

Posted: 2007-03-26 08:27:00
Languages ::

Lua 5.1.2-rc2 has been released. Lua is a dynamically-typed scripting language offering object-oriented capabilities, designed for extending applications.

This release candidate includes bug fixes.

March 23, 2007

Lua 5.1.2-rc1 Released

Posted: 2007-03-23 23:37:00
Languages ::

Lua 5.1.2-rc1 has been released. Lua is a dynamically-typed scripting language offering object-oriented capabilities, designed for extending applications.

This release includes bug fixes.

June 25, 2006

LuaJIT 1.1.2 Released

Posted: 2006-06-25 23:26:00
Languages ::

LuaJIT 1.1.2 has been released. It is a just-in-time compiler for Lua, supporting a number of x86 operating systems.

This release includes a couple of bugfixes.

June 08, 2006

Lua 5.1.1-rc4 Released

Posted: 2006-06-08 22:23:00
Languages ::

Lua 5.1.1-rc4 has been released. Lua is a dynamically-typed scripting language offering object-oriented capabilities, designed for extending applications.

June 05, 2006

Lua 5.1.1-rc3 Released

Posted: 2006-06-05 22:22:00
Languages ::

Lua 5.1.1-rc3 has been released. Lua is a dynamically-typed scripting language offering object-oriented capabilities, designed for extending applications.

May 03, 2006

'Embeddable Scripting with Lua' Article Available

Posted: 2006-05-03 22:47:00

Languages ::

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.

February 20, 2006

Lua 5.1 (final) Released

Posted: 2006-02-20 22:40:00
Languages ::

Lua 5.1 (final) has been released. Lua is a dynamically-typed scripting language offering object-oriented capabilities, designed for extending applications.

February 17, 2006

"Introducing Lua" Article Available

Posted: 2006-02-17 08:17:00

Languages ::

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.