Satnam Singh wrote:
I'm trying to find out about existing work on implicit parallel functional 
programming. I see that the Glasgow Haskell compiler has a parallel mode which 
can be used with PVM and there is interesting work with pH at MIT. Does anyone 
know of any other work on implicitly parallelizing functional programs for fine 
grain parallel execution?

The emergence of multi-core processors makes me think that we should look at implicit parallel functional programming in a new light.

This is perhaps not the kind of language you are looking for, but SAC (Single Assignment C) is a functional array language, which supports among others truly implicit parallelization.

See http://wwww.sac-home.org/ for more information.

  Clemens

--
Dr. Clemens Grelck
University of Luebeck, Germany
Institute of Software Technology
http://www.isp.uni-luebeck.de/~grelck/
_______________________________________________
Haskell mailing list
Haskell@haskell.org
http://www.haskell.org/mailman/listinfo/haskell

Reply via email to