Re: Lua and backwards compatibility - was Re: [ANN] Lua 5.3.4 (rc2) now available,
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Lua and backwards compatibility - was Re: [ANN] Lua 5.3.4 (rc2) now available,
- From: steve donovan <steve.j.donovan@...>
- Date: 2017年1月13日 11:01:08 +0200
On Fri, Jan 13, 2017 at 9:43 AM, Dirk Laurie <dirk.laurie@gmail.com> wrote:
> Isn't it possible to mimic setfenv and getfenv (inefficiently) in
> "pure" Lua 5.3 via the debug library?
Well, naturally but the documentation also warns that the debug
library can be very slow.
_ENV never freaked me out because I never use it ;) And never missed
setfenv either.
- References:
- Lua and backwards compatibility - was Re: [ANN] Lua 5.3.4 (rc2) now available,, Dibyendu Majumdar
- Re: Lua and backwards compatibility - was Re: [ANN] Lua 5.3.4 (rc2) now available,, William Ahern
- Re: Lua and backwards compatibility - was Re: [ANN] Lua 5.3.4 (rc2) now available,, Dibyendu Majumdar
- Re: Lua and backwards compatibility - was Re: [ANN] Lua 5.3.4 (rc2) now available,, William Ahern
- Re: Lua and backwards compatibility - was Re: [ANN] Lua 5.3.4 (rc2) now available,, Dirk Laurie