Status of script loading in ecmascript

2011-11-03 Thread John J Barton
Is there a summary of the current status of standardized dependency based script loading somewhere? Since the sync and async camps of commonJS were unable to agree, we left with two sets of incompatible JS libs and a few gymnastic boilerplate adapters to bridge them. Perhaps a standard could do no

Re: Status of script loading in ecmascript

2011-11-03 Thread Axel Rauschmayer
> Is there a summary of the current status of standardized dependency > based script loading somewhere? Since the sync and async camps of > commonJS were unable to agree, we left with two sets of incompatible > JS libs and a few gymnastic boilerplate adapters to bridge them. > Perhaps a standard co

Re: Status of script loading in ecmascript

2011-11-03 Thread John J Barton
On Thu, Nov 3, 2011 at 7:43 PM, Axel Rauschmayer wrote: >> Is there a summary of the current status of standardized dependency >> based script loading somewhere? Since the sync and async camps of >> commonJS were unable to agree, we left with two sets of incompatible >> JS libs and a few gymnastic

Re: Status of script loading in ecmascript

2011-11-03 Thread Brendan Eich
On Nov 3, 2011, at 7:53 PM, John J Barton wrote: >> ES.next: >> http://wiki.ecmascript.org/doku.php?id=harmony:modules > > I guess you meant: > http://wiki.ecmascript.org/doku.php?id=harmony:module_loaders > but my question was more about whether this had any forward momentum, > implementations e