Flow9 is a programming language created in 2010 by Dmitry Solomennikov.
| #432on PLDB | 16Years Old |
git clone https://github.com/area9innovation/flow9The flow programming language, a safe, functional strongly-typed programming language
import runtime;
main() {
println("Hello world");
}import require export forbid native if else cast unsafe switch default| Feature | Supported | Example | Token |
|---|---|---|---|
| Conditionals | ✓ | ||
| Switch Statements | ✓ | ||
| File Imports | ✓ | import runtime; | import |
| Comments | ✓ | // A comment | |
| MultiLine Comments | ✓ | /* A comment */ | /* */ |
| Line Comments | ✓ | // A comment | // |
| Strings | ✓ | " |