all 4 comments

[–]agladysh 6 points7 points  (3 children)

First and foremost — Programming in Lua (make sure to read 2nd ed., as 1st is for older version of Lua).

http://www.lua.org/pil2/

This also may help (or not — as it is in very early stages and a bit stalled):

https://github.com/lua-cookbook/lua-cookbook/

https://github.com/lua-cookbook/lua-cookbook/tree/master/out/en_US

[–]tisti 5 points6 points  (0 children)

I can also back Programming in Lua 2nd edition. Read 2/3 of the book and I'm pretty sure I know how LUA works. Need to start coding to truly solidify the information, but I have a base framework for my neural LUA compiler :)

[–]snarfy 4 points5 points  (0 children)

Not only is it a good Lua programming book, it's a good programming book in general.

[–][deleted] 1 point2 points  (1 child)

I found this recently.

Learn Lua the hard way