explain gracket a bit better in the Guide

This commit is contained in:
Matthew Flatt 2010-11-27 18:54:32 -07:00
parent 57f0fe8414
commit e20b411712

View File

@ -18,6 +18,12 @@ explains how to run @exec{racket} and @exec{gracket}.
@section[#:tag "racket"]{Running @exec{racket} and @exec{gracket}}
The @exec{gracket} executable is the same as @exec{racket}, but with
small adjustments to behave as a GUI application rather than a console
application. For example, @exec{gracket} by default runs in
interactive mode with a GUI window instead of a console prompt. GUI
applications can be run with plain @exec{racket}, however.
Depending on command-line arguments, @exec{racket} or @exec{gracket}
runs in @seclink["start-interactive-mode"]{interactive mode},
@seclink["start-module-mode"]{module mode}, or