Parallel and Distributed Haskells

Philip W. Trinder, Hans-Wolfgang Loidl, Robert F. Pointon. Journal of Functional Programming, 12(4&5):469-510, July 2002.

Parallel and distributed languages specify computations on multiple processors and have a computation language to describe the algorithm, i.e. what to compute, and a coordination language to describe how to organise the computations across the processors. Haskell has been used as the computation language for a wide variety of parallel and distributed languages, and this paper is a comprehensive survey of implemented languages. We outline parallel and distributed language concepts and classify Haskell extensions using them. Similar example programs are used to illustrate and contrast the coordination languages, and the comparison is facilitated by the common computation language. A lazy language is not an obvious choice for parallel or distributed computation, and we address the question of why Haskell is a common functional computation language.

@Article{jfp,
  author = 	 {Trinder, P.W. and Loidl, H-W. and Pointon, R.F.},
  title = 	 {{Parallel and Distributed Haskells}},
  journal = 	 {Journal of Functional Programming},
  year = 	 2002,
  month =      jul,
  volume =     12,
  number =     {4\&5},
  pages =      {469--510},
  abstractURL = {http://www.dcs.glasgow.ac.uk/jfp/bibliography/References/trinderlp2002:469.html},
}

Available in: ps, ps.gz


GPH Papers | GPH