Re: inordinate amount of output
Taylor R Campbell <[email protected]>
| Newsgroups | gmane.lisp.scheme.scheme48 |
|---|---|
| Message-ID | <[email protected]> |
Date: Sun, 22 Mar 2009 15:24:16 +0100 From: "Marijn Schouten (hkBst)" <[email protected]> try this at your bash prompt: $ scheme48 <<< '(load "nonexistent")' Is it really necessary that over 200 lines of output are generated? Necessary, no, but reasonable, yes, because you entered Scheme48's interactive mode. Try running `scheme48 -a batch' instead.