Is there any tech consequence to this immature drama? I'm confused as to whether I should care or not. If there are consequences on the tech, people need to spell that out. Right now this all seems like some middle-school playground emotional drama. I'm too old to care about that.
To me, this line of thought is backwards. It stems from seeing the people issues as small stuff and the tech issues as the "real deal"... At the end of the day new features for popular language X are not that life-or-death (although I'm sure some Rust evangelist will claim the safety of it means it could save lives, ignoring things like MISRA) - If someone is being an asshole and damaging moral for real "meatspace" h…
Not so much ignoring, as recognising that much of what MISRA requires mechanically (ie that MISRA tools will let you check for a Continuous Integration setup automatically) is baked into Rust itself, and much of what MISRA asks beyond that is built into Rust's way of doing things.
My favourite this week: MISRA tells you never to use the result of an assignment operator. In Rust you can't because the assignment operators don't have a result.