|
|
|
|
|
by fluffybucktsnek
23 hours ago
|
|
People who believe in total unsuitability would be acting silly indeed. But most would agree that writing code on languages that provide better and safer tooling is a positive. 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. Finally, while most bugs are logical, the most damaging ones, security bugs, are primarily related to undefined behavior. |
|
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.