Closed sebasgarcep closed 8 years ago
I'm working on Promises/Futures at the moment. Stay tuned!
Hey @cwmyers, are there any plans to ship support for promises/futures any time soon? Thanks
Are there any news for supporting native node Promises as monads?
@alem0lars-yoroi - what do yo mean by native node Promises as monads
?
I am a fan of adding monadic Futures (rather than Promises - to avoid name conflicts). And to do it with next milestone (0.10.0) as current milestone is mostly cleanup, bugfixes and limited extending of current API.
WDYT @cwmyers
@ulfryk I agree with you. We should stop calling it Promises and rather call it Futures.
I also agree.
What I was going to figure out was if it was already planned some interoperability between existing code using node's native Promises and Futures.
On Sat, Feb 4, 2017 at 8:10 PM, Sebastian Garrido notifications@github.com wrote:
@ulfryk https://github.com/ulfryk I agree with you. We should stop calling it Promises and rather call it Futures.
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/cwmyers/monet.js/issues/38#issuecomment-277467649, or mute the thread https://github.com/notifications/unsubscribe-auth/ATLn2Hp3PG9BM7DpLiYRgZtQhyX-Pvucks5rZM0YgaJpZM4HLNEy .
FYI, here's the issue: https://github.com/monet/monet.js/issues/102
This would be a nice feature to include into the library at some point. Promises are great, but what I'm not sure is if they completely follow monadic laws