|
|
|
|
|
by gruffle
1292 days ago
|
|
The issue is you think you know what you're talking about, but it's painfully obvious you don't. > Errors that would be caught by static type checking are exceptionally rare when you do commerical development in dynamically typed languages. Those kinds of errors are not rare at all. |
|
Dynamically typed languages tend to be simpler and easier to use. This means on the whole they have less bugs than their static typed counter parts.
The real issue with dynamically typed languages is that their performance sucks. (That and according to this thread people not having a clue on how they are properly used. You can't just use the same development techniques as you use in a statically typed language. It's different.)