Lua

Update of "Lua"
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview

Artifact ID: 354cead507eef12a2099438c7a670852bbbcf11f
Page Name:Lua
Date: 2014-07-29 18:21:47
Original User: tux
Mimetype:text/x-markdown
Parent: 3a0ef1ee93163aa49b1e15020e9b86c6d4656a47 (diff)
Content

What is Lua?

Taken from the Lua: about page, lua is:

[...] a powerful, fast, lightweight, embeddable scripting language.

Lua combines simple procedural syntax with powerful data description constructs based on associative arrays and extensible semantics. Lua is dynamically typed, runs by interpreting bytecode for a register-based virtual machine, and has automatic memory management with incremental garbage collection, making it ideal for configuration, scripting, and rapid prototyping.

This Fossil repository aims to create a stable front from where the entire source history of stable Lua releases can be made available and downloaded from.
In addition to that, it also looks a lot like the Lua home page. Pretty cool eh?

It's worth noting though that I did not make Lua, and this is merely an unofficial source code host, not affiliated in any way with the creator(s) of Lua.