Eduardo Cavazos wayo.cavazos@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