Posts Tagged ‘oop’

Pseudo-Classes in Lua

Wednesday, February 4th, 2009

Lua doesn’t have classes built in, but they can be simulated using tables. Let’s see how we can do this by attempting to create a math library which will contain some basic functions and values. (more…)