Complete language specification, standard library reference, and guides for the Flux programming language.
Complete specification of the Flux language: syntax, types, memory model, operators, templates, comptime, and more.
All keywords including unique example programs for each, old school style.
All operators definitions with descriptions and example usages.
The Standard Library. Only contains information about known-good libraries. There may be undocumented stdlib code, those libraries are not stable. Refer here for stable libraries.
Contains information about the inner workings of the borrow checker. If in doubt, check here.
All information regarding the Flux VM can be found here. The borrow checker utilizes FVM for dynamic analysis.
Contains information on creating and downloading packages, adding package sources, and publishing new packages.