On Tue, Oct 1, 2013 at 6:43 AM, Dan Cristian Octavian <
[email protected]> wrote:

> One of my first thoughts when I saw the Rust project was to make it
> runtimeless. Shortly after that was achieved rather trivially with zero.rs.
> I don't know if any major improvement can be done there.
>

I'm relatively new to Rust, but making Rust runtimeless is not-yet done if
I understand the situation; and still seems a worth goal.

Then Rust could be used in embedded situations (no OS, so no pre-emption,
and cooperative task switching required) or just single-thread only mode.

https://github.com/mozilla/rust/issues/9373
https://github.com/mozilla/rust/issues/9568

The new runtime still lacks stdin, so there might be plenty to do there.
_______________________________________________
Rust-dev mailing list
[email protected]
https://mail.mozilla.org/listinfo/rust-dev

Reply via email to