DEV Community

Discussion on: IO: to be a Monad or not to be, that's the question!

Collapse
 
eljayadobe profile image
Eljay-Adobe

One of the things I've grown to really like about F# is every function is a monad.

I've even implemented some monad magic in C++, but it isn't idiomatic C++ because functional programming is not idiomatic C++.