Difference between revisions of "Iteratee I/O"

From HaskellWiki
Jump to navigation Jump to search
(wai)
(yesodweb link)
Line 26: Line 26:
 
* [http://hackage.haskell.org/package/usb-0.4 usb 0.4]: Communicate with USB devices
 
* [http://hackage.haskell.org/package/usb-0.4 usb 0.4]: Communicate with USB devices
 
* [http://hackage.haskell.org/package/sstable sstable]: SSTables in Haskell
 
* [http://hackage.haskell.org/package/sstable sstable]: SSTables in Haskell
* [http://hackage.haskell.org/package/wai WAI]: a Web Application Interface for haskell web frameworks (used by Yesod).
+
* [http://hackage.haskell.org/package/wai WAI]: a Web Application Interface for haskell web frameworks (used by [http://www.yesodweb.com Yesod]).
   
 
Packages:
 
Packages:

Revision as of 22:28, 20 July 2011

This article is a stub. You can help by expanding it.

Iteratee I/O is a way to avoid the problems that can occur with lazy I/O.

Discussions elsewhere on this wiki include:

Essays by Oleg:

Other discussions:

Uses of Iteratee I/O:

  • hyena: The Hyena web application server
  • Snap : The Snap web framework
  • yaml: Low-level binding to the libyaml C library]
  • usb 0.4: Communicate with USB devices
  • sstable: SSTables in Haskell
  • WAI: a Web Application Interface for haskell web frameworks (used by Yesod).

Packages: