DART é uma nova linguagem de programação orientada ao desenvolvimento de aplicações Web estruturada.
DART is a new JavaScript replacement language. DART is a ground-up re-imagining of what JavaScript should be. It requires its own runtime environment (which Google makes available for free under the three-clause BSD license) and has its own syntax and libraries. DART is an object-orientated language with a heavy Java-like feel, but it maintains many of the loved JavaScript paradigms like first-class functions.
DART can be compiled to JavaScript, so you can use it for web apps in all modern desktop and mobile browsers. Our JavaScript compiler generates minimal code thanks to tree-shaking. DART apps can also run on the server, in a stand-alone DART VM.
Poderá encontrar mais informações sobre esta linguagem de programação Aqui:
Share





