-- Leo's gemini proxy

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

-- Connected

-- Sending request

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

carp


> REPL and build tool for Carp.

More information.


Start a REPL (interactive shell):

carp

Start a REPL with a custom prompt:

carp --prompt "{> }"

Build a `carp` file:

carp -b {path/to/file.carp}

Build and run a file:

carp -x {path/to/file.carp}

Build a file with optimizations enabled:

carp -b --optimize {path/to/file.carp}

Transpile a file to C code:

carp --generate-only {path/to/file.carp}


> 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 06:40:56 2024