[Haskell-cafe] Re: process
Donald Bruce Stewart
dons at cse.unsw.edu.au
Fri Feb 23 05:54:52 EST 2007
h._h._h._:
> I have in mind something as connections via pipes to the chils's stdin, stdout
> and stderr, but the stream library just supports internal pipes, and posix
> require Unix. By this means it's not possible to request, receive and than
> respond,... with the process. Does there exist an alternative way?
>
I usually use System.Process for this kind of thing.
http://haskell.org/ghc/docs/latest/html/libraries/base/System-Process.html
-- Don
More information about the Haskell-Cafe
mailing list