Hello, I am playing around with the STM API. I would like to see examples of STM other than the Santa.hs as I am having problems with STM vs IO. Thanks, Vasili
2008/3/8 Galchin Vasili 
I am playing around with the STM API. I would like to see examples of STM other than the Santa.hs as I am having problems with STM vs IO.
The STM papers were the best documentation for me: http://research.microsoft.com/~simonpj/papers/stm/index.htm -- Adam Langley agl@imperialviolet.org http://www.imperialviolet.org
2008/3/9 Galchin Vasili 
I am playing around with the STM API. I would like to see examples of STM other than the Santa.hs as I am having problems with STM vs IO.
Here's my implementation of the Dining Philosophers in STM: http://computationalthoughts.blogspot.com/2008/03/some-examples-of-software-... I hope you'll find it helpful. Josef
participants (3)
- 
                
Adam Langley - 
                
Galchin Vasili - 
                
Josef Svenningsson