Quickstart
After installing Carp, you’ll probably want to play around
with it a bit. Documentation for Carp is currently a little sparse, but we do
have some references to point you to!
Language Guides
- There is a language overview
in the docs that will help you get started with the language.
- If you want to know more about the internals of the Carp compiler, there is
a document
on that as well.
- If you want to learn more about how to write macros, check out this
guide!