| submit a site to this category |
|   |
| Subcategories | |
|---|---|
| Clean@ | Operating Systems@ |
|
|
ChameleonURL: http://taichi.ddns.comp.nus.edu.sg/taichiwiki/ChameleonHomePage ODP description: 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. Page title: ChameleonHomePage - TaichiWiki ![]() |
|
|
The Glasgow Haskell Compiler (GHC)URL: http://www.haskell.org/ghc/ ODP description: An optimizing compiler for Haskell, written in Haskell. Includes extensions for concurrency and heap and time profiling. [Open Source, BSD-like] Page title: The Glasgow Haskell Compiler ![]() |
|
|
HugsURL: http://www.haskell.org/hugs/ ODP description: An interpreter for Haskell which runs on almost any platform. Primarily used for teaching. Page title: Hugs 98 ![]() |
|
|
The HBC compilerURL: http://www.cs.chalmers.se/~augustss/hbc/hbc.html ODP description: A compiler and interactive system for Haskell 1.4, unsupported for two years now. ![]() |
|
|
Hugs98 for .NETURL: http://galois.com/~sof/hugs98.net/ ODP description: 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. ![]() |
|
|
Hugs ArchiveURL: http://web.cecs.pdx.edu/~mpj/hugsarc/ ODP description: Many files for Hugs Haskell interpreter: source code, documents. Page title: Mark P Jones: Hugs Archive ![]() |
|
|
Data Field HaskellURL: http://www.mrtc.mdh.se/projects/DFH/ ODP description: Dialect with instance of data fields (a generalization of arrays), useful for rapid prototyping of parallel algorithms, and parallel high-level system specification. Page title: Data Field Haskell, Introduction ![]() |
|
|
Glasgow Distributed HaskellURL: http://www.macs.hw.ac.uk/~dsg/gdh/ ODP description: GdH combines the multiple processes of Concurrent Haskell with the multiple processing elements of Glasgow Parallel Haskell (GpH). ![]() |
|
|
nhc98 from YorkURL: http://www.cs.york.ac.uk/fp/nhc98/ ODP description: A Haskell 98 compiler. Page title: nhc98 ![]() |
|
|
pH (MIT parallel Haskell)URL: http://csg.csail.mit.edu/projects/languages/ph.shtml ODP description: A parallel eagerly evaluated variant of Haskell with syntactic provisions for loops, barriers, and I- and M- structure storage. Page title: Computation Structures Group- MIT- LCS ![]() |
|
|
Template HaskellURL: http://www.haskell.org/th/ ODP description: Haskell 98 extension allowing type-safe compile time metaprogramming, with Haskell, as the manipulating language and the language being manipulated. Page description: Template Haskell ![]() |
|
|
Haskell++URL: http://www.cs.chalmers.se/~rjmh/Software/h++.html ODP description: Object-oriented Haskell extension, using a preprocessor, supports a form of inheritance via extended class and instance declarations. Descriptions, documents, source download, links. ![]() |
|
|
PolyPURL: http://www.cs.chalmers.se/~patrikj/poly/polyp/ ODP description: 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. Page title: PolyP - a polytypic programming language Page description: PolyP is a polytypic language extension and a compiler that takes polytypic Haskell programs to plain Haskell. The distribution contains the source code of the compiler and a library of polytypic functions. ![]() |
|
|
Kahu ResearchURL: http://kahu.zoot.net.nz/ ODP description: 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. Page title: Welcome to Kahu Research ![]() |
|
|
Jaskell ProjectURL: http://www.scdi.org/~avernet/projects/jaskell/ ODP description: Java bytecode generator backend for Glasgow Haskell Compiler (GHC), so one can build Java applets or applications via the Haskell language. Page title: Jaskell Project Home Page ![]() |
|
|
HeliumURL: http://www.cs.uu.nl/helium/ ODP description: A functional programming language (subset of the Haskell) and a compiler designed especially for teaching Haskell. Page title: [ The Helium Homepage - Home] ![]() |
|
|
O'HaskellURL: http://www.cs.chalmers.se/~nordland/ohaskell/ ODP description: Object Haskell: Haskell conservatively extended with subtyping, monadic objects. ![]() |
|
|
EdenURL: http://www.mathematik.uni-marburg.de/~eden/ ODP description: 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. Page title: Eden: Parallel Functional Programming ![]() |
|
|
GoferURL: http://web.cecs.pdx.edu/~mpj/goferarc/ ODP description: 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. Page title: Mark P Jones: Gofer Archive ![]() |
|
|
Glasgow Parallel Haskell (GpH)URL: http://www.macs.hw.ac.uk/~dsg/gph/ ODP description: 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. Page title: Glasgow Parallel Haskell ![]() |
|
| |