Hacker News new | ask | show | jobs
by boothead 5168 days ago
Thanks for the link, I remember reading it a while back. Have you played with the cloud haskell stuff at all? I seems you were able to achieve most of what you wanted with STM channels for combinatorrent - do you think that the presence of cloud haskell might have made any difference?
1 comments

Cloud Haskell came after my work, so I do not know how it fares. I remember that I saw it and thought that there were neat ideas in there.

My guess is that it would simplify the amount of work I had to do in code since CH would subsume many of my lines.