Dart
Dart is a statically typed language since version 2.
Compile with AOT
dart2aot test.dart test.aot
ls
test.aot test.aot.dill test.dart
dartaotruntime test.aot
Dart is a statically typed language since version 2.
dart2aot test.dart test.aot
ls
test.aot test.aot.dill test.dart
dartaotruntime test.aot