Proposal: `&` operator as shorthand for items in iterations

Given that Javascript is generally an uncurried language by default, and most Javascript users don't do currying, I would hope/expect multiple uses of & in a single expression to result in a single, multi-parameter function, not a curried function, as that would be a more useful result for most people. This is actually the direction that the partial-application proposal is taking too - multiple uses of ? will result in a single, multi-parameter function.