You can now have trustworthy Rust compiler binaries, through the work of the Bootstrappable Builds community, which found a way to build a C compiler without having C compiler binaries yet.
You often write two compilers when trying to bootstrap a C compiler, as GCC used to do. Often, it's a very simple version of the language implemented in the architecture's assembly.
returningfory2|1 year ago
remram|1 year ago
getmenta|1 year ago
[deleted]
antirez|1 year ago
pabs3|1 year ago
https://bootstrappable.org/ https://github.com/fosslinux/live-bootstrap/
Etheryte|1 year ago
ok123456|1 year ago
Someone|1 year ago
- you can write the bulk of your code in a language you prefer over C
- you end up with a self-hosting rust compiler