Wanted libraries

From HaskellWiki
Revision as of 00:22, 11 December 2006 by DonStewart (talk | contribs) (Recommendations moved to Wanted libraries)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

(This is currently only a skeleton page. The idea is to provide an overview of different options to guide users looking for specific functionality. Please elaborate on any topic below, or add new ones. We can also create separate pages if some of the topics become to verbose. --KetilMalde 14:11, 21 August 2006 (UTC))


String IO

Data.ByteString

Uses arrays of bytes to represent strings, provides a rich set of operations, and is generally very fast and compact. The Lazy modules support files larger than memory. Provides a Char interface, currently offering only the direct mapping from byte value to codepoint.

Streams

  • Author: Bulat
  • ...

Binary IO

NewBinary


Database access

HDBC

HaskellDB

Takusen


GUI

Gtk2Hs

wxHaskell