Dart Explained In 60 Seconds | The Multiplatform Programming Language Behind Flutter #fullstack

preview_player
Показать описание
Dart.

The language behind the Flutter framework was originally meant to be a Javascript killer. Developed by Google in 2011, it was meant to address issues with Javascript, mainly the difficulty with managing large code bases. Dart has a few key benefits as a programming language. Through its Dart native compiler, Dart can be run on iOS, Android, Windows, MacOS, and Linux. Then through its web compiler, Dart gets compiled to JavaScript to run on web. Dart also has a Just In Time or JIT compiler that compiles source code to machine code, allowing for features like hot reload, creating a pleasant developer experience. Because Dart is type-safe, a variable value always matches its static type. However, since Dart is also flexible, it allows for dynamic types where the type is determined at run time. Then as a null safe language, for a variable to be null, it must specified in the definition. This has been

-----

Рекомендации по теме
Комментарии
Автор

Dart language is really good and solid, i think it really is far better than JavaScript, however the ecosystem of JS and frameworks of JS are too big.
Some dart frameworks didn't even get recognition other than flutter.

Now people know it as the Flutter language

mamenggaluh
Автор

Better than JavaScript but still fails to compare to the ALL MIGHTY C!!!

cprkan