People who claim that other languages beyond C, C++ are BS. What is their deal?
People who claim that other languages beyond C, C++ are BS. What is their deal?
I have met a couple of them in real life, and a few I have met online. The sample is not significant enough to draw any conclusions about their point of view and background.
I am more than interested in your opinions about the personality and political makeup of people who express this type of pro-C bigotry.
It's crazy to me that people don't do this, once you've learned a few languages you can basically just pick up new ones straight away (assuming they don't use entirely foreign concepts like Rust does)
Which foreign concepts do Rust use? The borrow checker/ownership is new but that's really the only thing that doesn't already exist in some other language.
Rust can be picked up the same way. I was in the situation you describe. Knew a dozen languages. Picked up rust and really enjoy it. It added a dimension to my thinking (ownership). I feel closer to the metal yet safe. That said, it still gets tricky with system design. That’s where it’s a lot harder due to ownership stuff. Just syntax wise it’s not bad tho
This is the way