lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Great!,

I've missed the __index metamethod thing by steering in the __call
direction. Thank You.
Caching is a good idea. And --if needed-- a timestamp can ensure
actuality...

Am I right, a drawback of this solution is that every function call is
indirect now?
Or this question in other form: How "normal" function calls handled after
"magic.lua"?

Best regards
Frank