Re: [coders] Understanding Monads via Python List Comprehensions

2006-10-17 Thread Jamie Wilkinson
This one time, at band camp, Andre Pang wrote: >A good little article for the python programmers out there who are >trying to wrap their head around what the hell a Haskell monad is: > > http://lukeplant.me.uk/blog.php?id=1107301643 > >(Note: If you actually understand monads after reading just

Re: [coders] Understanding Monads via Python List Comprehensions

2006-10-13 Thread Sridhar Dhanapalan
On Friday 13 October 2006 20:06, Erik de Castro Lopo <[EMAIL PROTECTED]> wrote: > Andre Pang wrote: > > A good little article for the python programmers out there who are > > trying to wrap their head around what the hell a Haskell monad is: > > > >http://lukeplant.me.uk/blog.php?id=1107301643

Re: [coders] Understanding Monads via Python List Comprehensions

2006-10-13 Thread Erik de Castro Lopo
Andre Pang wrote: > A good little article for the python programmers out there who are > trying to wrap their head around what the hell a Haskell monad is: > >http://lukeplant.me.uk/blog.php?id=1107301643 > > (Note: If you actually understand monads after reading just that one > article,

[coders] Understanding Monads via Python List Comprehensions

2006-10-12 Thread Andre Pang
A good little article for the python programmers out there who are trying to wrap their head around what the hell a Haskell monad is: http://lukeplant.me.uk/blog.php?id=1107301643 (Note: If you actually understand monads after reading just that one article, I'll be amazed ;). -- % Andre