Hi Rafael,
On Tue, May 13, 2014 at 8:56 PM, Erik Huelsmann ehuels@gmail.com wrote:
Hi Rafael,
On Mon, May 12, 2014 at 11:20 PM, Sistemas sistemas@dedaloingenieros.comwrote:
Hi:
I'm trying to start some processes and connect them using pipes with ABCL (like Unix shell pipes). I've reviewed the documentation but I haven't found anything. Are I missing something? If not, are there any plans of adding input, output and error parameters for run-program (like SBCL, CCL, etc.)?
There's a function like that in run-program.lisp:
[ snip ]
This makes me discover RUN-PROGRAM:
CL-USER(1): (apropos 'run-program) SYSTEM:RUN-PROGRAM (fbound) RUN-PROGRAM
The following returns the required documentation for me:
CL-USER(2): (documentation #'system:run-program 'function) "<text I pasted for you before>"
Hope that helps you consult the docs!