<<< Previous speaker next speaker >>>

Associate Professor Roberto Ierusalimschy, Pontifical University in Rio de Janeiro

Associate Professor Roberto  Ierusalimschy Roberto Ierusalimschy is the leading architect of the Lua programming language since its inception in 1993. He is also the author of Programming in Lua, the authoritative book about Lua (now in its second edition).

Presentation: "Learn LUA in 20 minutes"

Time: Friday 15:30 - 16:15

Location: Ballroom Le Grand 2

Abstract: Lua is an embeddable scripting language that aims for simplicity, small size, portability, and performance. Unlike most other scripting languages, Lua has a strong focus on embeddability, favoring a development style where parts of an application are written in a "hard" language (such as C or C++) and parts are written in Lua. Currently Lua is used in a vast range of applications and is almost a standard for scripting in the game industry. In this talk we will see an overview of Lua, covering how it differs from other scripting languages and how it achieves these differences. We will have a taste of the language and also of its interface to C, which is an integral part of Lua. We will also cover Lua's evolution and its current status.