Re: upcoming changes in Lua 5.2 [was Re: Location of a package]
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: upcoming changes in Lua 5.2 [was Re: Location of a package]
- From: Mark Hamburg <mhamburg@...>
- Date: 2008年2月25日 08:14:50 -0800
on 2/25/08 4:39 AM, Roberto Ierusalimschy at roberto@inf.puc-rio.br wrote:
>> Does calling a gc(/finalizer/.. etc.) method of table upon destruction
>> considered?
>
> Yes. (That is, it is being *considered*.)
It's worth noting that what one can do in 5.1 is create a userdata with a
__gc metamethod written in Lua.
Mark