On Tue, Oct 1, 2013 at 12:21 PM, Daniel Micay <[email protected]> wrote:

> A minimal application now looks like this:
>
>>
>>     #[no_std];
>>
>>     #[start]
>>     fn main(_: int, _: **u8) -> int { 0 }
>>
>> There's no need for zero.rs anymore since you're now able to define the
>> `#[lang]` items on an as-needed basis. You can even compile mixed
>> C/C++/Rust programs with link-time optimization by using `clang`.
>>
>> It's a pain not having the standard library, but with a few intrinsics
>> wrapped it's still a nicer language than C.
>>
>
Whoa. Interesting. The mixed C++/Rust part is quite intriguing. Could you
demonstrate how you would mix C++ and Rust with clang?
_______________________________________________
Rust-dev mailing list
[email protected]
https://mail.mozilla.org/listinfo/rust-dev

Reply via email to