Difference between revisions of "Wanted libraries"

From HaskellWiki
Jump to navigation Jump to search
(link)
(fmt)
Line 18: Line 18:
 
Problems with existing solutions, that could be improved.
 
Problems with existing solutions, that could be improved.
   
  +
* Binary serialisation support should be ported to bytestring, and added to the extralibs bundle
* Binary support
 
* Simple process forking/popen
+
* Simple process forking/popen, of type <hask>String -> IO String</hask>, is needed (the implementation should be in base)
 
   
 
== Existing libraries (by problem domain) ==
 
== Existing libraries (by problem domain) ==

Revision as of 02:43, 11 December 2006

This page provides a list of missing and found libraries for solving common real world programmer tasks.

If you think there should be a library for some common task, add it to this page, and someone may well step up and write it. If you know of a library to solve an open problem domain, link to it.

The first place to look is the full libraries list.


Missing libraries (by problem domain)

Add any common problem areas for which libraries are missing.


Could be improved

Problems with existing solutions, that could be improved.

  • Binary serialisation support should be ported to bytestring, and added to the extralibs bundle
  • Simple process forking/popen, of type String -> IO String, is needed (the implementation should be in base)

Existing libraries (by problem domain)

See the full libraries list.

GUIs

See GUI libraries

High performance string IO

See String libraries

Binary IO

See Binary IO

Compression

See Compressing data

Encryption

See Crypto libraries

Web frameworks

See Web frameworks

XML processing

See XML handling

Database access

See Databases


Add more problem domains that you feel we need libraries for!