[plt-scheme] suppress welcome message in MzScheme 4.0.2?

From: Matthew Flatt (mflatt at cs.utah.edu)
Date: Sun Jul 13 08:24:17 EDT 2008

At Sat, 12 Jul 2008 22:28:05 -0700, "Peter Michaux" wrote:
> I've upgraded to MzScheme 4.0.2 and the -m command line flag that
> worked in v372 no longer works to suppress the welcome message. Is
> there a way to suppress the welcome message?

There's not a corresponding flag, but the welcome message appears only
with the REPL as triggered by -i (or the implicit -i when no
command-line flags are supplied). You could use -e
"(read-eval-print-loop)" to get a REPL without the welcome message.

Matthew
 


Posted on the users mailing list.