Difference between revisions of "Applications and libraries"

From HaskellWiki
Jump to navigation Jump to search
(emph)
(emph)
Line 51: Line 51:
 
* freshmeat.net has [http://freshmeat.net/browse/834/?topic_id=834 an alternative list of software written in Haskell]
 
* freshmeat.net has [http://freshmeat.net/browse/834/?topic_id=834 an alternative list of software written in Haskell]
   
== Guidelines ==
+
== Guidelines for developers ==
   
 
[[Image:Cabal-With-Text-small.png|frame|Built with Cabal]]
 
[[Image:Cabal-With-Text-small.png|frame|Built with Cabal]]
   
  +
Developer guides:
Best practices for making new submissions:
 
   
 
* [[How to write a Haskell program|How to write a new Haskell library]]
 
* Guide to making standard [[Library submissions|library submissions]]
 
* Guide to making standard [[Library submissions|library submissions]]
* [[How to write a Haskell program]]
 
 
* If you notice the library documentation is lacking, or could be improved, [http://haskell.org/haskellwiki/Improving_library_documentation please report it here]
 
* If you notice the library documentation is lacking, or could be improved, [http://haskell.org/haskellwiki/Improving_library_documentation please report it here]
 
* [http://www.google.com/codesearch Google Code Search] can help identify common idioms, improving your API
 
* [http://www.google.com/codesearch Google Code Search] can help identify common idioms, improving your API

Revision as of 04:59, 13 December 2006


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.

Standard 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:

  • How to write a new Haskell library
  • Guide to making standard library submissions
  • If you notice the library documentation is lacking, or could be improved, please report it here
  • Google Code Search can help identify common idioms, improving your API
  • Missing libraries: if you can't find a library for a problem, document it here, and someone might write it.
  • Project activity for some of the larger Haskell projects is graphed here.
  • Cabal, The Common Architecture for Building Applications and Libraries, is a framework for packaging, building, and installing any tool developed in the Haskell language.

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