|
|
|
|
|
by commandlinefan
1611 days ago
|
|
It doesn't just make the code harder to read, it makes it run slower, too. Static typing provides some compile-time guarantees about what's going to go where, so the compiler can make a lot of simplifying assumptions that speed things up. |
|