Hacker News new | ask | show | jobs
by tomp 4823 days ago
Promises are values, and you can use them to compute things. Callbacks are procedures, and are non-composable in non-trivial ways (you can chain callbacks very simply, but that's basically it).