Objects In Lua

Today, I want to learn about OOP in Lua. Why OOP instead of functional programming? Because I still use OOP in many other languages and want to see how Lua handles it. Let's dive in. Read More…

Meta Tables

Today, I want to learn about Lua meta tables, what they are and how to use them.

Read More…

Iterating Tables & Closures

Last time I learned about tables, the only real data structure in Lua. I'm going to cover a few more items related to them.

Read More…

Tables

Today, I dive into something Lua calls a "table". This is a data structure, but I doubt it's a table in the SQL database definition.
Read More…

This site does not track your information.