Difference between revisions of "Iteratee I/O"

From HaskellWiki
Jump to navigation Jump to search
(remove link to dead hyena project)
(Added a link to The Monad.Reader Issue 16)
Line 16: Line 16:
 
Other discussions:
 
Other discussions:
   
  +
* [http://themonadreader.wordpress.com/2010/05/12/issue-16/ The Monad.Reader Issue 16]; see the section "Iteratee: Teaching an Old Fold New Tricks" by John W. Lato
 
* [http://www.yesodweb.com/book/enumerator Yesod Book: Enumerator Package]
 
* [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!]

Revision as of 12:23, 15 November 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:

  • 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: