System Grab Bag

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

carp

REPL and build tool for Carp. More information: https://carp-lang.github.io/carp-docs/Manual.html.
  • 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}}

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.