Dart!

* API Reference http://docs.flutter.io/flutter
API Reference * Dart VM http://dartlang.org/dart-vm
Dart VM * Install Dart http://dartlang.org/install
Install Dart * API Reference https://api.dartlang.org
API Reference Watch the videos for Dart Developer Summit 2016. https://www.youtube.com/playlist?list
PLOU2XLYxmsILKY-A1kq4eHMcku3GMAyp2 Open in DartPad https://dartpad.dartlang.org/fb763a4a770b5cdd896982e10ccf4118

Dart alternatives

  • CoffeeScript

  • CoffeeScript is a little language that compiles into JavaScript. Underneath all those awkward braces and semicolons, JavaScript has always had a gorgeous object model at its heart. CoffeeScript is an attempt to expose the good parts of JavaScript in a simple way. You can use any existing JavaScript library seamlessly from CoffeeScript (and vice-versa).

    tags: programming-language web-development
  • Haskell

  • Haskell is an advanced purely-functional programming language. An open-source product of more than twenty years of cutting-edge research, it allows rapid development of robust, concise, correct software. With strong support for integration with other languages, built-in concurrency and parallelism, debuggers, profilers and rich libraries.

    tags: development programming-language
  • Typescript

  • Now acquired by MICROSOFT. TypeScript is a language for application-scale JavaScript development. It is a typed superset of JavaScript that compiles to plain JavaScript in any browser, any host, any OS and it is Open Source.

    tags: compilers interpreter javascript-development object-oriented-language open-source