Lua

Post a reply


In an effort to prevent automatic submissions, we require that you complete the following challenge.
Smilies
:D :) ;) :( :o :shock: :? 8-) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :!: :?: :idea: :| :mrgreen: :geek: :ugeek: :arrow: :angel: :clap: :crazy: :eh: :lolno: :problem: :shh: :shifty: :sick: :silent: :think: :thumbup: :thumbdown: :salute: :wave: :wtf: :yawn: :facepalm: :bravo: :dance: :beard: :morebeard: :xmas: :HeHe: :trollface: :cookie: :rainbow: :monkeysee: :monkeysay: :happybday: :headwall: :offtopic: :superhappy: :terms: :beer:
View more smilies

BBCode is ON
[img] is OFF
[flash] is OFF
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: Lua

Re: Lua

Post by joedf » 08 Dec 2013, 21:42

Updated! lua-5.2.3 Stable! now available :D

Re: Lua

Post by joedf » 24 Nov 2013, 15:04

Lua 5.2.3-rc1 Now available here: http://joedf.users.sourceforge.net/luabuilds/ :)

Re: Lua

Post by joedf » 20 Oct 2013, 19:21

:D :D

Re: Lua

Post by PointCloud » 20 Oct 2013, 19:11

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

Post by joedf » 11 Oct 2013, 17:12

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

Post by joedf » 07 Oct 2013, 10:35

Right... Sorry! Edited :D

Re: Lua

Post by nnnik » 07 Oct 2013, 04:35

How about an description etc.

Lua

Post by joedf » 06 Oct 2013, 20:26

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! ;)

Top