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

What Do I Look for in Language Materials?

I’ve been fascinated by other languages since I was extremely young and learned that not everyone spoke English. I felt like I was missing an entire chunk of the world and missing out on so many experiences because I didn’t understand what the people around me were saying. Once I learned there were literally thousands of languages, I wanted to learn as many as I could.… Read the rest