Thanks Mike, all bang-on. One minor comment:

On Fri, Jan 15, 2010 at 11:20 AM, Mike Samuel <[email protected]> wrote:
> I think normal usage would look like
>     var name = (import ...)(module, instance, parameters).Baz.find(name)

Actually the module function takes a map of free variable names to
bindings. So it would be more like:

var name = (import ...)({ bufferSize: 3, mapMaker: myMapMaker}).Baz.find(name);

Ihab

-- 
Ihab A.B. Awad, Palo Alto, CA
_______________________________________________
es-discuss mailing list
[email protected]
https://mail.mozilla.org/listinfo/es-discuss

Reply via email to