Measures Concepts
GitHub icon

Flow

Flow - Programming language

< >

Flow is a programming language created in 2014.

Source code:
git clone https://github.com/facebook/flow
#200on PLDB 10Years Old

Try now: Web

Javascript with static type checking.


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 · Search · Add Language · Features · Creators · Resources · About · Blog · Acknowledgements · Queries · Stats · Sponsor · Day 605 · feedback@pldb.io · Logout