[plt-scheme] mzscheme --script and console output

From: Matthew Flatt (mflatt at cs.utah.edu)
Date: Mon Jul 21 08:16:43 EDT 2008

At Sun, 20 Jul 2008 23:30:53 -0500, "Grant Rettke" wrote:
> In v372 you could run mzscheme with the --script argument on code like this:
> 
> (printf "Hello, world.~n")
> 
> in the console, and output would get dumped to the console, but no in 4.x.
> 
> What changed?

I don't think the `--script'/`-r' flag changed, except that the code in
the given file is evaluated in a much bigger language (`scheme' instead
of `mzscheme' or `scheme/base').

Matthew



Posted on the users mailing list.