On Apr 3, 2012, at 10:16 PM, Mark S. Miller wrote: > foo(a, b, ...rest) > > vs > > foo(a, b, rest...) > > Which is clearer? > > ES6 has currently agreed on the first. English and Scheme agree on the second.
The second, of course. As in C: the ellipsis always ends the parameters list. -- Jorge. _______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

