Difference between revisions of "Wanted libraries"

From HaskellWiki
Jump to navigation Jump to search
(fmt)
(fmt)
Line 22: Line 22:
 
== Existing libraries (by problem domain) ==
 
== Existing libraries (by problem domain) ==
   
== GUIs ==
+
=== GUIs ===
   
 
See [[Libraries_and_tools/GUI_libraries|GUI libraries]]
 
See [[Libraries_and_tools/GUI_libraries|GUI libraries]]
   
== High performance string IO ==
+
=== High performance string IO ===
   
 
See [[Libraries_and_tools/Data_structures#Strings|String libraries]]
 
See [[Libraries_and_tools/Data_structures#Strings|String libraries]]
   
== Binary IO ==
+
=== Binary IO ===
   
 
See [[Libraries_and_tools/Data_structures#Serialising_data|Binary IO]]
 
See [[Libraries_and_tools/Data_structures#Serialising_data|Binary IO]]
   
== Compression ==
+
=== Compression ===
   
 
See [[Libraries_and_tools/Data_structures#Compressing_data|Compressing data]]
 
See [[Libraries_and_tools/Data_structures#Compressing_data|Compressing data]]
   
== Encryption ==
+
=== Encryption ===
   
 
See [[Libraries_and_tools/Cryptography|Crypto libraries]]
 
See [[Libraries_and_tools/Cryptography|Crypto libraries]]
Line 50: Line 50:
 
See [[Libraries_and_tools/Web_programming#XML|XML handling]]
 
See [[Libraries_and_tools/Web_programming#XML|XML handling]]
   
== Database access ==
+
=== Database access ===
   
 
See [[Libraries_and_tools/Database_interfaces|Databases]]
 
See [[Libraries_and_tools/Database_interfaces|Databases]]

Revision as of 00:48, 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.


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 support
  • Simple process forking/popen


Existing libraries (by problem domain)

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!