[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: "auto-dofile with args"
- From: "Frank Meier-Doernberg" <frank@...>
- Date: Thu, 4 Dec 2003 18:42:28 +0100
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