Echo JS 0.11.0

<~>

naholyr comments

naholyr 3109 days ago. link 1 point
Promise.try = (p => p.then.bind(p))(Promise.resolve())
Does the trick raster and lighter than proposed impl btw
naholyr 3223 days ago. link 2 points
The comparison with React is, well, quite daring, given the delivered features
naholyr 3437 days ago. link 1 point
All along the article I was like "seriously?"
Those examples are full trash and even if it "breaks the web" I'm quite happy finally some upgrade will trash those things out.
naholyr 3442 days ago. link 2 points
Extremely disappointed I expected a clever interesting article about unknown details and get a basic judge-at-first-sight rant
naholyr 3463 days ago. link 1 point
For your own sake do not follow this article blindly, look at comments for more details
naholyr 3578 days ago. link 1 point
Is that suppose to mean anything ? :o

The issue here is about where a callback is placed in the event loop (first, last, even before the firts). It's surprising (and certainly depending on implementation) that `setImmediate` is not faster in that case.