1RACKET(1) General Commands Manual RACKET(1)
2
3
4
6 racket - core Racket implementation
7
9 racket [ option ... ] [ argument ... ]
10
12 Run
13
14 racket --help
15
16 for a list of command-line options and other start-up information.
17
18
19 Supplying no arguments to racket is the same as supplying the -i option
20 for interactive evaluation.
21
22
23 Supplying non-switch, non-configuration arguments to racket is the same
24 as putting -u before the arguments to run the first one as a module-
25 based script.
26
27
29 For further information, run
30
31 raco docs
32
33 to open installed documentation in your web browser.
34
35
36 Alternately, consult the on-line documentation and other information
37 available at
38
39 http://racket-lang.org/
40
41
43 Racket was implemented by Matthew Flatt and PLT. It was originally
44 based on libscheme, written by Brent Benson.
45
47 raco(1), drracket(1), gracket(1)
48
49
50
514th Berkeley Distribution May 2010 RACKET(1)