|
|
|
|
|
by tropo
3675 days ago
|
|
You'll spend more time debugging errors that could have been caught at compile time by strict static types. The minimum here should be C with the warnings enabled. Things like Ada and Rust may improve upon this. Also, I think performance issues can count as "dealing with the language". Python is roughly 100x slower, making it like all your computers are a dozen years older. It's like having a 2004 computer in 2016. |
|