Y
Hacker News
new
|
ask
|
show
|
jobs
by
js2
640 days ago
Duck typing is an aspect of it being dynamically typed, not whether it is strong/weak. But strong/weak is not formally defined, so if duck typing disqualifies it for you, so be it.
https://langdev.stackexchange.com/questions/3741/how-are-str...
1 comments
cbsmith
640 days ago
I always think of Python as having "fairly strong" typing, because you can override the type of objects by just assigning to __class__.
link