|
From: Alex S. <ale...@gm...> - 2009-04-23 02:06:51
|
Shiro Kawai <sh...@la...> writes: > From: Lasse Kliemann <las...@ma...> > Subject: [Gauche-devel] pipe chain > Date: Wed, 22 Apr 2009 23:13:17 +0200 > >> How can I connect serveral sub-processes by pipes, like in shell >> I do with 'cmd1 | cmd2 | cmd3' ? > > This feature has been sitting on the TODO list for long long time. > Implementing it won't be very difficult, but coming up a right > API isn't trivial if we want flexibility more than a simple pipeline. > Scsh has very thorough support on process control but I'm a bit > uncomfortable with its syntax. I've actually been working on a SRFI for this, I'd encourage anyone interested to join the discussion when it's open. -- Alex |