Dart

From   
  • Optimized for UI. A programming language specialized around the needs of user interface creation.
  • Use hot reload to see the result instantly in running app.
  • Compile to ARM & x64 machine code for mobile, desktop and backend.
  • Dart Native : for programs targeting devices. It includes both a Dart VM with just-in-time compilation and ahead-of-time compiler for producing machine code.