|
|
|
|
|
by deltaonefour
1472 days ago
|
|
Yes but things can break less with a robust type system. This is categorically true. For example ELM is a programming language that cannot crash due to it's type system. I mean it can crash off of exceeding system resources or through the FFI, but it cannot crash any other way. The argument the OP is making is that the difference achieved by a type system is negligible, but I would argue that in some cases this is true, but ELM is a case where it's not. |
|