Closures and Injecting Source Code

I needed a way to change what a Lua program does by letting a user write their own code. I spent yesterday working out how to do this. The solution comes down to closures and injecting source code. Read More…

Iterating Tables & Closures

Last time I learned about tables, the only real data structure in Lua. I'm going to cover a few more items related to them.

Read More…

This site does not track your information.