Difference between revisions of "Applications and libraries"

From HaskellWiki
Jump to navigation Jump to search
(+cats)
(Added a description of Hoogle next to the link so new users know what it is.)
Line 12: Line 12:
 
* [[Language and library specification]]
 
* [[Language and library specification]]
 
* [http://www.haskell.org/ghc/docs/latest/html/libraries/index.html The Standard Hierarchical Libraries]
 
* [http://www.haskell.org/ghc/docs/latest/html/libraries/index.html The Standard Hierarchical Libraries]
* [http://haskell.org/hoogle Hoogle]
+
* [http://haskell.org/hoogle Hoogle] - The Haskell API Search Engine
 
* [http://hackage.haskell.org/packages/hackage.html The Hackage database]
 
* [http://hackage.haskell.org/packages/hackage.html The Hackage database]
   

Revision as of 12:52, 16 January 2007

Applications, libraries and tools written in Haskell.

Developers: if you release any Haskell code, please document it for the community, by adding it to the appropriate category on this page.

Haskell libraries

The first places to look for data types or functions are:

Haskell applications and libraries

Applications, libraries and tools for Haskell or written in Haskell:

Other places to look include:

Guidelines for developers

Built with Cabal

Developer guides:

Proposals for the module name space layout that can be used to guide the construction of new libraries.

Libraries for other languages

If you are thinking about designing a new library for Haskell, you ought to look what has been done in other languages. Here are standard library definitions for