injecting
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…