C is special because it's possible to relatively easily implement a good-enough C compiler for bootstrapping if needed. It would be under 15,000 lines of code in most languages.
C++ certainly isn't that special. It's a pain to implement, but so is Rust.
This argument can be pushed all the way down to build your own CPUs from sand, get to build the first hexdump monitor with electric switches, followed by writting the first Assembler in hexdump, and only then the first compiler for one of thoses languages in Assembly, and finally you get C.
Yes, that's how bootstrapping works. C is still easier to bootstrap than Rust, because it's simpler to implement and requires fewer steps. Of course, you trade off other features for that simplicity.
Bootstrapping Rust would involve the same steps, only at some point you've got to write a Rust compiler in assembly, or write a C compiler in assembly that can compile mrustc, which probably means writing another C compiler in C so you can easily add all the needed features.
Well, if we are going hardcore nothing prevents to write a Ferrocene compliant Rust compiler in Assembly.
Or even better, lets follow the hype, use bootstrap strategies from the 1960's, and use WebAssembly instead, like many bytecode based compilers on those days, having written a macro Assembler instead, thus mapping the bytecodes into macros for the specific home made CPU.
If we removed DMCA section 1201 and the "anti-circumvention" nonsense, this would be a non-issue: people would legally reverse engineer the licensing system.
Cory Doctorow suggests every other country should start doing this now. Every other country only has this law because America pressed for it, threatening tariffs or invasion if it wasn't the other country's law. Well, here we are and in 2026 this does not prevent that.
Native Instruments is a German company, not American. It seems unlikely that Germany wants them to fail or lose their IP, regardless of whether the US "threatens to invade" (?)
C++ certainly isn't that special. It's a pain to implement, but so is Rust.
reply