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

Flow9

< >

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

Source code:
git clone https://github.com/area9innovation/flow9
#406on PLDB 14Years Old

Platform for safe, easy and productive programming of complex, multi-platform apps with a modern user interface


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 Token Example
Conditionals ✓
Switch Statements ✓
File Imports ✓ import
import runtime;
Comments ✓
// A comment
MultiLine Comments ✓ /* */
/* A comment
*/
Line Comments ✓ //
// A comment
Strings ✓ "

View source

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