[Armedbear-devel] Question about pipes

Erik Huelsmann ehuels at gmail.com
Tue May 13 19:02:18 UTC 2014


Hi Rafael,


On Tue, May 13, 2014 at 8:56 PM, Erik Huelsmann <ehuels at gmail.com> wrote:

> Hi Rafael,
>
>
> On Mon, May 12, 2014 at 11:20 PM, Sistemas <sistemas at dedaloingenieros.com>wrote:
>
>> 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!


-- 
Bye,

Erik.

http://efficito.com -- Hosted accounting and ERP.
Robust and Flexible. No vendor lock-in.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/armedbear-devel/attachments/20140513/8812f9be/attachment.html>
-------------- next part --------------
_______________________________________________
Armedbear-devel mailing list
Armedbear-devel at common-lisp.net
http://common-lisp.net/cgi-bin/mailman/listinfo/armedbear-devel


More information about the armedbear-devel mailing list