lua-users home
lua-l archive

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


> So the only thing that made much sense to me was to use a dynamically scoped
> global environment.  I could turn off the global environment entirely, but
> that just makes script writers prefix every non-local they use with
> "something.myvar", which doesn't seem desirable either.

Why not? Especially if that something is "self" it's a pretty standard idiom.

/s/ Adam