[Haskell-cafe] A simple telnet client using Conduit

Erik de Castro Lopo mle+hs at mega-nerd.com
Wed Jan 11 22:24:10 CET 2012


Hi all,

I've written a simple telnet client using Michael Snoyman's Conduit
library and was looking for comments as to whether I'm doing it
right. In particular, is my usage of a ResourceT to track a thread
a good idea, necessary or waste of time.

The code is here:

    https://gist.github.com/1596792

Cheers,
Erik
-- 
----------------------------------------------------------------------
Erik de Castro Lopo
http://www.mega-nerd.com/



More information about the Haskell-Cafe mailing list