mred(1) The PLT Graphical Scheme implementation

SYNOPSIS

mred [ option ... ] [ argument ... ]

DESCRIPTION

MrEd is the PLT graphical Scheme implementation. It embeds and extends MzScheme with a graphical user interface (GUI) toolbox.

Run


   mred --help

for a list of command-line options and other start-up information.

Supplying no arguments to mred is the same as supplying the -i option for interactive evaluation.

Supplying a single non-switch argument to mred is the same as putting -u before the argument to run it as a module-based script.

MORE INFORMATION

For further information, run


   plt-help

to open installed documentation in your web browser.

Alternately, consult the on-line documentation and other information available at

http://www.plt-scheme.org/software/mred/

AUTHOR

MrEd was implemented by Matthew Flatt ([email protected]), Robert Bruce Findler ([email protected]), and John Clements ([email protected]), based on MzScheme.