lua-users home
lua-l archive

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


> 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