|
|
|
|
|
by eurleif
4493 days ago
|
|
>Would you consider Python and Ruby strongly typed? Did you mean statically typed? There are two dichotomies: static vs. dynamic, and weak vs. strong. Ruby and Python have strong dynamic typing. PHP has weak(-ish) dynamic typing. |
|