The Language

How to learn the language

Documents about the language itself.

Learning the Language

The documentation for the language itself is in the process of being written. Bramble is currently both very young and very similar to Rust, so it’s easy to learn. As such, for the launch of this website, the documentation has focused on building the compiler and unique features of the language (such as Thorn). In the near future, full documentation will be made for the language but for its current state and to cover through every evolution.

The best place to start for learning the current Bramble langauge rules is to look at the large suite of integration tests in the Bramble repository: ./tests/src. These integration tests are categorized by the language feature they are testing. So, they give both a reference for all the features and examples of how to use those features.


Last modified February 7, 2022: adding a note about docs (373495f)