|
|
|
|
|
by chongli
4916 days ago
|
|
>Anyone who understands monads is on a class of hard drugs. It's so frustrating to hear you say that. Monads are such a simple concept but they're difficult to explain because they're far more general and abstract than most programming topics. The best explanation I have is that monads are a way of storing some kind of computation with a value. When the user wants access to that value, he uses a monadic operator which forces the monad's computation to be run before returning the value. |
|
duck & runl