| > People who believe in total unsuitability would be acting silly indeed. Not 'would be.' They are. > But most would agree that writing code on languages that provide better and safer tooling is a positive. Most of whom? When the 'language that provides better and safer tooling' is written in and depends upon a giant ecosystem of components written in the language which you despise, your belief system is garbage. > Sure, the main Rust compiler currently depends on LLVM, which is currently written in C++. But the rustc team might choose to follow a similar path to Zig and replace LLVM, or LLVM might get rewritten in Rust. Please do so at the earliest opportunity, so that your language can actually become an alternative to C++. Then you'll actually have a leg to stand on. > Finally, while most bugs are logical, the most damaging ones, security bugs, are primarily related to undefined behavior. False. Nonsense. Not true. |
And then you say:
> [...] your belief system.
What do you mean by that? What beliefs? This just sounds like projection.
> Please do so at the earliest opportunity, so that your language can actually become an alternative to C++.
It already is an alternative to C++. The fact that LLVM is written in C++ doesn't change the fact that you can write software that otherwise would be written in C++ or C, in pure Rust without writing a single C or C++ source nor header file.
> False. Nonsense. Not true.
https://www.chromium.org/Home/chromium-security/memory-safet...