Introduction
Getting Started
1.
Installing & Contributing
2.
Hello world
Understanding Bismuth
3.
Introduction to Process Calculi
4.
Channels
5.
Linear Types
Reference Guide
6.
Types
❱
6.1.
Box
6.2.
boolean
6.3.
int
6.4.
str
6.5.
Unit
6.6.
Fixed-length Arrays
6.7.
Dynamic-length Arrays
6.8.
enum
6.9.
struct
6.10.
func
6.11.
Program
6.12.
Channel
7.
Control Flow
❱
7.1.
If/Else
7.2.
Select
7.3.
While
7.4.
For
7.5.
Match
8.
Misc
Changelog
9.
Changelog
❱
9.1.
V1.3.6
9.2.
V1.3.6
9.3.
V1.3.5
9.4.
v1.3.4
9.5.
v1.3.3
9.6.
v1.3.2
Technical Specifications
10.
Versioning
Light
Rust
Coal
Navy
Ayu
Bismuth Documentation
1.3.5 (Pre-Alpha) - 2024-12-22
Bugs
Corrects array accesses to use unsigned numbers instead of signed
Addresses several small bugs with inferring integer types & improves handling of generics