|
|
|
|
|
by geocar
3197 days ago
|
|
> I wouldn't trust anyone who thinks a solution is a panacea in the software field ... unless of course that solution is static typing. > Static typing is not perfect but it's better in all respects than dynamic typing. Except performance, of course: A dynamically-typed language is at the top of the STAC-M3 benchmarks for time series data processing. Oh and defect count: Qmail has the lowest defect count of any source-available software in the last twenty years and it's written in C. So I guess static typing is better unless you want correct code that runs quickly, which unfortunately is important to me. |
|
Static languages are universally recognized and demonstrated as faster than dynamically typed languages, even if you claim to have found one rare exception. This is not just an opinion, it's scientific and objective fact.
But please share with us that code that runs more quickly on a dynamic language than a static language for you, I am genuinely curious (and equally curious to find out if you just made this up).