Re: Connecting stderr

2025-01-28 Thread Lindsay Lawrence
On Sat, Jan 25, 2025 at 8:56 AM Lindsay Lawrence < lawrence.lindsayj...@gmail.com> wrote: > 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 ha

Re: Connecting stderr

2025-01-28 Thread Lindsay Lawrence
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, J

Connecting stderr

2025-01-28 Thread Lindsay Lawrence
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