I suggested some time ago to have this semantics on ordinary 'do'. I
don't remember anybody's opinion on that topic that time. lexicalDo or
doLexical seems like a good title for the method
On Fri, Feb 22, 2008 at 3:54 PM, Jeremy Tregunna < jtregunna%40blurgle.ca">jtregunna
blurgle.ca> wrote:
> I know we've had this discussion in the past, but what about this
> implementation:
>
> Object lexicalDo := block(
> call argAt(0) doInContext(call target, self)
> call target
> )
>
> Seems to work fine for the common case, I'm wondering about anything
> it may not work right for?
.