chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] Question about pipe


From: Kon Lovett
Subject: Re: [Chicken-users] Question about pipe
Date: Wed, 11 Mar 2009 11:37:19 -0700


On Mar 11, 2009, at 10:11 AM, Lam Luu wrote:

Hello everyone!

I am trying to write a Scheme script to drive GNU/Go through its stdin/stdout. However, there seems to be no way to create a bi- directional pipe toward another process. On the other hand, when I try to call create-pipe, the returned descriptors seems to be unusable, since it is not a port (even file-write procedure to write to a low-level file descriptor refuses to work).

Is there any way to spawn another process, then catch both of its stdin and stdout?

Try process/process* in Unit posix.



Thank you,
Lam Luu


_______________________________________________
Chicken-users mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/chicken-users

Best Wishes,
Kon







reply via email to

[Prev in Thread] Current Thread [Next in Thread]