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? Ed