Difference between revisions of "Iteratee I/O"

From HaskellWiki
Jump to navigation Jump to search
(Added a remark about iterIO not being compilable on Windows)
(Added a link to "Yesod Book: Enumerator Package")
Line 16: Line 16:
 
Other discussions:
 
Other discussions:
   
  +
* [http://www.yesodweb.com/book/enumerator Yesod Book: Enumerator Package]
 
* [http://sites.google.com/site/haskell/notes/lazy-io-considered-harmful-way-to-go-left-fold-enumerator Lazy IO considered harmful; way to go, Left-fold enumerator!]
 
* [http://sites.google.com/site/haskell/notes/lazy-io-considered-harmful-way-to-go-left-fold-enumerator Lazy IO considered harmful; way to go, Left-fold enumerator!]
 
* [http://inmachina.net/~jwlato/haskell/iteratee/ A Darcs repository of an alternative implementation]
 
* [http://inmachina.net/~jwlato/haskell/iteratee/ A Darcs repository of an alternative implementation]

Revision as of 17:52, 10 May 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-handler-snap: Web Application Interface handler using snap-server

Packages: