[gambit-list] Read from stdin

Alex Shinn alexshinn at gmail.com
Thu Apr 16 05:18:22 EDT 2009


Eduardo Cavazos <wayo.cavazos at gmail.com> writes:

> Hello,
>
> Other Schemes (like Chicken, Ypsilon, Larceny, and Ikarus) will read 
> from stdin by default. For example:
>
>      echo '(+ 1 1)' | csi
>
> However, this doesn't work with 'gsi'. Is there a way to
> get this to work?

$ echo '(println (+ 1 1))' | gsi /dev/stdin

-- 
Alex



More information about the Gambit-list mailing list