System Grab Bag

View all TLDR pages from common (or from all pages)

racket

Racket language interpreter. More information: https://racket-lang.org.
  • Start a REPL (interactive shell):
    racket
  • Execute a Racket script:
    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

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.