forked from racket/racket
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathracket.1
54 lines (49 loc) · 968 Bytes
/
racket.1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
.\" dummy line
.TH RACKET 1 "May 2010"
.UC 4
.SH NAME
racket \- core Racket implementation
.SH SYNOPSIS
.B racket
[
.I option ...
] [
.I argument ...
]
.SH DESCRIPTION
Run
.PP
racket --help
.PP
for a list of command-line options and other start-up information.
.PP
Supplying no arguments to
.B racket
is the same as supplying the
.B -i
option for interactive evaluation.
.PP
Supplying non-switch, non-configuration arguments to
.B racket
is the same as putting
.B -u
before the arguments to run the first one as a module-based script.
.SH MORE INFORMATION
For further information, run
.PP
raco docs
.PP
to open installed documentation in your web browser.
.PP
Alternately, consult the on-line
documentation and other information available at
.PP
.ce 1
http://racket-lang.org/
.SH AUTHOR
Racket was implemented by Matthew Flatt and PLT.
It was originally based on libscheme, written by Brent Benson.
.SH SEE ALSO
.BR raco(1),
.BR drracket(1),
.BR gracket(1)