Y
Hacker News
new
|
ask
|
show
|
jobs
by
smitty1e
2079 days ago
"Somehow they decided" is rooted in the desire to make typing optional, and absolutely not a requirement.
1 comments
setr
2079 days ago
Wouldn't compiler selective enforcement achieve the same goal? It seems to me the difference is that other programs can be implemented to do the typechecking (eg mypy) rather than the compiler doing so itself
link
ben-schaaf
2079 days ago
It lets you do things like `functools.singledispatchmethod`.
link