Re: Re: Operator overloading proposal

2017-07-14 Thread Bruno Jouhier
> javascript operator-overloading is a solution in search of a problem.

No. It is a solution to a problem I have today: arithmetic on decimal
values.
___
es-discuss mailing list
es-discuss@mozilla.org
https://mail.mozilla.org/listinfo/es-discuss


Re: Re: operator overloading proposal

2016-06-28 Thread Bruno Jouhier
A big +1 for moving this forwards.

I don't have any proposal to push and I don't want to add noise to the
debate. Just say I would love to see this in JS, especially overloading of
arithmetic operators. This is a must in domains where these operators are
just "natural": decimals, complex numbers, vectors, etc.

I don't mind if the implementation or an operator is somewhat ugly/heavy.
Operators will be implemented once by some clever dude but then they will
be ubiquitous in the code. What matters here is the ease of use for
consumers.

Bruno
___
es-discuss mailing list
es-discuss@mozilla.org
https://mail.mozilla.org/listinfo/es-discuss