top | item 40130986

(no title)

papa0101 | 1 year ago

That was google's original plan with Dart.

discuss

order

zogrodea|1 year ago

I believe Dart was originally gradually typed, and then abandoned the gradual typing for strict-typing-by-default? That doesn't quite sound properly type-safe to me although still safer than how Javascript is by default.

My only reference is a memory of this talk by Richard Feldman but I might be wrong or misremembering. https://www.youtube.com/watch?v=Tml94je2edk

Yoric|1 year ago

Is Dart sound these days? When I tried it, it was pretty easy to trigger type errors at runtime.