3
Dart: A Language You Already Know
At its heart, Dart is a conservative programming language. It was not designed to champion bold new ideas, but rather to create a predictable, stable, and developer-friendly programming environment. Made by Google, the language is relatively young, as it was shown for the first time in 2011, with the goal of unseating JavaScript as the language of the web.
Among its main features, Dart is strongly typed, supports asynchronous programming, and uses both JIT (Just-In-Time) and AOT (Ahead-Of-Time) compilation, which allows developers to write and run code quickly during development and produce optimized code for deployment.
JavaScript is a very flexible language, but its lack of a type system (addressed by TypeScript) ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access