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 14:25:11 -0700


On Mar 11, 2009, at 1:45 PM, Lam Luu wrote:

Kon Lovett wrote:
Try process/process* in Unit posix.

Somehow, in my version, process and process* return only 1 values, which is the output of the process.

How you capturing the result of 'process/process*' - something like
        '(receive (in out pid err) (process* ...) ...)'
or
        '(let-values (((in out pid err) (process* ...))) ...)'?

The version (returned by "csi -v") is
Version 3.4.0 - linux-unix-gnu-x86-64 [ 64bit manyargs dload ptables applyhook ]

This mismatches with the documentation on chicken.wiki.br, of course.

Thank you,
Lam Luu

Best Wishes,
Kon






reply via email to

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