Re: ES6 draft Rev24 now available

2014-04-30 Thread Brendan Eich
Want to mention https://github.com/jlongster/es6-macros while this thread is still live. /be Kevin Smith wrote: https://github.com/zenparsing/esparse The actual transpiler is at https://github.com/zenparsing/es6now. I really need to add some documentation, but you can play with

Re: ES6 draft Rev24 now available

2014-04-29 Thread Andy Wingo
On Mon 28 Apr 2014 17:35, Jason Orendorff jason.orendo...@gmail.com writes: The HTML version is available now. http://people.mozilla.org/~jorendorff/es6-draft.html As ever, you are a hero. A ___ es-discuss mailing list es-discuss@mozilla.org

Re: ES6 draft Rev24 now available

2014-04-29 Thread Paulo Matos
On 29/04/2014 08:41, Andy Wingo wrote: On Mon 28 Apr 2014 17:35, Jason Orendorff jason.orendo...@gmail.com writes: The HTML version is available now. http://people.mozilla.org/~jorendorff/es6-draft.html As ever, you are a hero. A Thanks. I am new to the list so this might be a recurrent

Re: ES6 draft Rev24 now available

2014-04-29 Thread Till Schneidereit
On Tue, Apr 29, 2014 at 10:38 AM, Paulo Matos pa...@matos-sorge.com wrote: Thanks. I am new to the list so this might be a recurrent question but is there any working prototype implementation of ES6 that people can experiment language features with? There isn't a complete implementation, no.

Re: ES6 draft Rev24 now available

2014-04-29 Thread Rick Waldron
On Tue, Apr 29, 2014 at 4:38 AM, Paulo Matos pa...@matos-sorge.com wrote: On 29/04/2014 08:41, Andy Wingo wrote: On Mon 28 Apr 2014 17:35, Jason Orendorff jason.orendo...@gmail.com writes: The HTML version is available now. http://people.mozilla.org/~jorendorff/es6-draft.html As ever,

Re: ES6 draft Rev24 now available

2014-04-29 Thread Kevin Smith
https://github.com/zenparsing/esparse The actual transpiler is at https://github.com/zenparsing/es6now. I really need to add some documentation, but you can play with classes, arrows, and other things in the REPL. If you have Node 0.11+, you can also try async functions (yay). Traceur is a

Re: ES6 draft Rev24 now available

2014-04-28 Thread Jason Orendorff
The HTML version is available now. http://people.mozilla.org/~jorendorff/es6-draft.html -j On Sun, Apr 27, 2014 at 4:12 PM, Allen Wirfs-Brock al...@wirfs-brock.com wrote: At http://wiki.ecmascript.org/doku.php?id=harmony:specification_drafts#april_27_2014_draft_rev_24 Changes include: •

Re: ES6 draft Rev24 now available

2014-04-28 Thread Erik Arvidsson
On Sun, Apr 27, 2014 at 5:12 PM, Allen Wirfs-Brock al...@wirfs-brock.comwrote: • Changed length property value of Symbol, Map, Set, WeakSet, WeakMap to 1 to be consistent with most other built-in constructors We discussed this before and wanted new built in function lengths to be consistent

ES6 draft Rev24 now available

2014-04-27 Thread Allen Wirfs-Brock
At http://wiki.ecmascript.org/doku.php?id=harmony:specification_drafts#april_27_2014_draft_rev_24 Changes include: • Several important bug fixes to Function Declaration Instantiation • Updated RegExp so that subclasses that over-ride exec semantics don’t have to also