Y
Hacker News
new
|
ask
|
show
|
jobs
by
antirez
5532 days ago
Exactly, it also means: scripting engine
completely
decoupled from all the rest. Also it is much simpler to do things like dynamic execution of commands, redis(my_command,"var")... or alike.
1 comments
sztanpet
5532 days ago
But it is just as easy to do that will a full userdata in lua. You just hook up the newindex metamethod. Even more powerfull
link