Skip to content

Flow v0.8.0 — Official public release

Choose a tag to compare

@godofecht godofecht released this 05 Aug 11:24
· 909 commits to main since this release

Flow 0.8.0 — official public release

The first annotated public release of the Flow programming language.

Highlights

  • Docs: https://flooooooooooow.github.io/flow/
  • Self-hosting: Stage-A flowc under compiler/plan
  • Declarative ordering, GPU/unified memory, fill-shaders, dynamics/constraints/units
  • Community: Code of Conduct, Security Policy, CITATION.cff, Governance

Install

git clone https://github.com/flooooooooooow/flow.git
cd flow
git checkout v0.8.0
./flow run examples/basics/hello_world.flow

Or download the source archives attached to this release.

Links