  |
Kahu Research - http://kahu.zoot.net.nz/
Makes Mondrian, light Haskell version to interoperate with other languages in OO environments; runs on .NET (old version for JVM), supports ASP.NET, to embed functional code in webpages with C#. Has version of Glasgow Haskell Compiler using Mondrian for .NET to compile Haskell for .NET. |
  |
Haskell++ - http://www.cs.chalmers.se/~rjmh/Software/h++.html
Object-oriented Haskell extension, using a preprocessor, supports a form of inheritance via extended class and instance declarations. Descriptions, documents, source download, links. |
  |
O'Haskell - http://www.cs.chalmers.se/~nordland/ohaskell/
Object Haskell: Haskell conservatively extended with subtyping, monadic objects. |
  |
Hugs98 for .NET - http://galois.com/~sof/hugs98.net/
Extension of Hugs98 Haskell interpreter, for interoperation between Haskell and .NET and its framework; can instantiate and use .NET objects in Haskell, and vice versa, call and use Haskell functions from any .NET language. |
  |
http://www.cs.uu.nl/helium/ - http://www.cs.uu.nl/helium/
A functional programming language (subset of the Haskell) and a compiler designed especially for teaching Haskell. |
  |
Glasgow Distributed Haskell - http://www.macs.hw.ac.uk/~dsg/gdh/
GdH combines the multiple processes of Concurrent Haskell with the multiple processing elements of Glasgow Parallel Haskell (GpH). |
  |
http://www.mathematik.uni-marburg.de/~eden/ - http://www.mathematik.uni-marburg.de/~eden/
Parallel functional language to program reactive systems and parallel algorithms using distributed memory. Extends Haskell, but overrules lazy evaluation whenever needed to support parallelism; gives enough control to implement parallel algorithms efficiently, no need for low level details of process management. |
  |
Template Haskell - http://www.haskell.org/th/
Haskell 98 extension allowing type-safe compile time metaprogramming, with Haskell, as the manipulating language and the language being manipulated. |
  |
http://www.cs.chalmers.se/~patrikj/poly/polyp/ - http://www.cs.chalmers.se/~patrikj/poly/polyp/
Polytypic programming language; source files for compiler written in Haskell that compiles PolyP-code to Haskell; library of polytypic functions written in PolyP, some examples, documents, downloads. |
  |
pH (MIT parallel Haskell) - http://csg.csail.mit.edu/projects/languages/ph.shtml
A parallel eagerly evaluated variant of Haskell with syntactic provisions for loops, barriers, and I- and M- structure storage. |
  |
Jaskell Project - http://www.scdi.org/~avernet/projects/jaskell/
Java bytecode generator backend for Glasgow Haskell Compiler (GHC), so one can build Java applets or applications via the Haskell language. |
  |
Data Field Haskell - http://www.mrtc.mdh.se/projects/DFH/
Dialect with instance of data fields (a generalization of arrays), useful for rapid prototyping of parallel algorithms, and parallel high-level system specification. |
  |
http://web.cecs.pdx.edu/~mpj/goferarc/ - http://web.cecs.pdx.edu/~mpj/goferarc/
Small interpreter for language based on Haskell report 1.2; experimental, more so for type classes. Haskell adopted some ideas of Gofer, but Gofer type class system is more flexible. Runs on DOS, Linux, Macintosh, Unix. Hugs predecessor. |
 |
Hugs Archive - http://web.cecs.pdx.edu/~mpj/hugsarc/
Many files for Hugs Haskell interpreter: source code, documents. |
 |
Chameleon - http://taichi.ddns.comp.nus.edu.sg/taichiwiki/ChameleonHomePage
Haskell-type language, implements ideas described in a 'A Theory of Overloading'. Compiles Chameleon to (plain) Haskell; can mix Haskell and Chameleon overloading. Descriptions, documents, downloads. |