Sponsored Links:
Haskell mode for Vim (Popularity: )
http://www.haskell.org/libraries/hs.vim
Syntax highlighting mode for Vim by John Williams.
|
Haskell (literate style) mode for Vim (Popularity: )
http://www.haskell.org/libraries/lhs.vim
Syntax highlighting for literate Haskell scripts for the editor Vim by John Williams.
|
Hugs mode for Emacs (Popularity: )
http://www.haskell.org/libraries/hugs-mode.el
Provides fontification and cooperation with Hugs -- by Chris Van Humbeeck.
|
Haskell mode for Nedit (Popularity: )
http://www.nedit.org/ftp/contrib/highlighting/haskell.pats
An Nedit mode by Koen Claessen that implements syntax highlighting and macros for Haskell comments.
|
Gofer (Popularity: )
http://www.cse.ogi.edu/~mpj/goferarc/
Small interpreter for language based on Haskell report 1.2; experimental, more so for type classes. Haskell adopted some ideas of ...
|
PolyP (Popularity: )
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 ...
|
Haskell Mode for Emacs (Popularity: )
http://www.haskell.org/haskell-mode/
An Emacs mode currently supporting font locking, declaration scanning, documentation, indentation, hugs interaction.
|
Hugs Archive (Popularity: )
http://www.cse.ogi.edu/~mpj/hugsarc/
Many files for Hugs Haskell interpreter: source code, documents.
|
O'Haskell (Popularity: )
http://www.cs.chalmers.se/~nordland/ohaskell/
Object Haskell: Haskell conservatively extended with subtyping, monadic objects.
|
The HBC compiler (Popularity: )
http://www.cs.chalmers.se/~augustss/hbc/hbc.html
A compiler and interactive system for Haskell 1.4, unsupported for two years now.
|
Helium (Popularity: )
http://www.cs.uu.nl/helium/
A functional programming language (subset of the Haskell) and a compiler designed especially for teaching Haskell.
|
Hugs (Popularity: )
http://www.haskell.org/hugs/
An interpreter for Haskell which runs on almost any platform. Primarily used for teaching.
|
Haskell++ (Popularity: )
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 ...
|
Template Haskell (Popularity: )
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.
|
Haskell.org (Popularity: )
http://www.haskell.org/
Repository for information on the lazy functional programming language Haskell: Descriptions, documents, history, news, HaWiki, software (libraries, tools), humor, merchandise, ...
|
Hello, World program (Popularity: )
http://www2.latech.edu/~acm/helloworld/haskell.html
What Hello World in Haskell looks like.
|
Green Card (Popularity: )
http://haskell.cs.yale.edu/greencard/
A foreign function interface preprocessor, simplifying the task of interfacing Haskell programs to external libraries.
|
DrIFT (Popularity: )
http://www.dcs.gla.ac.uk/~nww/derivehome.html
A Haskell preprocessor for generating instances of classes.
|
Happy (Popularity: )
http://haskell.cs.yale.edu/happy/
A parser generator for Haskell.
|
HaskellDirect (Popularity: )
http://haskell.cs.yale.edu/hdirect/
An (Independent definition language) IDL compiler for Haskell. Can be used to interface foreign language libraries and call COM methods ...
|