Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
codefriar67yAsync/await is just syntactic sugar on promises. If you don't understand promises, async/await will just dig you into a hole.
-
I like how it's pretty analogous to "do" notation in haskell. Just because you program in C#, doesn't mean you can escape the monad!
-
@codefriar absolutely, learning generators will help too
@mclark1129 *JavaScript. Haskell is a great language and I would like to see it more in the professional world. My understanding of monads is they relate to the generalisation of streams
I think I'm finally getting async/await
undefined