Re: Promise.cast and Promise.resolve

2014-02-04 Thread Ryan Scheel
I do believe it meant to say 'cheap words and unreality'. Nothing to care about. On Tue, Feb 4, 2014 at 11:04 PM, Brendan Eich bren...@mozilla.com wrote: mfo...@eldergods.com wrote: The existing promises library users would be faced with a porting problem whose size is hard to

Re: Promise.cast and Promise.resolve

2014-01-28 Thread Ryan Scheel
This seems like something that can be deferred to ES7. On Tue, Jan 28, 2014 at 8:12 PM, Kris Kowal kris.ko...@cixar.com wrote: In this case, a half pursuit of type purity is a side quest at the expense of users. Having two ways to resolve and two ways to observe a promise is unnecessarily

Re: Additional Set.prototype methods

2014-01-03 Thread Ryan Scheel
I'd like to add find(predicate(element, set)) to the list of methods that would be useful. On Tue, Dec 31, 2013 at 6:38 PM, Brendan Eich bren...@mozilla.com wrote: Mark S. Miller wrote: Sets and Maps are deterministically ordered by insertion order. I know; my point was whether this