On Mon, Jun 7, 2010 at 10:35, Kris Kowal <[email protected]> wrote:

>
> Another thing that Ihab clarified which merits a full
> section on the wiki is the dynamic scoping of lexical module
> names.


This is a common misconception. Simple modules is using static lexical
scoping, not dynamic scoping. The thing that might be confusing is that the
loaded module is defined in the lexical scope of the module that loaded it.

-- 
erik
_______________________________________________
es-discuss mailing list
[email protected]
https://mail.mozilla.org/listinfo/es-discuss

Reply via email to