stktrc> This works as expected:
stktrc> (run (| (ls) (cat))
stktrc> But this just hangs:
stktrc> (run (|+ ((1 0)) (ls) (cat))
stktrc> Shouldn't both work equivalently?
Yes they should. There was a bug in fork/pipe+ that I have fixed for
0.6.4 which should be released by the end of the week.
--
Martin