@velartrill
They use C++ impl to bootstrap it: https://github.com/thepowersgang/mrustc Rust needs more impls like other langs have. Writing "reference" impl in not itself would be hypocrisy 😃
@velartrill
Why are most languages self hosted then? C compilers are also self hosted. What are the downsides apart from secure bootstrapping needing another impl?
@velartrill
I guess having X written in X helps with development as you only need to know one language very well to develop it (less cognitive load?). And any advancement in your language reinforces your ability to further develop it. Rust was created to address problems with C++. Also first compiler was created in ML for a reason.
For what I know portability issues are mostly to do with LLVM missing support... if you have any links, I would like to learn more.
@velartrill
Do you think there is a conspiracy there?
@velartrill
Sorry. I did not run rustc on other archs than x86_64 and aarch64 but I see no reason why they would be providing false information in the official documentation.
@velartrill
According to this https://doc.rust-lang.org/nightly/rustc/platform-support.html
the compiler runs on MIPS, PowerPC, RISC-V, SPARK and some other architectures.