Re: Compiler for Rust

2025-01-15 Thread Arthur Cohen

Hi there!

On 1/14/25 22:52, Heime wrote:

I have seen that there is this mailing list.  But the documentation
does not suggest there is a compiler for rust yet.  Is this correct?


Yes, I think we are missing some changes to the documentation. I need to 
take care of them. Apologies! There is indeed a very experimental 
compiler for Rust in GCC, but it's not able to do many things yet and we 
are still missing support for the standard library (but not for long!).


Best,

Arthur


Re: Compiler for Rust

2025-01-15 Thread Heime






Sent with Proton Mail secure email.

On Wednesday, January 15th, 2025 at 10:09 PM, Arthur Cohen 
 wrote:

> Hi there!
> 
> On 1/14/25 22:52, Heime wrote:
> 
> > I have seen that there is this mailing list. But the documentation
> > does not suggest there is a compiler for rust yet. Is this correct?
> 
> 
> Yes, I think we are missing some changes to the documentation. I need to
> take care of them. Apologies! There is indeed a very experimental
> compiler for Rust in GCC, but it's not able to do many things yet and we
> are still missing support for the standard library (but not for long!).
> 
> Best, Arthur

That's fantastic news!  Any plans when it could be in a good state for
serious work?