Re: Monads usage

2013-04-08 Thread Armando Blancas
; > I've been reading about monads for the past couple of weeks and I think I > got the idea, but I still don't know when to use it since I don't have > enough experience with functional programming. > > So, I'd like to ask you guys if you can point me to some exampl

Re: Monads usage

2013-04-08 Thread Ben Wolfson
the past couple of weeks and I think I > got the idea, but I still don't know when to use it since I don't have > enough experience with functional programming. > > So, I'd like to ask you guys if you can point me to some examples of > Monads usage "in the wi

Re: Monads usage

2013-04-08 Thread Timothy Baldridge
problem and saying "what monad is this?" Instead, look at > ugly code and say "hrm...I wonder if programming method X could make this > cleaner". If that method is a monad, awesome! > > Timothy > > > > On Mon, Apr 8, 2013 at 8:56 AM, Carlos Galdino >

Re: Monads usage

2013-04-08 Thread Timothy Baldridge
on, Apr 8, 2013 at 8:56 AM, Carlos Galdino wrote: > Hi, > > I've been reading about monads for the past couple of weeks and I think I > got the idea, but I still don't know when to use it since I don't have > enough experience with functional programming. > >

Monads usage

2013-04-08 Thread Carlos Galdino
Hi, I've been reading about monads for the past couple of weeks and I think I got the idea, but I still don't know when to use it since I don't have enough experience with functional programming. So, I'd like to ask you guys if you can point me to some examples of Monads