Allen Wirfs-Brock (2013-07-11T05:46:18.000Z)
domenic at domenicdenicola.com (2013-07-16T00:19:55.612Z)
On Jul 10, 2013, at 9:39 PM, Andrew Fedoniouk wrote: > I see [1] that arrow function syntax got specification state. so, you should probably look at the relevant parts of the draft specification - http://people.mozilla.org/~jorendorff/es6-draft.html#sec-5.1.4 - http://people.mozilla.org/~jorendorff/es6-draft.html#sec-11.1 - http://people.mozilla.org/~jorendorff/es6-draft.html#sec-13.2 > The problem with this construction: it's the only feature in ES syntax so far that no, it also occurs between object literals and destructuring assignment object patterns. > requires compiler to use full AST implementation at compilation phase. you don't necessarily have to built a full AST. In some cases you will need to at least do multiple parses of the same text. > Is that arrow syntax still debatable? No really. This was known when the arrow syntax was choses. > Too late? Yes, but primarily in the sense that such issues were already considered.