lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> 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