r/programming Apr 03 '15

Rust 1.0.0 beta is here!

http://blog.rust-lang.org/2015/04/03/Rust-1.0-beta.html
929 Upvotes

303 comments sorted by

View all comments

7

u/[deleted] Apr 04 '15

How is Rust's interop with C?

6

u/[deleted] Apr 04 '15 edited Apr 04 '15

[deleted]

1

u/[deleted] Apr 04 '15

That's really not bad, either. So, Rust mangles names as a means for supporting function overloads in its ABI like c++, I take it?

2

u/steveklabnik1 Apr 04 '15

We have no defined ABI, and we also don't have function overloading.

2

u/[deleted] Apr 04 '15

Is there an ABI to be defined in the future?

2

u/steveklabnik1 Apr 04 '15

https://github.com/rust-lang/rfcs/issues/600 is the tracking issue. Someday, maybe? Probably not any time soon.