Skip to content
cyclone-scheme edited this page Jul 6, 2021 · 2 revisions

Content automatically generated. Contributions from the community are very welcomed at the bottom of this file.

Cyclone Scheme interface to the POSIX popen functions.

(popen command)

Run the given command and return a port that can be used to read output from the command.

(pclose port)

Close the port generated by a previous call to popen.


Contributions from the community:

Clone this wiki locally