9 links
Data Field Haskell
mrtc.mdh.se
Dialect with instance of data fields (a generalization of arrays), useful for rapid prototyping of parallel algorithms, and parallel high-level system specification.
pH (MIT parallel Haskell)
csg.lcs.mit.edu
A parallel eagerly evaluated variant of Haskell with syntactic provisions for loops, barriers, and I- and M- structure storage.
The Glasgow Haskell Compiler (GHC)
haskell.org
An optimizing compiler for Haskell, written in Haskell. Includes extensions for concurrency and heap & time profiling. [Open Source, BSD-like]
The HBC compiler
cs.chalmers.se
A compiler and interactive system for Haskell 1.4, unsupported for two years now.