Articles focused on explaining how some particular thing works, not just on how to use it. See also: recipe.
Some quick test recipes to get you started, followed by some explanation of what’s going on behind the curtain.
This morning I plan to show, in small steps, how and why we move toward objects and classes in SLua and other languages that support the object notion. Wish me luck.
I really just wanted to say “variadic”. That’s the official term for functions with a variable number of arguments. Let’s see how those work in SLua. [Updated: 12 May 2025]
I promised to show you how the tests work. I just ginned up a trivial testing setup. Probably at some future time I’ll do something more fancy but this was enough for today:
Do not tread beyond here unless you want to begin to learn what goes on behind the curtain.