Docs
The Camp documentation is split into guides for learning the language, using the compiler, and reading generated API references. Start with the language guide if you are new to Camp; use the other sections when you need the compiler, standard library, or package surface in front of you.
Language Guide Learn Camp as a language for writing clear C-like code, from small programs through declarations, types, allocation, errors, generics, iterators, async, and interop. Compiler Guide Use campc, build files, packages, targets, metadata, diagnostics, editor tooling, debugging, and standard-library build integration. Standard Library API Browse the standard library surface generated from Camp metadata. Package APIs Browse generated API references for packages hosted in pkg.camplang.org.