Send Beginners mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
http://www.haskell.org/mailman/listinfo/beginners
or, via email, send a message with subject or body 'help' to
[email protected]
You can reach the person managing the list at
[email protected]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Beginners digest..."
Today's Topics:
1. Re: Designing complex Haskell programs (AntC)
----------------------------------------------------------------------
Message: 1
Date: Thu, 9 Jan 2014 20:48:40 +0000 (UTC)
From: AntC <[email protected]>
To: [email protected]
Subject: Re: [Haskell-beginners] Designing complex Haskell programs
Message-ID: <[email protected]>
Content-Type: text/plain; charset=us-ascii
> Bob Ippolito <bob <at> redivi.com> writes:
>
> I wouldn't recommend going down the path of
> using IORef or MVar for everything,
> it's not easy to build robust systems that way. ...
> > On Fri, Jan 3, 2014 at 9:57 AM, Courtney Robinson wrote:
> > ... it fell apart when I tried contacting multiple hosts
> > on different threads using forkIO. ...
>
Hi Bob and Daniel,
Out of interest, is there some reason you don't mention TVar's?
I thought they are the (modern) way to "build robust systems"
with "different threads using forkIO"(?)
Cheers
AntC
------------------------------
Subject: Digest Footer
_______________________________________________
Beginners mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/beginners
------------------------------
End of Beginners Digest, Vol 67, Issue 15
*****************************************