Re: Chaining __call metamethods
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Chaining __call metamethods
- From: Roberto Ierusalimschy <roberto@...>
- Date: 2019年6月21日 15:02:36 -0300
> So far so good. However, then another object, using our CppFunction as
> its `__call` metamethod appears. When I call this one, error happens.
>
> What are the reasons behind disabling direct `__call` chaining when you
> can do so for `__index`? [...]
No good reason, apparently.
-- Roberto