Introduction to Lua

This is the first entry in my Lua Tutorial series. Check out this for our next entry covering “Hello World”.

Lua (https://www.lua.org/) is a cool interpreted language which is typically known for being embedded in programs as a scripting language to extend programs, but it is also a fast, light, portable standalone language. The core language is extremely simple, but that doesn’t mean it can only do simple tasks.… Read the rest