-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

racket


> Racket language interpreter.

More information.


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


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Fri May 17 00:54:14 2024