[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Lua 5.1, string metatable, sandboxing...
- From: "Thiago L." <fakedme@...>
- Date: Wed, 30 Apr 2014 18:18:34 -0300
I have this piece of code: http://codepad.org/tLMkCXOq
It basically lets each function (environment) have its own string
metatable...
Too bad I can't make it work properly in Lua 5.2+...