[snip] I think fully TCP- compliant do expressions are pure win, FTR. >
I second this, of course, based solely on the experience I had writing up these examples: https://gist.github.com/2013909 https://github.com/rwldrn/popcorn-js/compare/tri-lambda https://github.com/rwldrn/popcorn-js/blob/481338a3ab05ad3423c67b70df690bf19977f9bc/popcorn.js Rick > > /be > > > > > Luke > > > > -----Original Message----- > > From: [email protected] [mailto: > [email protected]] On Behalf Of Brendan Eich > > Sent: Tuesday, March 27, 2012 12:44 PM > > To: es-discuss > > Subject: arrow function syntax simplified > > > > http://wiki.ecmascript.org/doku.php?id=strawman:arrow_function_syntax > > > > Use => only with an expression body (do-expressions if accepted allow > statements and combined with => compete with block-lambdas). > > > > Use -> only with body block, as for long-form function. > > > > I deferred other accretions. > > > > In a rush here, comments and corrections welcome and I'll edit as I can. > > > > /be > > _______________________________________________ > > es-discuss mailing list > > [email protected] > > https://mail.mozilla.org/listinfo/es-discuss > > > > > _______________________________________________ > es-discuss mailing list > [email protected] > https://mail.mozilla.org/listinfo/es-discuss >
_______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

