Flogram
Build Fast Programs Fast
High Productivity>
- Simple mental model
- Simplify debugging
- Improve readability
- Acyclical data structures
High Performance>
- No garbage collector (GC)
- Allocate memory in bulk
- Automatic threading
- Automatic async
- Automatic ownership
- ~3x less memory than GC
High Security>
- Memory Safe
- Thread Safe
- Type Safe
- No Nulls