Re: [Haskell-cafe] parallel and distributed haskell?

2010-02-11 Thread Bernie Pope
On 17 December 2009 06:21, Scott A. Waterman tswater...@gmail.com wrote: I feel there is quite a bit of latent interest in the subject here, but relatively little active development (compared to erlang, clojure, etc.) Can anyone involved give a quick overview (or pointers to one)? It would be

[Haskell-cafe] parallel and distributed haskell?

2009-12-16 Thread Scott A. Waterman
It looks like there was a recent hackathon focusing on implementing distributed haskell. http://hackage.haskell.org/trac/ghc/wiki/HackPar I feel there is quite a bit of latent interest in the subject here, but relatively little active development (compared to erlang, clojure, etc.) Can

Re: [Haskell-cafe] parallel and distributed haskell?

2009-12-16 Thread Don Stewart
tswaterman: It looks like there was a recent hackathon focusing on implementing distributed haskell. http://hackage.haskell.org/trac/ghc/wiki/HackPar I feel there is quite a bit of latent interest in the subject here, but relatively little active development (compared to erlang,

Re: [Haskell-cafe] parallel and distributed haskell?

2009-12-16 Thread Bulat Ziganshin
Hello Scott, Wednesday, December 16, 2009, 10:21:51 PM, you wrote: Can anyone involved give a quick overview (or pointers to one)? GHC has great support for SMP systems. there is further work on parallel libraries and i believe that it was main part of HackPar. there are good serialization

Re: [Haskell-cafe] parallel and distributed haskell?

2009-12-16 Thread Don Stewart
bulat.ziganshin: Hello Scott, Wednesday, December 16, 2009, 10:21:51 PM, you wrote: Can anyone involved give a quick overview (or pointers to one)? GHC has great support for SMP systems. there is further work on parallel libraries and i believe that it was main part of HackPar. there