| 1. | The HBC compiler | | | A compiler and interactive system for Haskell 1.4, unsupported for two years now. www.cs.chalmers.se |
| 2. | Jaskell Project | | | Java bytecode generator backend for Glasgow Haskell Compiler (GHC), so one can build Java applets or applications via the Haskell language. www.scdi.org |
| 4. | Hugs | | | An interpreter for Haskell which runs on almost any platform. Primarily used for teaching. www.haskell.org |
| 5. | pH (MIT parallel Haskell) | | | A parallel eagerly evaluated variant of Haskell with syntactic provisions for loops, barriers, and I- and M- structure storage. www.csg.lcs.mit.edu |
| 6. | Java VM Bridge | | | A bridge to the Java virtual machine via JNI for Haskell. [Open Source, LGPL] sourceforge.net |
| 7. | 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. www.cee.hw.ac.uk |
| 9. | O'Haskell | | | Object Haskell: Haskell conservatively extended with subtyping, monadic objects. www.cs.chalmers.se |
| 10. | Haskell++ | | | Object-oriented Haskell extension, using a preprocessor, supports a form of inheritance via extended class and instance declarations. Descriptions, documents, source download, links. www.cs.chalmers.se |
| | |