Re: [Haskell-cafe] Re: Emulating bash pipe/ process lib

2006-02-22 Thread Bulat Ziganshin
Hello Simon, Tuesday, February 21, 2006, 4:05:57 PM, you wrote: i'm not very interested to do something fascinating in this area. it seems that it is enough to do 1) non-blocking read of the entire buffer on input 2) flush buffer at each '\n' at output that should be enough to implement

[Haskell-cafe] Re: Emulating bash pipe/ process lib

2006-02-22 Thread Simon Marlow
Bulat Ziganshin wrote: Tuesday, February 21, 2006, 4:05:57 PM, you wrote: i'm not very interested to do something fascinating in this area. it seems that it is enough to do 1) non-blocking read of the entire buffer on input 2) flush buffer at each '\n' at output that should be enough to

[Haskell-cafe] Re: Emulating bash pipe/ process lib

2006-02-21 Thread Simon Marlow
Bulat Ziganshin wrote: Friday, February 10, 2006, 2:53:25 PM, you wrote: i'm not very interested to do something fascinating in this area. it seems that it is enough to do 1) non-blocking read of the entire buffer on input 2) flush buffer at each '\n' at output that should be enough to

[Haskell-cafe] Re: Emulating bash pipe/ process lib

2006-02-09 Thread Simon Marlow
Marc Weber Marc Weber wrote: Hi. I want to write a little haskell program executing about 4 programs passing data via pipes. As my python script seems to be slower than a bash script I want to try a ghc executable now. It should invoke different parts of a text to speech chain. This way I have