Lua Tutorial
Lua String Operations
Let's get into the string operations in Lua. Lua offers a wide range of functions for working with text. As…
Using JSON With Lua
We’ve worked with basic file operations and covered the basics of JSON as well. Let’s learn how to put them…
Working With Files In Lua (Basic)
So far, we've learned a lot about working with data within a program, and how to include more Lua into…
Getting Classy With Lua
We’re going to talk about working with classes in Lua. I assume you’ve read the basics of Lua and about…
Lua Exercises 1
This article will be a bit shorter, but has some exercises to practice what we've covered so far as well…
Basics of Lua Functions and Recursion
Lua makes use of functions in order to extend the language and to make code a bit cleaner. This section…