[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: callstack recursive environment
- From: Coda Highland <chighland@...>
- Date: Wed, 28 Mar 2012 00:30:02 -0500
> 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