Re: Object Literal Extensions

2013-04-02 Thread Brandon Benvie
On 4/2/2013 10:40 AM, Allen Wirfs-Brock wrote: It's all in the specification draft. http://people.mozilla.org/~jorendorff/es6-draft.html#sec-11.1.5 http://people.mozilla.org/~jorendorff/es6-draft.html#sec-13.3

Re: Object Literal Extensions

2013-04-02 Thread Allen Wirfs-Brock
2013, at 10:21 AM, Brandon Benvie wrote: > Is there any collected reference to what's been accepted from Object Literal > Extensions [1]? There's definitely out of date stuff on there and I'm not > sure what things have been formally accepted (with consensus) for ES6, whic

Object Literal Extensions

2013-04-02 Thread Brandon Benvie
Is there any collected reference to what's been accepted from Object Literal Extensions [1]? There's definitely out of date stuff on there and I'm not sure what things have been formally accepted (with consensus) for ES6, which are generally assumed to be accepted for ES6,

Re: A Narcissus implementation of various object literal extensions

2011-08-15 Thread Allen Wirfs-Brock
On Aug 15, 2011, at 5:42 PM, Zachary Carter wrote: > > It works for simple examples but has a ways to go before it can run > the Smalltalk Collection classes. Also, AFAICT "transpilation" won't > be able to fully support super references (namely, rebinding super > using Object.defineMethod) but

Re: A Narcissus implementation of various object literal extensions

2011-08-15 Thread Zachary Carter
On Mon, Aug 15, 2011 at 2:58 PM, Rick Waldron wrote: > I've been playing with this: > https://github.com/zaach/reflect.js > which has a web interface to try out code examples here: > http://zaach.github.com/reflect.js/es-next/ > > > Rick It works for simple examples but has a ways to go before it

Re: A Narcissus implementation of various object literal extensions

2011-08-15 Thread Rick Waldron
I've been playing with this: https://github.com/zaach/reflect.js which has a web interface to try out code examples here: http://zaach.github.com/reflect.js/es-next/ Rick On Mon, Aug 15, 2011 at 1:31 PM, Allen Wirfs-Brock wrote: > In the fork of Narcissus at https://github.com/allenwb/narci

A Narcissus implementation of various object literal extensions

2011-08-15 Thread Allen Wirfs-Brock
In the fork of Narcissus at https://github.com/allenwb/narcissus I have implemented various ES.next proposals (and a couple not yet proposals) for enhanced object literal support. the extensions include: * Concise Method Properties in Object Literals * Comma Optional After Method and Accessor P

Strawman: Object Literal Extensions

2011-05-20 Thread Axel Rauschmayer
> I've update [1] and integrated with some related proposals to make the > integrated proposal tree starting at > http://wiki.ecmascript.org/doku.php?id=strawman:basic_object_literal_extensions > > > We should use that as the starting point for the class integration. Very nice. This combo-pr