Up: Command-Line Tools   [Contents][Index]


19.1.1 Racket Command

raco

provides a command-line interface to many additional tools for compiling Racket programs and maintaining a Racket installation. The ‘raco’ program supports various Racket tasks from a command line.

See https://docs.racket-lang.org/raco/index.html

raco help

to get a complete list of available commands for your installation.

raco make

compiles Racket source to bytecode

raco exe

create stand-alone executables

raco setup

manages a Racket installation, including manually installed packages.

raco pkg

manages packages that can be installed through the Racket package manager.

raco test

run tests

raco doc

documentation search

raco scribble

building documentation

raco read

reading and pretty-printing