/man/man1/racket.1
http://github.com/dyoo/racket · Unknown · 54 lines · 49 code · 5 blank · 0 comment · 0 complexity · 7de78baf575a424de5ca0d2786f94bb0 MD5 · raw file
- .\" 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)