ikarus/lab
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
..
interrupts
prof
SRFI-1.ss * removed stuff from lib directory. 2007-12-01 01:19:45 -05:00
SRFI-1.tests.ss * removed stuff from lib directory. 2007-12-01 01:19:45 -05:00
SRFI-2.ss * removed stuff from lib directory. 2007-12-01 01:19:45 -05:00
SRFI-2.tests.ss * removed stuff from lib directory. 2007-12-01 01:19:45 -05:00
SRFI-6.ss * removed stuff from lib directory. 2007-12-01 01:19:45 -05:00
SRFI-6.tests.ss * removed stuff from lib directory. 2007-12-01 01:19:45 -05:00
SRFI-8.ss * removed stuff from lib directory. 2007-12-01 01:19:45 -05:00
SRFI-8.tests.ss * removed stuff from lib directory. 2007-12-01 01:19:45 -05:00
asm-tests.ss removed some junk files that were in the repository. 2007-12-10 12:00:12 -05:00
cgi-errors-to-browser.ss * removed stuff from lib directory. 2007-12-01 01:19:45 -05:00
cgi.ss * removed stuff from lib directory. 2007-12-01 01:19:45 -05:00
ikarusdoc
optimize-gc.txt
process-example.ss Added a (process "cmd" "args" ...) procedure that execs cmd, passing 2007-12-19 22:46:07 -05:00
read-exprs.ss
streams.ss
sudoku-2.ss
sudoku-hard.txt
sudoku.txt