table of contents
other versions
- buster 7.2+dfsg1-2
- buster-backports 7.9+dfsg1-1~bpo10+1
- testing 7.9+dfsg1-1
- unstable 7.9+dfsg1-2
- experimental 8.2+dfsg1-1
RACKET(1) | General Commands Manual | RACKET(1) |
NAME¶
racket - core Racket implementationSYNOPSIS¶
racket [ option ... ] [ argument ... ]DESCRIPTION¶
Runracket --help
for a list of command-line options and other start-up information.
Supplying no arguments to racket is the same as supplying the -i option for interactive evaluation.
Supplying non-switch, non-configuration arguments to racket is the same as putting -u before the arguments to run the first one as a module-based script.
MORE INFORMATION¶
For further information, runraco docs
to open installed documentation in your web browser.
Alternately, consult the on-line documentation and other information available at
AUTHOR¶
Racket was implemented by Matthew Flatt and PLT. It was originally based on libscheme, written by Brent Benson.SEE ALSO¶
raco(1), drracket(1), gracket(1)May 2010 | 4th Berkeley Distribution |