Le 24/04/2013 17:20, Dean Landolt a écrit :
On Wed, Apr 24, 2013 at 11:04 AM, Anne van Kesteren <[email protected] <mailto:[email protected]>> wrote:

    On Sun, Apr 21, 2013 at 5:21 AM, Mark S. Miller
    <[email protected] <mailto:[email protected]>> wrote:
    > Thoughts?

    I was wondering when operator overloading is planned. It would be
    great to be able to do things like new URL("http://example.org";) ==
    new URL("http://example.org/";).

The same object could be returned if immutable

I'm not sure if there are any plans for overloading but value objects [1] will solve the specific use case you gave.

[1] http://wiki.ecmascript.org/doku.php?id=strawman:value_objects
value proxies could be used too I think http://wiki.ecmascript.org/doku.php?id=strawman:value_proxies

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

Reply via email to