“There are multiple similar prototypical OO utilies... All solve the same problem:”<p><a href="http://xkcd.com/927/" rel="nofollow">http://xkcd.com/927/</a>
I hope ES.next gets a bunch of the goodness that is outlined in Harmony - this would mostly eradicate the need for stop-gap libraries like pd, or transpilers like CoffeeScript. <a href="http://wiki.ecmascript.org/doku.php?id=harmony:object_literals" rel="nofollow">http://wiki.ecmascript.org/doku.php?id=harmony:object_litera...</a><p>And being able to do<p><pre><code> var obj = protoObj <| { ... properties ... }
</code></pre>
would be fantastic. If I that, and short function syntax then I'd be happy.