Top 1K Features Creators Events Podcasts Books Extensions Interviews Blog Explorer CSV

Flow

< >

Flow is a programming language created in 2014.

#127on PLDB 10Years Old
Download source code:
git clone https://github.com/facebook/flow
Homepage · REPL · Source Code · Twitter · Docs

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 Example Token
Comments ✓ // A comment
Line Comments ✓ // A comment //
Semantic Indentation X

- Build the next great programming language · Add · About · Search · Keywords · Livestreams · Labs · Resources · Acknowledgements

Built with Scroll v144.0.0