
16 Dec
2002
16 Dec
'02
1:16 p.m.
Dusan Kolar asked:
My question/wish is maybe naive, but anyway: Is there a library (not a language extension, like Concurrent Haskell, Glasgow Parallel Haskell, ...) enabling to run two functions in parallel, possibly in cascade?
I think the best you can get without language extensions is what is described in Koen Claessen's Functional Pearl "A Poor Man's Concurrency Monad". It's really nice, but not exactly what you seem to want. You can get that article from http://www.cs.chalmers.se/~koen/publications.html All the best Christian Sievers