closure
Closures and Injecting Source Code
04/06/21 08:25 Filed in: Lua
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
02/09/21 08:09 Filed in: Lua
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…
Read More…