mastodonien.de

social.tchncs.de

Zeitpunkt              Nutzer    Delta   Tröts        TNR     Titel                     Version  maxTL
So 28.07.2024 00:00:44    22.208      +4    2.999.854   135,1 Mastodon                  4.2.10     500
Sa 27.07.2024 00:00:04    22.204       0    2.998.127   135,0 Mastodon                  4.2.10     500
Fr 26.07.2024 00:01:07    22.204      +1    2.995.878   134,9 Mastodon                  4.2.10     500
Do 25.07.2024 00:00:25    22.203      +1    2.993.799   134,8 Mastodon                  4.2.10     500
Mi 24.07.2024 00:01:07    22.202      -1    2.991.882   134,8 Mastodon                  4.2.10     500
Di 23.07.2024 00:01:06    22.203      +1    2.989.860   134,7 Mastodon                  4.2.10     500
Mo 22.07.2024 00:00:11    22.202      +2    2.987.794   134,6 Mastodon                  4.2.10     500
So 21.07.2024 00:01:06    22.200      +3    2.985.691   134,5 Mastodon                  4.2.10     500
Sa 20.07.2024 00:01:10    22.197      +1    2.983.887   134,4 Mastodon                  4.2.10     500
Fr 19.07.2024 14:01:13    22.196       0    2.982.566   134,4 Mastodon                  4.2.10     500

So 28.07.2024 11:46

"Dart is spiritually another JavaScript, different but in the same family."

Fun dive into a proglang's inception and evolution.

wingolog.org/archives/2023/04/

Fun fact: I am told that the shift to a sound type system actually started before Flutter and thus before AOT, because of a Dart-to- JavaScript compiler that you inherited from the time in which you thought the web would be the main target. The Dart-to-JS compiler used to be a whole-program compiler; this enabled it to do flow- sensitive type inference, resulting in faster and smaller emitted JavaScript. But whole-program compilation doesn’t scale well in terms of compilation time, so Dart-to-JS switched to separate per- module compilation. But then you lose lots of types! The way to recover the fast-and-small-emitted-JS property was through a stronger, sound type system for Dart.

Fun fact: I am told that the shift to a sound type system actually started before Flutter and thus before AOT, because of a Dart-to- JavaScript compiler that you inherited from the time in which you thought the web would be the main target. The Dart-to-JS compiler used to be a whole-program compiler; this enabled it to do flow- sensitive type inference, resulting in faster and smaller emitted JavaScript. But whole-program compilation doesn’t scale well in terms of compilation time, so Dart-to-JS switched to separate per- module compilation. But then you lose lots of types! The way to recover the fast-and-small-emitted-JS property was through a stronger, sound type system for Dart.

[Öffentlich] Antw.: 0 Wtrl.: 0 Fav.: 0

Antw. · Weiterl. · Fav. · Lesez. · Pin · Stumm · Löschen