gracket.1
1 \" dummy line 2 .TH GRACKET 1 "May 2010" 3 .UC 4 4 .SH NAME 5 gracket \- the GUI Racket implementation 6 .SH SYNOPSIS 7 .B gracket 8 [ 9 .I option ... 10 ] [ 11 .I argument ... 12 ] 13 14 .SH DESCRIPTION 15 GRacket is the GUI-application variant of 16 .BR racket . 17 18 .PP 19 Run 20 .PP 21 gracket --help 22 .PP 23 for a list of command-line options and other start-up information. 24 25 .PP 26 Supplying no arguments to 27 .B gracket 28 is the same as supplying the 29 .B -i 30 option for interactive evaluation. 31 32 .PP 33 Supplying non-switch, non-configuration arguments to 34 .B gracket 35 is the same as putting 36 .B -u 37 before the arguments to run the first one as a module-based script. 38 39 .SH MORE INFORMATION 40 For further information, run 41 .PP 42 raco docs 43 .PP 44 to open installed documentation in your web browser. 45 46 .PP 47 Alternately, consult the on-line 48 documentation and other information available at 49 .PP 50 .ce 1 51 http://racket-lang.org/ 52 53 .SH AUTHOR 54 GRacket was implemented by Matthew Flatt (mflatt@racket-lang.org), 55 Robert Bruce Findler (robby@racket-lang.org), 56 John Clements (clements@racket-lang.org), and PLT. 57 58 .SH SEE ALSO 59 .BR raco(1), 60 .BR drracket(1), 61 .BR racket(1)