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