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

HowTos

How To Create a Stream Transformer in Dart

How To Create A Service Locator for Dependency Injection in Dart

How To Create A Singleton in Dart

How To Make A HTTP ~POST~ Request with JSON as The Body in Dart or Flutter