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

Flow9

< >

Flow9 is a programming language created in 2010 by Dmitry Solomennikov.

#417on PLDB 14Years Old
Download source code:
git clone https://github.com/area9innovation/flow9
Homepage · Source Code

The flow programming language, a safe, functional strongly-typed programming language


Example from the web:
import runtime; main() { println("Hello world"); }
Flow9 Keywords
import require export forbid native if else cast unsafe switch default

Language features

Feature Supported Example Token
Conditionals ✓
Switch Statements ✓
File Imports ✓ import runtime; import
Comments ✓ // A comment
MultiLine Comments ✓ /* A comment */ /* */
Line Comments ✓ // A comment //
Strings ✓ "
- Build the next great programming language · Add · About · Search · Keywords · Livestreams · Labs · Resources · Acknowledgements · Part of the World Wide Scroll