|
|
|
|
|
by bazoom42
268 days ago
|
|
Haskell have some syntactic sugar which makes monads nice to use, which is why monads are popular in Haskell. Explaining monads in JavaScript or C# might show the mechanics but will not show why anyone would actually want to use them, since it just result in overly convoluted code. |
|
I was very confused about what they were until I saw an article similar to the one I linked, and then I realized that I had actually been using monads all along, I just didn't know they were called that. I think a lot of developers are in the same boat.