Lua Tutorial
Getting Classy With Inheritance In Lua
We're going to cover the basics of inheritance in Lua. Lua doesn't have native classes, so don't expect things like…
Lua OS Library
We're going to go over the default OS library included in Lua. This library is very useful, but is also…
Lua Math Library
This section is more of a reference to how to use the math library in Lua. We aren't going to…
Expanding Lua Functions
This article is an extension of our previous article on functions. We're going to learn a few new tricks and…