RE: [Haskell-cafe] STM reference?

2005-12-09 Thread Simon Peyton-Jones
] On Behalf Of | Bulat Ziganshin | Sent: 09 December 2005 07:07 | To: Scherrer, Chad | Cc: haskell-cafe@haskell.org | Subject: Re: [Haskell-cafe] STM reference? | | Hello Chad, | | Friday, December 09, 2005, 3:09:29 AM, you wrote: | | SC Can anyone suggest some references to learn how to program using GHC

[Haskell-cafe] STM reference?

2005-12-08 Thread Scherrer, Chad
Hi, Can anyone suggest some references to learn how to program using GHC with threads? I've read a little bit about STM, but it's still pretty mysterious to me. Is this the best approach to take? I've never used threads in any language, but monads are fairly comfortable for me. Thanks! Chad

Re: [Haskell-cafe] STM reference?

2005-12-08 Thread Bulat Ziganshin
Hello Chad, Friday, December 09, 2005, 3:09:29 AM, you wrote: SC Can anyone suggest some references to learn how to program using GHC SC with threads? I've read a little bit about STM, but it's still pretty SC mysterious to me. Is this the best approach to take? I've never used SC threads in any