|
|
|
|
|
by okeuro49
62 days ago
|
|
I've used a dynamically typed language extensively. I don't think they are suited for anything but small scripts. Refactoring is a nightmare, as as types don't exist, the compiler can't help you if you try to access a property that doesn't exist. I think generally people have realised this, and there are attempts to retrofit types onto dynamically typed languages. |
|