racket/man/man1/racket.1
Matthew Flatt 0011b386ba minor man-page corrections
Merge to 5.1
2011-02-01 08:01:17 -07:00

55 lines
968 B
Groff

.\" 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)