Y
Hacker News
new
|
ask
|
show
|
jobs
by
tomp
4241 days ago
How does a type system introduce mistakes? Unless it's unsound, of course (as is Java's and Dart's).
1 comments
samth
4241 days ago
Java's type system is sound. There are even machine-verified proofs of this.
link
tomp
4241 days ago
Oops, you're right. I thought you could override methods with more specific argument types, but it appears I was wrong.
link