Email or username:

Password:

Forgot your password?
Top-level
Kyle Strand

@notgull One thing the post doesn't really explain is why it matters how "late in the process" Rust shows up.

> So if you wanted to use Rust at any point before C++ is introduced, you’re out of luck.
>
> So, for me, it would be really nice if there was a Rust compiler that could be bootstrapped from C.

Are you working on something else that requires Rust, which you'd like to have available earlier in bootstrapping? Do you just want to be able to "cut off" bootstrapping entirely before C++?

6 comments
notgull

@BatmanAoD Yeah, I have plans which require Rust to be available early on in the process.

notgull

@BatmanAoD Not really. Mostly I want to replace the Perl bootstrap that happens in the process

Kyle Strand

@notgull Replacing Perl with Rust certainly worthwhile!

Andrius Štikonas

@notgull @BatmanAoD In saw another attempt to replace perl but without rust. Somebody is trying to write autotools in C.

Andrius Štikonas

@BatmanAoD @notgull Well, one simple example might be using uutils instead of coreutils. Or findutils in rust...

Go Up