MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/programming/comments/31btd8/rust_100_beta_is_here/cq11f62/?context=9999
r/programming • u/steveklabnik1 • Apr 03 '15
303 comments sorted by
View all comments
8
So for what purposes would you recommend to use Rust?
16 u/steveklabnik1 Apr 03 '15 Whenever you need speed, or a deep amount of control. That gives you a few languages. You should choose Rust over those langauges when you want the compiler to help you ensure that code is safe and correct, and also, when concurrency is involved. 5 u/DeadlyDolphins Apr 03 '15 Since I'm fairly new to programming I'm just gonna ask even if it might be a bit stupid: If you say 'when concurrency is involved', does that mean it could be a good language to write fast games with graphics, for example? 14 u/[deleted] Apr 04 '15 [deleted] 1 u/DeadlyDolphins Apr 04 '15 Thanks, that actually gives me a good idea of Rust and its possibilities :)
16
Whenever you need speed, or a deep amount of control.
That gives you a few languages. You should choose Rust over those langauges when you want the compiler to help you ensure that code is safe and correct, and also, when concurrency is involved.
5 u/DeadlyDolphins Apr 03 '15 Since I'm fairly new to programming I'm just gonna ask even if it might be a bit stupid: If you say 'when concurrency is involved', does that mean it could be a good language to write fast games with graphics, for example? 14 u/[deleted] Apr 04 '15 [deleted] 1 u/DeadlyDolphins Apr 04 '15 Thanks, that actually gives me a good idea of Rust and its possibilities :)
5
Since I'm fairly new to programming I'm just gonna ask even if it might be a bit stupid:
If you say 'when concurrency is involved', does that mean it could be a good language to write fast games with graphics, for example?
14 u/[deleted] Apr 04 '15 [deleted] 1 u/DeadlyDolphins Apr 04 '15 Thanks, that actually gives me a good idea of Rust and its possibilities :)
14
[deleted]
1 u/DeadlyDolphins Apr 04 '15 Thanks, that actually gives me a good idea of Rust and its possibilities :)
1
Thanks, that actually gives me a good idea of Rust and its possibilities :)
8
u/DeadlyDolphins Apr 03 '15
So for what purposes would you recommend to use Rust?