The thing is though that rust has fixed that problem. And it is a language pitched as an alternative to C++ so it very complex. Also python is doing a lot of work to solve and it is another complex language.
The thing is the tech community hasn't bothered to write good errors or documentation in the majority of projects. Because if we make it too easy the wrong people will get in. (Actual argument i have heard), or they are so out of touch with people actually using computers that they think the error is obvious (?!). (Usually for gatekeeping and superiority complexes).
My point is AI cant fix the reason we don't have good errors or docs. Because the reasons are social. We could have good errors or docs without it.
@msavoritias @mhoye
"Rust has fixed that problem" ― in what way, and for whom?
As someone who very occasionally writes computer programs when needed to solve a problem (I wrote a very useful one in Motorola 68000 assembly, that time), I've seen a lot of discussion about Rust, none of which seemed to address that question.
Also I've seen suggestions that it's often necessary to call some kind of "foreign function interface", in which case, why not program in the target language instead?