Bazsites.com Haskell
Directory Topics
On the Web
- Comparing Mercury and Haskell - Compares type systems, all text. Uses Haskell 98 since Mercury type system is more like Haskell than ML, and Haskell 98 is best documented, most well-known Haskell.
- Template Haskell - Haskell 98 extension allowing type-safe compile time metaprogramming, with Haskell, as the manipulating language and the language being manipulated.
- Why Haskell? - Why learn Haskell? What is good about the pure functional programming model as exemplified by Haskell? ScienceBlogs LLC; Good Math, Bad Math.
- Hugs98 for .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.
- Haskell Mode for Eclipse - Provides a Haskell Perspective, Haskell Document Types (Project, Module), a Syntax-Highlighting Editor, and ways to start GHC, Hugs and Haddock from within Eclipse.
- Haskell.org - Repository for information on the lazy functional programming language Haskell: Descriptions, documents, history, news, HaWiki, software (libraries, tools), humor, merchandise, and links.
- 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.
- Kahu Research - 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 Mode for Emacs - An Emacs mode currently supporting font locking, declaration scanning, documentation, indentation, hugs interaction.
- Haskell (literate style) mode for Vim - Syntax highlighting for literate Haskell scripts for the editor Vim by John Williams.
Wikipedia Articles
- Haskell Public Schools - Haskell Public Schools is a K-12 public school system located in Haskell, Oklahoma. Haskell is a small town located in Muskogee County.
- Template Haskell - Template Haskell is an experimental language extension to the programming language Haskell implemented in the compiler Glasgow Haskell Compiler (version 6 and later).
- Haskell (programming language) - Haskell is a standardized purely functional programming language with non-strict semantics, named after the logician Haskell Curry.
- Haskell Consolidated Independent School District - Haskell Consolidated Independent School District is a public school district based in Haskell, Texas (USA).
- Yhc - The York Haskell Compiler (or Yhc) is an open source bytecode compiler for the functional programming language Haskell; it primarily targets the Haskell '98 standard. It is one of the four main Haskell compilers (behind GHC, Hugs and nhc98).