Hacker News
- JavaScript Promises Discussion: Make Them Monadic? (2013) https://github.com/promises-aplus/promises-spec/issues/94 76 comments
- Async functions solve callback hell for the Promise “monad”. Generators solve this for any Monad in JavaScript. https://medium.com/flock-community/monads-simplified-with-generators-in-typescript-part-1-33486bf9d887 8 comments javascript
- Async functions solve callback hell for the Promise “monad”. Generators solve this for any Monad in TypeScript. https://medium.com/flock-community/monads-simplified-with-generators-in-typescript-part-1-33486bf9d887 41 comments programming
- Promise and other tools for Monadic error handling https://dev.to/airtucha/promise-and-other-tools-for-monadic-error-handling-480h 3 comments javascript
- async/await is just the do-notation of the Promise monad https://gist.github.com/maiavictor/bc0c02b6d1fbc7e3dbae838fb1376c80 24 comments javascript
- The promising land of monadic formlets. Or: "Look ma, no JavaScript!" http://haskell-web.blogspot.com.es/2013/06/the-promising-land-of-monadic-formlets.html 13 comments haskell