Re: On lua5 and embedding
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: On lua5 and embedding
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: 2003年1月29日 16:04:22 -0200
>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