After reading 17.7.2 of the gambit documentation, I see that<br><br>(define p (open-process ...))<br><br>will give me an input-output port where I can write to the process and read from the process.<br><br>However, how do I wait to see when this process has ended?<br>
<br>Thanks!<br>