Lam Luu <[email protected]> writes: > Is there any way to spawn another process, then catch both of its > stdin and stdout?
(use posix) (receive (in out pid) (process "gnugo") ...) -- Alex _______________________________________________ Chicken-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/chicken-users
