Y
Hacker News
new
|
ask
|
show
|
jobs
by
vegai_
1637 days ago
Rather it's like taking a statically typed language and making all type annotations inferrable.
1 comments
hawk_
1637 days ago
If they were made inferrable, it wouldn't cause runtime exceptions. Here the data race guarantees of rust type system are elided instead.
link