Top 1,000 Features Creators Resources Blog Explorer Download
GitHub icon

Flow

< >

Flow is a programming language created in 2014.

#167on PLDB 10Years Old
Download source code:
git clone https://github.com/facebook/flow

Try now: Web

Adds static typing to JavaScript to improve developer productivity and code quality.


Example from the web:
// @flow function square(n: number): number { return n * n; } square("2"); // Error!

Language features

Feature Supported Token Example
Comments ✓
// A comment
Line Comments ✓ //
// A comment
Semantic Indentation X

View source

- Build the next great programming language · About · Acknowledgements · Extensions · Day 630 · Donate · feedback@pldb.io