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
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
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