A small collection of programs written while learning LUA, nothing of interest to the advanced user here, but someone just learning may find it interesting. It's mainly just a way to organize programs.
I recently discovered LUA while researching how to write a script/mod for The Elder Scrolls 3: Morrowind. All mods are written with LUA with the Morrowind Script Extender. I quickly realized though that LUA was even easier than Python to learn and so decided to run with it. I'm working through Programming in LUA which is the most popular book to work through to learn LUA. LUA is used in so many projects, but specifically popular in the video game industry.