Hi,

Am Samstag, den 06.04.2013, 03:09 -0400 schrieb Ryan Newton:

> This is an NCurses front end for visualizing a dynamic collection of
> text streams (e.g. as produced by "make -j" or "cabal -j").  It just
> splits the window when more streams appear.
> 
> 
>    http://hackage.haskell.org/package/hydra-print
> 
>    http://parfunk.blogspot.com/2013/04/hydra-print.html
> 
> 
> Right now I'm using it for the monad-par benchmark script, but I hope
> to provide a cabal patch soon.

just FYI, there is a related library,
http://hackage.haskell.org/package/concurrentoutput, that will not split
the view but interleave the lines of each thread as they finish, but
append additional data before the newline (e.g. ".....") to the right
line.

Greetings,
Joachim

-- 
Joachim "nomeata" Breitner
Debian Developer
  nome...@debian.org | ICQ# 74513189 | GPG-Keyid: 4743206C
  JID: nome...@joachim-breitner.de | http://people.debian.org/~nomeata

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to