|
|
|
|
|
by Veedrac
4067 days ago
|
|
The problem is the strong-typing/weak-typing distinction, not the static-typing/dynamic-typing distinction. For example, Python is about as strongly typed as C++ yet they're on opposite sides wrt. how dynamic their types are. |
|