[Haskell] Second Monad.Reader #20 call for copy

2012-02-21 Thread Edward Z. Yang
Second Call for Copy: The Monad.Reader - Issue 20 - Whether you're an established academic or have only just started learning Haskell, if you have something to say, please consider writing an article for The Monad.Reader! The submission deadline for

[Haskell] (no subject)

2012-02-21 Thread Dan Burton
Haskellers, I'm pleased to announce the first public release of NetSpec, a little Network library to simplify networking tasks that involve a fixed number of connections, using Erlang-esque send and receive primitives. Check out the docs: http://hackage.haskell.org/package/netspec And the repo on

[Haskell] ANNOUNCE: netspec-0.2.0.0

2012-02-21 Thread Dan Burton
The examples are currently written in a fairly brittle style (they assume no exceptions, uninterrupted connection, etc). Recommendations to beef up both the examples and the safety of the framework in general would be greatly appreciated. https://github.com/DanBurton/netspec/tree/master/examples