racket
Racket language interpreter.
- Start a REPL (interactive shell):
racket
racket {path/to/script.rkt}
- Execute a Racket expression:
racket --eval "{expression}"
- Run module as a script (terminates option list):
racket --lib {module_name} --main {arguments}
- Start a REPL (interactive shell) for the `typed/racket` hashlang:
racket -I typed/racket
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).