in reply to Re^3: Is it worth using Monads in Perl ? and what the Monads are ?
in thread Is it worth using Monads in Perl ? and what the Monads are ?
I don't view monads as just a way of telling the compiler what effects I'm using (it doesn't really do that anyway). It's a way of tell *me* (or someone else reading the code) that this is effectful code, and that care must be taken.