[Haskell-cafe] Emulating bash pipe/ process lib

Kurt Hutchinson kelanslists at gmail.com
Thu Feb 9 08:48:29 EST 2006


On 2/9/06, Marc Weber Marc Weber <marco-oweber at gmx.de> 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 one interface then.

There is also the HsShellScript library, which has many utilities for
using Haskell as a shell programming language, including good support
for piping. You can find it here:

http://www.volker-wysk.de/hsshellscript/

--
Kurt


More information about the Haskell-Cafe mailing list