LUA Tutorial
-
Boss told me that I will write scripts. Software said "you can write scripts in LUA" So I will learn LUA, somehow. I found these three sites,,,, The lua.org page[^] Another Tutorial[^] LUA Users Group Tutorial[^] Opinions are welcome, and other options if you know something better.
-
Boss told me that I will write scripts. Software said "you can write scripts in LUA" So I will learn LUA, somehow. I found these three sites,,,, The lua.org page[^] Another Tutorial[^] LUA Users Group Tutorial[^] Opinions are welcome, and other options if you know something better.
-
Meh, a programming language is a programming language (admittedly, IIRC, you have to manage your stack manually in Lua, but that's not that bad). I'd be more worried about learning the scriptable program's API.
lewax00 wrote:
I'd be more worried about learning the scriptable program's API.
I agree. Lua is easy to learn, fast and powerful. Just remember that it is a loosely typed language.(That will bite you if you are not careful.)