
23 Feb
2007
23 Feb
'07
5:54 a.m.
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