|
|
|
|
|
by anon-3988
649 days ago
|
|
There's a huge gap between: 1. this is nasty
2. this is so much better
3. this is perfect writing C is (1), most people claim that Rust is (2). (3) is utopia and anyone who claims that is not being honest. I have seen this argument SO many times. I don't understand why this is so hard to understand? Do C folks use mmap directly instead of malloc? Does "safe" or "sensible" abstraction not exist in C? Do you use void* everywhere because "safe" abstraction like struct S* simply doesnt exist and if they do exist then "well, it could be wrong anyway so why not just give up?" |
|