[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] Lua 5.2.0 (work1) now available
- From: Mark Hamburg <mark@...>
- Date: Tue, 12 Jan 2010 22:32:19 -0800
By the way, even as I mull/critique/evaluate the environment changes, I have to say I'm really, really happy about yieldable pcall (and iterators and metamethods) though I think its going to be a bit "interesting" providing a clear explanation of how to program with the continuation APIs.
I'm also quite happy to see ephemeron tables introduced though I suspect one should still probably try to avoid creating semi-weak tables since the ephemeron logic is potentially quadratic.
Mark