<div dir="ltr">Ah, yes of course -e works universally; I meant universal in the sense pluripotent, panacea, here, that is, that there are instances when you want to launch gsc with code parameters, but they don't fit well into a command line argument, so it's not universal in the sense that -e can't receive code as parameters also via stdin. Only that.<br><div class="gmail_extra"><br><div class="gmail_quote">2016-07-13 22:28 GMT+08:00 Marc Feeley <span dir="ltr"><<a href="mailto:feeley@iro.umontreal.ca" target="_blank">feeley@iro.umontreal.ca</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I’m not sure what you mean when you say the “-e” command line option is not universal.  It should work on all platforms, regardless of the OS.<br>
<span class="HOEnZb"><font color="#888888"><br>
Marc<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
> On Jul 13, 2016, at 1:22 AM, Adam <<a href="mailto:adam.mlmb@gmail.com">adam.mlmb@gmail.com</a>> wrote:<br>
><br>
> Marc,<br>
><br>
> How do I pipe commands into Gambit on "all" unices?<br>
><br>
> The "-e" argument is not universal so I may just want to pipe to Gambit's stdin.<br>
><br>
> The following just brings you a REPL with no input made to it, and you do the typing - does Gambit use some very exotic means of console input, or does it empty its read buffer at start?? If so why, and how do I make it simply use "stdin"?<br>
><br>
> cat << 'eof' | gsc<br>
><br>
> (display "Hello world\n")<br>
> ,q<br>
><br>
> eof<br>
><br>
><br>
> Thanks<br>
><br>
<br>
</div></div></blockquote></div><br></div></div>