chicken-users
[Top][All Lists]
Advanced

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

[Chicken-users] quick port question


From: john
Subject: [Chicken-users] quick port question
Date: Fri, 23 Feb 2007 17:05:01 +0000

Hi. Are ports automatically closed when out of scope?

For example, in something like this:

(receive (in out pid)
   (process "/usr/bin/uptime")
 (read-string #f in))

What is the recommended Scheme/Chicken way to run Unix/shell commands
and read their output?

Cheers,

John.




reply via email to

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