Wanted libraries
From HaskellWiki
(Difference between revisions)
(port page) |
(fmt) |
||
| Line 1: | Line 1: | ||
| - | This page provides | + | 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 [[Libraries_and_tools/GUI_libraries|GUI libraries]] |
| - | + | ||
| - | + | == High performance string IO == | |
| - | | | + | |
| + | See [[Libraries_and_tools/Data_structures#Strings|String libraries]] | ||
== Binary IO == | == Binary IO == | ||
| - | + | See [[Libraries_and_tools/Data_structures#Serialising_data|Binary IO]] | |
| - | + | == Compression == | |
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | See [[Libraries_and_tools/Data_structures#Compressing_data|Compressing data]] | |
| - | == | + | == Encryption == |
| - | + | See [[Libraries_and_tools/Cryptography|Crypto libraries]] | |
| - | === | + | === Web frameworks === |
| - | + | See [[Libraries_and_tools/Web_programming#Web_frameworks|Web frameworks]] | |
| - | === | + | === XML processing === |
| - | == | + | See [[Libraries_and_tools/Web_programming#XML|XML handling]] |
| + | |||
| + | == Database access == | ||
| - | + | See [[Libraries_and_tools/Database_interfaces|Databases]] | |
| - | |||
Add more problem domains that you feel we need libraries for! | Add more problem domains that you feel we need libraries for! | ||
Revision as of 00:46, 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.
Contents |
1 Missing libraries (by problem domain)
Add any common problem areas for which libraries are missing.
2 Could be improved
Problems with existing solutions, that could be improved.
- Binary support
- Simple process forking/popen
3 Existing libraries (by problem domain)
4 GUIs
See GUI libraries
5 High performance string IO
See String libraries
6 Binary IO
See Binary IO
7 Compression
See Compressing data
8 Encryption
See Crypto libraries
8.1 Web frameworks
See Web frameworks
8.2 XML processing
See XML handling
9 Database access
See Databases
Add more problem domains that you feel we need libraries for!
