Glasgow Parallel Haskell (GpH) A Haskell extension for parallel programming built on top of the Glasgow Haskell compiler (GHC). Parallelism is identified using annotations (generally evaluation strategies), that are defined using only two extra primitives: par and seq. |
Haskell++ an object oriented extension of Haskell, using a preprocessor. |
Hello, World program What Hello World in Haskell looks like. |
Hugs An interpreter for Haskell which runs on almost any platform. Primarily used for teaching. |
Jaskell Project Home Page A Java Bytecodes generator for Haskell. |
Java VM Bridge A bridge to the Java virtual machine via JNI for Haskell. [Open Source, LGPL] |
nhc98 from York A Haskell 98 compiler. |
pH (MIT parallel Haskell) A parallel eagerly evaluated variant of Haskell with syntactic provisions for loops, barriers, and I- and M- structure storage. |
The Glasgow Haskell Compiler (GHC) An optimizing compiler for Haskell, written in Haskell. Includes extensions for concurrency and heap & time profiling. [Open Source, BSD-like] |
The Haskell Home Page A repository for information about the lazy functional programming language Haskell. |
The HBC compiler A compiler and interactive system for Haskell 1.4, unsupported for two years now. |