Page 1 of 1

Lua

Posted: 06 Oct 2013, 20:26
by joedf
ImageThe Programming Language
What is Lua?

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.
Official Website: http://www.lua.org/

Builds
Since Lua v5.2.3 nor srlua for v5.2.3 has no official build (?)
I have made a build for both x86 and x64 : http://joedf.users.sourceforge.net/luabuilds/

Cheers! ;)

Re: Lua

Posted: 07 Oct 2013, 04:35
by nnnik
How about an description etc.

Re: Lua

Posted: 07 Oct 2013, 10:35
by joedf
Right... Sorry! Edited :D

Re: Lua

Posted: 11 Oct 2013, 17:12
by joedf
Now Updated ;)

lua-5.2.2_Win32_bin.zip 2013-10-11 17:46 176 Kb
lua-5.2.2_Win64_bin.zip 2013-10-11 17:45 224 Kb
srlua-5.2.2_Win32_bin 2013-10-11 17:44 172 Kb
srlua-5.2.2_Win64_bin 2013-10-11 17:44 216 Kb

Re: Lua

Posted: 20 Oct 2013, 19:11
by PointCloud
Interesting. I have been looking into Lua since I have been aware of the software RainMeter. I love the visual buttons and such. I have been looking at gdip lib to try to recreate in ahk some of features of RainMeter. You have all ready help me in quest with your simple volume osd and fading window function. :)


Cheers!

Re: Lua

Posted: 20 Oct 2013, 19:21
by joedf
:D :D

Re: Lua

Posted: 24 Nov 2013, 15:04
by joedf
Lua 5.2.3-rc1 Now available here: http://joedf.users.sourceforge.net/luabuilds/ :)

Re: Lua

Posted: 08 Dec 2013, 21:42
by joedf
Updated! lua-5.2.3 Stable! now available :D