ikarus/lib
Abdulaziz Ghuloum 6eb6bf750d Added a (process "cmd" "args" ...) procedure that execs cmd, passing
args to it, and returns 4 values: 
* the process's pid
* the process's standard-input-port  (for writing)
* the process's standard-output-port (for reading)
* the process's standard-error-port  (for reading)
See lab/process-example.ss for a sample usage.
2007-12-19 22:46:07 -05:00
..
streams renamed the extras directory to be lib. 2007-12-01 01:21:18 -05:00
Makefile.am moved match.ss and pregexp.ss to the lib directory and modified 2007-12-19 17:39:26 -05:00
Makefile.in Added a (process "cmd" "args" ...) procedure that execs cmd, passing 2007-12-19 22:46:07 -05:00
match.ss moved match.ss and pregexp.ss to the lib directory and modified 2007-12-19 17:39:26 -05:00
pregexp.ss moved match.ss and pregexp.ss to the lib directory and modified 2007-12-19 17:39:26 -05:00
streams.ss renamed the extras directory to be lib. 2007-12-01 01:21:18 -05:00