[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Q: Lua 5.2 thread environments...
- From: Roberto Ierusalimschy <roberto@...>
- Date: Thu, 31 Mar 2011 09:01:18 -0300
> On 31/03/2011 09:40, Dirk Laurie whispered from the shadows...:
> > On Thu, Mar 31, 2011 at 12:12:10AM +0200, Anthony Howe wrote:
> >>
> >> My issue is that I know almost bugger all about Lua 5.1
> >
> > Have you considered ordering yourself a copy of “Programming
> > in Lua”, Second Edition?
>
> I already have it. Doesn't help much for some of the things I've been
> trying to do related to environments.
That is one of the main reasons why environments are being removed.
They do not do what many people expect they do.
-- Roberto