Просмотр исходного кода

Revise Dart description to be more current (#2654)

* Revise Dart description for clarity and conciseness

Updated the description of Dart to emphasize its client-optimized nature and removed redundant information.
Michael Thomsen 1 неделя назад
Родитель
Сommit
6db2e50d68
1 измененных файлов с 3 добавлено и 1 удалено
  1. 3 1
      dart/content.md

+ 3 - 1
dart/content.md

@@ -1,6 +1,8 @@
 # What is Dart?
 
-Dart is a client-optimized language for developing fast apps on any platform. Its goal is to offer the most productive programming language for multi-platform development, paired with a flexible execution runtime platform for app frameworks. For more details, see https://dart.dev.
+Dart is an approachable, portable, and productive language for high-quality apps on any platform.
+
+Its goal is to offer the most productive programming language for multi-platform development, paired with a flexible execution runtime platform for app frameworks, and support for full-stack development. For more details, see https://dart.dev.
 
 By utilizing Dart's support for ahead-of-time (AOT) [compilation to executables](https://dart.dev/tools/dart-compile#exe), you can create very small runtime images (~10 MB).