TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: And then...

14 pointsby aravindetabout 12 years ago

8 comments

dbauppabout 12 years ago
There seems to be a large number of new users (a few of which were created within 5 minutes of this submission) who've only commented on this, and very vacuously.
评论 #5698610 未加载
评论 #5698597 未加载
jhrobertabout 12 years ago
<p><pre><code> p1.and( p2 ).then( function( p1_result, p2_result ){...}); </code></pre> I believe this is equivalent to:<p><pre><code> Q.all( p1, p2 ).spread( function( p1_result, p2_result ){ ... } ); </code></pre> There are other good reasons, at this point, to switch from Q to another promise lib, speed for example, as was virulently signaled recently: <a href="http://jsperf.com/wqfwewefewrw/4" rel="nofollow">http://jsperf.com/wqfwewefewrw/4</a>
aravindetabout 12 years ago
If you have any questions, I'm hanging out on <a href="http://askabt.com/andthen" rel="nofollow">http://askabt.com/andthen</a> (realtime chat).
perlgeekabout 12 years ago
I like the idea, but am I the only one who feels that having a method 'and' feels a little too... cute?<p>I mean, it's not at all obvious that 'and' is related to parallel execution, and it could very easily clash with another library that uses the same name.
jeremi23about 12 years ago
How does it compare with Q.js ?
Mehul981about 12 years ago
I also like this: <a href="http://askabt.com/andthen" rel="nofollow">http://askabt.com/andthen</a> I think its kinda forum, who's running this?
评论 #5698474 未加载
Mehul981about 12 years ago
its simple and small
评论 #5698430 未加载
hittudivabout 12 years ago
looks awesome