Re: [Haskell-cafe] multi-core programming in Haskell

2008-08-23 Thread Galchin, Vasili
Thank you Murray. My post was not so clear I was referring to automatic parellelization vs manual parallelization. By automatic I mean the programmer doesn't have to indicate where to parallelize ... instead the compiler decides how to parallize! Vasili On Sat, Aug 23, 2008 at 12:58 AM,

[Haskell-cafe] multi-core programming in Haskell

2008-08-22 Thread Galchin, Vasili
Hello, With pure side of the Haskell house, there is hope that the generated code could automagically scale as more cores are added yes? It seems that it is on the stateful monadic side of the house in an appplication that it is the programmer responsibility to design the software so that

Re: [Haskell-cafe] multi-core programming in Haskell

2008-08-22 Thread Neil Mitchell
Hi across increasing cores? (I am assuming that things like par construct are monadic). http://haskell.org/hoogle/?q=par Control.Parallelpar :: a - b - b No monads :-) Thanks Neil ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org