|
|
|
|
|
by lerno
4277 days ago
|
|
Incidentally the problem is much smaller than in a statically typed language with containers. Compare the difference between a Java list prior to generics and afterwards. Using it in Java was an orgy of object casts. This is not the case for dynamically typed languages. In fact, the common approaches to containers valid in a statically typed language is largely wrong in a dynamic language. |
|