Channel: beta
Version: 3.43.0-0.3.pre
#flutterdev #flutterio #dartlang
๐ quantify - type-safe unit handling for Dart & Flutter.
- 20+ quantity types.
- NEW: Built-in parser.
- Extension syntax: 65.mph, 185.lbs, 98.6.fahrenheit are real types.
Stay type-safe - let Dart catch your bugs before your users do.
@BoydStephenSmithJr @justine I've been wanting a strongly typed interpreted scripting language, but I haven't found anything.
Do you know of any?
The closest thing I've seen is #dartlang that can be jit with a shebang using a little hackyness.
#RocLang looks interesting, but I love closing braces.
Kudos to the #dartlang team for pointing out the weaknesses and dangers of their RegEx implementation, including detailed description of catastrophic backtracking. Very well done!