|
|
|
|
|
by hkjgkjy
3411 days ago
|
|
True. I don't understand why many of us programmers are not interested in tools that eliminate the possibility of errors? * Why do we use memoy-unsafe languages (except when Rust or GC is unusable)?
* Why do we use type-unsafe languages, at all?
* Why do we use state-unsafe (mutable) languages, at all? Of course there are exceptions to these - but they are few. |
|