Skip to content

cyclone-scheme/popen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Interface to popen POSIX functions

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages