Anyone recommend a good lua book or other resource?

I learn quickest with sample code.

Mark

You could try Programming in Lua 2nd edition by Roberto Ierusalimschy. You can find it on Amazon.com if you want to see more about it.

You may also want to go through @Reefwing’s Codea Tutorials. They are free and well-written. He includes lots of coding examples. The website is at: http://codeatuts.blogspot.com.au/p/contents.html .

Here’s a good one I used quite a bit: http://lua-users.org

The ‘wiki’ section has some great resources for beginners as well as loads of tutorials, and code fragments for more advanced users. :slight_smile:

Thank you all very much.