Can 'goo' be invoked in a batch mode, where you can tell it to execute a goo script, then terminate? Example: =================test.goo================================ (df hello () (writeln out "Hello, World.")) (hello) ========================================================= #> goo -e hello.goo Hello, World. #> Thanks, -Brent