
|
|
|
|
Home / Computers / Programming / Languages / Haskell
|
| Categories |
|
|
|
|
|
|
|
|
Web Sites
|
- 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/~dsg/gph
- Haskell++ - an object oriented extension of Haskell, using a preprocessor.
www.cs.chalmers.se/~rjmh/Software/h++.html
- Hello, World program - What Hello World in Haskell looks like.
www.latech.edu/~acm/helloworld/haskell.html
- Hugs - An interpreter for Haskell which runs on almost any platform. Primarily used for teaching.
www.haskell.org/hugs
- Jaskell Project Home Page - A Java Bytecodes generator for Haskell.
www.scdi.org/~avernet/projects/jaskell
- Java VM Bridge - A bridge to the Java virtual machine via JNI for Haskell. [Open Source, LGPL]
sourceforge.net/projects/jvm-bridge
- nhc98 from York - A Haskell 98 compiler.
www.cs.york.ac.uk/fp/nhc98
- O'Haskell - Object Haskell: Haskell conservatively extended with subtyping, monadic objects.
www.cs.chalmers.se/~nordland/ohaskell
- 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/projects/languages/ph.shtml
- 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]
www.haskell.org/ghc
- The HBC compiler - A compiler and interactive system for Haskell 1.4, unsupported for two years now.
www.cs.chalmers.se/~augustss/hbc/hbc.html
- The Haskell Home Page - A repository for information about the lazy functional programming language Haskell.
www.haskell.org
|
|
|
|
|