On 2010年1月12日 00:24:06 +0200, Sean Conner <sean@conman.org> wrote:
When value to variable binding is active while the defining scope is active,It was thus said that the Great Juris Kalnins once stated:Before I weigh in on support for dynamic scoping (and my default positionI wish there was support for dynamic scoping, too...on dynamic scoping is "no"), what exactly, do you mean by dynamic scoping (just so I know what's on the table exactly).
and variable name is globally visible. Like this: do a=1 do a=2 g() -- access to a gives 2 end -- a == 1 end In Lua, error handlers (pcalls) have dynamic scoping.