|
|
|
|
|
by grumpyprole
2505 days ago
|
|
"Dynamic typing" is really just case analysis at runtime. Every static language is capable of dynamic typing, it's not some feature that statically typed languages lack. A dynamic language is really just a static language with one type. |
|