On 2/9/06, Marc Weber Marc Weber <[EMAIL PROTECTED]> 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 _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
