drracket - the Racket programming environment
Contents
Description
DrRacket is the Racket programming environment.
The drracket program treats non-switch command-line arguments as files to open.
More Information
For further information, run
raco docs
to open installed documentation in your web browser.
Alternately, consult the on-line documentation and other information available at
http://racket-lang.org/Name
drracket - the Racket programming environment
See Also
raco(1),racket(1),gracket(1) 4th Berkeley Distribution May 2010 DRRACKET(1)
Synopsis
drracket [ Xoption... ] [ file... ]
X Options
When running in X11, DrRacket accepts the following standard Xoptions: -displaydisp, -geometrygeom, -bgcolor, -backgroundcolor, -fgcolor, -foregroundcolor, -fnfont, -fontfont, -iconic, -namename, -rv,
-reverse, +rv, -selectionTimeouttime, -synchronous, -titlename, -xnllanguagelang, -xrmfile.
In addition, the option -singleInstance is treated like an X option (it must appear before all other
options), and it runs DrRacket in single-instance mode. In single-instance mode, when an existing
instance is running with the same host and executable name, all non-option arguments are treated as file
names and sent to the existing instance.
