simple modules
Kevin Curtis
kevinc1846 at googlemail.com
Mon Feb 1 18:03:38 PST 2010
Thanks. I can see how it hangs together now.
Whatever we come up with for modules would be a good way to structure
> all of the potential additions in Harmony - ArrayBuffers, Proxies,
> etc.
> --
> sam th
> samth at ccs.neu.edu
>
Also for new HTML5 functionality. Furthermore, browser vendors could pioneer
new features without worrying too much about namespace clashes.
import moz.stuff
import goog.stuff
import apple.morestuff
And ideally de facto and actual standards emerge from this pioneering.
import ['std.stuff', 'goog.stuff'] as stuff; // use vendor specific module
if standard version not available.
--
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.mozilla.org/pipermail/es-discuss/attachments/20100202/9ce245a6/attachment-0001.html>
More information about the es-discuss
mailing list