PLNews: Programming Language News

News, articles, announcements and information focusing on computer programming languages and their implementations.
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.

February 16, 2006

Lua Workshop 2006 Date, Venue Announced

Posted: 2006-02-16 22:54:00
Languages ::

It has been announced that the Lua Workshop 2006 will be held on September 4 and 5, 2006, in Venlo, Netherlands.

February 10, 2006

Lua 5.1 rc4 Released

Posted: 2006-02-10 23:32:00
Languages ::

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

February 08, 2006

Lua 5.1 rc3 Released

Posted: 2006-02-08 08:39:00
Languages ::

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

January 12, 2006

Lua 5.1 (final,rc) Released

Posted: 2006-01-12 19:27:00
Languages ::

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

This pre-release includes a revised and updated manual, makefile improvements, plus other changes and fixes.

November 01, 2005

Lua 5.1 (beta) Released

Posted: 2005-11-01 15:03:00
Languages ::

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

The changes in this release include: support for string.gsub accepting tables as the replacement, a new lua_setallocf function for changing the allocator function, new table.maxn and debug.getregistry functions, plus more.

September 08, 2005

LuaJIT 1.0.3 Released

Posted: 2005-09-08 13:22:00
Languages ::

LuaJIT 1.0.3 has been released. It is a just-in-time compiler for Lua 5.1, targetting x86 CPUs.

This is the initial public release of the JIT compiler.

September 02, 2005

Lua 5.1 (alpha) Released

Posted: 2005-09-02 19:48:00
Languages ::

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

This alpha release includes an updated reference manual. The final Lua 5.1 release is planned for the end of the year.