[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: local "module" pattern without module [was Re: [ANN] SLAXML - pure Lua, robust-ish, SAX-like streaming XML processor]
- From: Petite Abeille <petite.abeille@...>
- Date: Mon, 18 Feb 2013 21:53:33 +0100
On Feb 18, 2013, at 9:34 PM, Gavin Kistner <phrogz@me.com> wrote:
> local env = getfenv(0)
> setfenv(0,setmetatable({MASTER=m},{__index=env}))
Oh my… as Rumpelstiltskin is found to say: "All magic comes with a price!"