[Haskell-cafe] Concurrency in Haskell

Chris Eidhof chris at eidhof.nl
Thu Jan 25 16:04:18 EST 2007


Yes, I'm curious too. For example, it would be great if we could  
change a function that uses map almost automatically to a function  
that does the map in parallel. Ofcourse it should be in the IO monad,  
so maybe mapM would be a better choice to start with.

-chris

On 25 Jan, 2007, at 21:13 , Alexy Khrabrov wrote:

> What's the state of concurrency in Haskell?  If Erlang's main strength
> is light-weight parallelism, can something like that be done in
> Haskell?
>
> Are there good examples of useful code employing GHC concurrency
> features one can play with?
>
> Cheers,
> Alexy
> _______________________________________________
> Haskell-Cafe mailing list
> Haskell-Cafe at haskell.org
> http://www.haskell.org/mailman/listinfo/haskell-cafe



More information about the Haskell-Cafe mailing list