I am pleased to <span class="il">announce</span> the first release of hyena, a library for building web servers, based on the work on iteratee style I/O by Oleg Kiselyov.<br><br>The library allows you to create web servers that consume their input incrementally, without resorting to lazy I/O. This should lead to more predictable resource usage.<br>

<br>This is an early alpha release so expect the API to change in the future. In particular, I&#39;m working on converting the current definition of iteratees/enumerators used to the one in the iteratee package [1]. I decided to release this version, based on a simple left fold, due to requests by several people who already started using hyena.<br>

<br>Get it:<br>
<br>
    cabal install hyena<br>
<br>
And on Hackage:<br>
<br>
    <a href="http://hackage.haskell.org//package/hyena">http://hackage.haskell.org//package/hyena</a><br><br>1. <a href="http://hackage.haskell.org/package/iteratee">http://hackage.haskell.org/package/iteratee</a><br><br>

-- Johan<br><br>