Introduction
This document is a work-in-progress and is not normative. It only applies to version 4 of the Rant language.
Found an error? Want something improved? Submit an issue or a pull request!
This documentation is a reference for the language features, standard library, and major runtime features of version 4.x of Rant. While every effort is made to make the documentation as approachable as possible, it is not primarily intended to be a beginner's guide to the language.
Scope
This documentation is divided into the following chapters:
- Language features: Overview of Rant as a language.
- Runtime features: Overview of features specific to the runtime.
- Standard library: Reference for the functions found in the Rant Standard Library.
- Glossary: Familiarize yourself with Rant's terminology.
Other helpful resources
For API documentation, see docs.rs.
For a step-by-step beginner's guide to Rant, see the Getting Started page on the Rant website.