-- Leo's gemini proxy

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

-- Connected

-- Sending request

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

scheme


> MIT Scheme language interpreter and REPL (interactive shell).

More information.


Start a REPL (interactive shell):

scheme

Run a scheme program (with no REPL output):

scheme --quiet < {script.scm}

Load a scheme program into the REPL:

scheme --load {script.scm}

Load scheme expressions into the REPL:

scheme --eval "{(define foo 'x)}"

Open the REPL in quiet mode:

scheme --quiet


> 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 Tue May 21 05:48:22 2024