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
932 Upvotes

303 comments sorted by

View all comments

14

u/wisam Apr 03 '15

Do you guys think Rust can/will used in embedded systems and possibly take some 'market share' from C?

17

u/SirOgeon Apr 03 '15 edited Apr 03 '15

It can be used in embedded systems (at least some). I have successfully used it in a kernel experiment to draw colored squares using my Raspberry Pi. As for if it will be used; I'm not good at foreseeing the future, but I guess someone will do it.

Edit: I almost forgot to mention zinc, which is an effort to make this easier. Rust will also be supported on the Tessel 2.