Y
Hacker News
new
|
ask
|
show
|
jobs
by
jtms
1188 days ago
Isn't typing in Python also determined at runtime (aka strong dynamic typing)?
1 comments
cies
1187 days ago
What means "strong typing" is very well defined. But most understandings I found do not allow implicit null returns to be "strong" typing. Also: the "strong" thing is at odds with the "dynamic" thing, you cannot have both.
link
Jtsummers
1187 days ago
No, it's not "very well defined". It's actually pretty poorly defined and has a variety of contradictory definitions attached to it.
https://en.wikipedia.org/wiki/Strong_and_weak_typing
link
cies
1187 days ago
That what I tried to type, somehow I forgot to type "not"... Thanks for setting that straight.
link