On 30 December 2012 12:50, Axel Rauschmayer <[email protected]> wrote:
> It would actually be nice to have that as a feature: If the variable name is
> `_` then it can be used multiple times. It’s a nice, self-descriptive way of
> saying that you don’t care about a parameter value.

That underscore wildcard is the exact syntax used in functional
languages, and very useful, I agree. In JS, that syntax would be a
breaking change, unfortunately. But we could use something else (e.g.
I proposed '.' in the past).

/Andreas
_______________________________________________
es-discuss mailing list
[email protected]
https://mail.mozilla.org/listinfo/es-discuss

Reply via email to