Hi, On 2026-05-27 at 23:33+02:00, Ludovic Courtès wrote: > Nicolas Graves skribis: > > In particular, I find pipes and redirection much easier to understand > > and use than what I currently do. > > We don't really do pipes or similar in package definitions though; > what examples did you have in mind?
Please look for open-pipe, and they are not the most intuitive uses of pipes. See also the following piece regarding bidirectional pipe in Lua, which makes me think janet-sh using posix_spawn is a great idea. http://lua-users.org/lists/lua-l/2007-10/msg00189.html Cheers, Phong
