Using the os Libary

Today, I learn a few miscellaneous things about Lua. I don't want to tackle any big topics, because my day is full.

Read More…

Lua math & io Libraries

I'm going to divert a bit and dive into the math Lua library and its functions. I want to see what is out there. I also want to learn how to work with files.
Read More…

The Global Table, _G

Everything in Lua is a table, including variables. Variables that you don't explicitly label as local, are placed into a table known as _G. Today, I learn a bit about how to work with it.

Read More…

Object Inheritance

Last time I started investigating OOP in Lua and learned how to create objects, instances, and methods using tables and metatables. Today, I want to find how to handle inheritance in Lua.

Read More…

This site does not track your information.