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

From: Grant Rettke (grettke at acm.org)
Date: Mon Jul 21 15:03:39 EDT 2008

Thanks for responding!

 I read:

doc/reference/running-sa.html

and found that I am the bug.

When I cut over to 4.x I moved everything into packages, including my
scripts (I did so without thinking, hence the bug).

Question: being that all of the code is now in modules, the right way
to run the program is this?

mzscheme --require [some file with the module]

When you run mzscheme like this, to what command line arguments is it
equivelant?

mzscheme [some file with the module]

Because both of the previous command line options appear to do the same thing.


Posted on the users mailing list.