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.


_______________________________________________
Chicken-users mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to