Canadian Content - Implementations
Implementations Listings & Download   Canadian Content
    Search:
Implementations

Implementations (Haskell)

Canadian Content - Implementations Canadian Content > Computers: Programming: Languages: Haskell: Implementations:


Implementations

Implementations further on these related pages:


Clean@
Similar Categories Top/Computers/Programming/Compilers/Functional

Implementations Sites:

Hugs Archive Hugs Archive
Hugs Archive Hugs Archive: Many files for Hugs Haskell interpreter: source code, documents. (Implementations)
http://www.cse.ogi.edu/~mpj/hugsarc/
Jaskell Project Jaskell Project
Jaskell Project Jaskell Project: Java bytecode generator backend for Glasgow Haskell Compiler (GHC), so one can build Java applets or applications via the Haskell language. (Implementations)
http://www.scdi.org/~avernet/projects/jaskell/
Chameleon Chameleon
Chameleon Chameleon: 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. (Implementations)
http://www.comp.nus.edu.sg/~sulzmann/chameleon/
nhc98 from York nhc98 from York
nhc98 from York nhc98 from York: A Haskell 98 compiler. (Implementations)
http://www.cs.york.ac.uk/fp/nhc98/
PolyP PolyP
PolyP 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. (Implementations)
http://www.cs.chalmers.se/~patrikj/poly/polyp/
Gofer Gofer
Gofer Gofer: 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. (Implementations)
http://www.cse.ogi.edu/~mpj/goferarc/
Template Haskell Template Haskell
Template Haskell Template Haskell: Haskell 98 extension allowing type-safe compile time metaprogramming, with Haskell, as the manipulating language and the language being manipulated. (Implementations)
http://www.haskell.org/th/
Mondrian Mondrian
Mondrian Mondrian: Light version of Haskell 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 system to (Implementations)
http://www.mondrian-script.org/
pH (MIT parallel Haskell) pH (MIT parallel Haskell)
pH (MIT parallel Haskell) pH (MIT parallel Haskell): A parallel eagerly evaluated variant of Haskell with syntactic provisions for loops, barriers, and I- and M- structure storage. (Implementations)
http://www.csg.lcs.mit.edu/projects/languages/ph.shtml
Helium Helium
Helium Helium: A functional programming language (subset of the Haskell) and a compiler designed especially for teaching Haskell. (Implementations)
http://www.cs.uu.nl/helium/
Data Field Haskell Data Field Haskell
Data Field Haskell Data Field Haskell: Dialect with instance of data fields (a generalization of arrays), useful for rapid prototyping of parallel algorithms, and parallel high-level system specification. (Implementations)
http://www.mrtc.mdh.se/projects/DFH/
Glasgow Parallel Haskell (GpH) Glasgow Parallel Haskell (GpH)
Glasgow Parallel Haskell (GpH) 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. (Implementations)
http://www.cee.hw.ac.uk/~dsg/gph/
Haskell++ Haskell++
Haskell++ Haskell++: Object-oriented Haskell extension, using a preprocessor, supports a form of inheritance via extended class and instance declarations. Descriptions, documents, source download, links. (Implementations)
http://www.cs.chalmers.se/~rjmh/Software/h++.html
The Glasgow Haskell Compiler (GHC) The Glasgow Haskell Compiler (GHC)
The Glasgow Haskell Compiler (GHC) 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] (Implementations)
http://www.haskell.org/ghc/
Hugs Hugs
Hugs Hugs: An interpreter for Haskell which runs on almost any platform. Primarily used for teaching. (Implementations)
http://www.haskell.org/hugs/
Eden Eden
Eden Eden: Extends lazy functional language Haskell, but overrules lazy evaluation whenever needed to support parallelism; gives programmers enough control to implement parallel algorithms efficiently, and frees them from low level details of process management. (Implementations)
http://www.mathematik.uni-marburg.de/inf/eden/
O'Haskell O'Haskell
O'Haskell O'Haskell: Object Haskell: Haskell conservatively extended with subtyping, monadic objects. (Implementations)
http://www.cs.chalmers.se/~nordland/ohaskell/
The HBC compiler The HBC compiler
The HBC compiler The HBC compiler: A compiler and interactive system for Haskell 1.4, unsupported for two years now. (Implementations)
http://www.cs.chalmers.se/~augustss/hbc/hbc.html
Distributed Haskell Distributed Haskell
Distributed Haskell Distributed Haskell: Extension for parallel and distributed programming, with combinators from concurrent constraint programming; computational parts of programs are expressed functionally, development was first for tightly coupled multiprocessors, evolved from Goffin. (Implementations)
http://www.cse.unsw.edu.au/~chak/goffin/