Dart must easily be the most versatile computer language out there. ๐ฏ
* Runs as a scripting language (like Python)
* Compiles to kernel code (like Javaโs bytecode)
* Compiles to native code (like Swift)
* Compiles to JavaScript (like TypeScript)
* Compiles to WASM (unlike TypeScript)
* Has sound null safety (like Rust)
* Stateful hot reload (like no one else - Erlang maybe?)
* Runs on virtually any platform (like C/C++)
In addition:
* Has great developer tooling
* Interops easily with other languages
* Has an outstanding UI framework (Flutter)
* Nicely mixes with native UI components
* Is really easy to learn and work with
Today, I learned that the full compiler, analyzer, and tooling can even run on a web page. Mind blown. ๐คฏ What else did I miss?
Following the death of community resident Latoya Bulgin during an alleged confrontation with a member of the Jamaica Constabulary Force (JCF) on Sunday, residents of Granville have blocked the roads in the community.
https://t.co/TVkROeQfcn
The High Command of the Jamaica Constabulary Force has ordered the immediate interdiction of the policeman involved in Sunday afternoon's fatal shooting of a woman in Granville, St James.
Read more: https://t.co/rjdpfFuge6 #GLNRToday
A woman was allegedly shot and killed by the police in Granville, St James, Sunday afternoon, during a protest to highlight an incident in which a 17-year-old boy was killed a week ago in another shooting incident involving the police.
Read more: https://t.co/iPhLc2ZTTk
BREAKING: Secretary of State Marco Rubio hits back at claims of a U.S. oil blockade on Cuba:
"Here's what's happening with Cuba, okay? Cuba used to get free oil from Venezuela. They would take like 60% of that oil and resell it for cash. It wouldn't even go to benefit the people. So the only blockade that's happened is ... the Venezuelans have decided we're not giving you free oil anymore."
"The reason that I can't fix it is not just because they're communist. That's bad enough, but they're incompetent communists."
Dart devtools is nice but I hate having to open the browser just to run/see profiling results.
Finally did something about it , now able to do CPU/memory profiling all from the cli /mcp
https://t.co/izYve4tNE5
#dart#dartlang#flutterdev
Dart devtools is nice but I hate having to open the browser just to run/see profiling results.
Finally did something about it , now able to do CPU/memory profiling all from the cli /mcp
https://t.co/izYve4tNE5
#dart#dartlang#flutterdev
Dart devtools is nice but I hate having to open the browser just to run/see profiling results.
Finally did something about it , now able to do CPU/memory profiling all from the cli /mcp
https://t.co/izYve4tNE5
#dart#dartlang#flutterdev
๐ฏ Dart for Cloud Functions
A massive win for the #Flutter community! You can now write serverless backends in Dart. Share logic across your entire stack and stay in the language you love. (Experimental release) ๐