PLNews: Programming Language News

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