1DRRACKET(1) General Commands Manual DRRACKET(1)
2
3
4
6 drracket - the Racket programming environment
7
9 drracket [ Xoption ... ] [ file ... ]
10
12 DrRacket is the Racket programming environment.
13
14 The drracket program treats non-switch command-line arguments as files
15 to open.
16
17
19 When running in X11, DrRacket accepts the following standard Xoptions:
20 -display disp, -geometry geom, -bg color, -background color, -fg color,
21 -foreground color, -fn font, -font font, -iconic, -name name, -rv,
22 -reverse, +rv, -selectionTimeout time, -synchronous, -title name, -xnl‐
23 language lang, -xrm file.
24
25 In addition, the option -singleInstance is treated like an X option (it
26 must appear before all other options), and it runs DrRacket in single-
27 instance mode. In single-instance mode, when an existing instance is
28 running with the same host and executable name, all non-option argu‐
29 ments are treated as file names and sent to the existing instance.
30
31
33 For further information, run
34
35 raco docs
36
37 to open installed documentation in your web browser.
38
39
40 Alternately, consult the on-line documentation and other information
41 available at
42
43 http://racket-lang.org/
44
45
47 DrRacket was implemented by PLT.
48
50 raco(1), racket(1), gracket(1)
51
52
53
544th Berkeley Distribution May 2010 DRRACKET(1)