Re: Rust's difficulty is what sets it apart
The idea of making a programming language difficult to use to sort out the "weak" developers is ludicrous. Humankind needs more developers because the demand for computer software is ever growing. Making programming an art that only a few sages understand is not in the general interest.
I'm personally a great fan of Garbage Collected languages like Java van C# since it fits the natural model of humans creating objects left and right and letting the computer figure out when to clean things up.
Rust is only needed because a) the GC languages mostly run on a virtual machine and are therefore deemed too slow b) over time software developers grabbed a Systems Programming Language (namely C) to write application software.
Instead of creating a safe application programming language boffins have decided to create a safe Systems Programming Language which developers again intend to write application software with. Yes, this is as illogical as it sounds, but it is the reality we live in today.