<div dir="ltr">I understand that Gambit has slightly special stdin/stdout IO routines because of its async design.<div><br></div><div>However I guess that not is a reason for it to be so quirky that it would break Unix piping behavior.</div><div><br></div><div>Also Unix piping is a totally reasonable usecase.</div><div><br></div><div>Piping the *output* seems to work better though, this works on at least two unices: <span style="font-family:monospace,monospace">gsc -e '(display "Hello world\n")' > myfile</span> (In the past I saw some weird output-related behavior, that CTRL+Z not really suspended a process on Linux and the Gambit process would keep running and outputting as usual, but I believe it was fixed at some point.)</div><div><br></div><div>Now back to stdin piping:</div><div><br></div><div>Can Gambit be made to conform without additional arguments, or are arguments or hacks needed, what's the big picture, challenges and needs here, how fix?</div><div><br></div><div><br></div></div>