<div>Hi,</div><div><br></div><div>I wrote a very simple library iolib.process, which allows you to run child</div><div>processes and interact with them through the standard IO-streams. In contrast</div><div>to the sb-ext:run-programm and similar tools offered by implementations,</div>
<div>iolib.process not depend on the specific implementation, but only on iolib.syscalls</div><div>and iolib.streams. iolib.process should work on all Unix-systems, tested on</div><div>Linux with SBCL, Clozure CL and CLISP. Perhaps, after appropriate revision,</div>
<div>it makes sense to include this library in the iolib.</div><div><br></div><div>URL: <a href="http://github.com/archimag/iolib.process/">http://github.com/archimag/iolib.process/</a></div><div><br></div><div>Moskvitin Andrey</div>