Hi, Re-asking the question: Is there a straightforward way from PicoLisp, when executing an external process, to get stderr on a separate channel? I'd like to do something like (pipe) where I can connect stdin and stdout, but have an additional channel for the child's stderr
/Lindsay On Wed, Jan 15, 2025 at 10:02 AM Lindsay Lawrence < lawrence.lindsayj...@gmail.com> wrote: > Hi, > > When calling, or piping, to an external process from picolisp, is there a > way to connect the stderr of that process on another channel as well, so > that it can be read, and distinguished, from stdout. > > > /Lindsay >