Lua Exercises 1

This article will be a bit shorter, but has some exercises to practice what we’ve covered so far as well as some other tricks for algorithms and similar outside of the language itself. The goal is to both grow language skills as well as growing our programming skills. Some exercises include extra information and Lua specific tricks.

Exercise 1

John has a store and wants a program to give him the total for a purchase.… Read the rest

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 will go over the basics of functions in Lua as well as some basic recursion. We will also look at how to import code into a file in order to make things cleaner.

Introduction to Functions

Basic function definition in Lua is dead simple.… Read the rest

Teach Yourself: Get Talking Thai vs. Conversational Thai in 7 Days

Teach Yourself: Get Talking Thai in 10 Days and Conversational Thai in 7 Days are both quick and simple language guides for learning the fundamentals to get the most out of a vacation. Both works feature David Smyth as an author, but Conversational Thai in 7 Days also features Somsong Buasai as an author. Both of these works aim to fill roughly the same role, namely, basic language guides for usage during actual travel to Thai.… Read the rest