lua-users home
lua-l archive

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


>As for the __get and __set issue, proxy tables can
>indeed be used, however, it would be nice if there was 
>an example in the official distribution.

See readonly.lua, trace-globals.lua, and undefined.lua in test/ .
They use limited proxies (not totally empty tables), though.

>I think better documentation is what Lua 5 needs now the most. 

Right. I agree.
--lhf