Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Reasons not to use Rust

Name: Anonymous 2015-04-08 12:21

- You think programming languages should be closed and proprietary
- You like random pauses caused by forced collection of the garbage
- You think program start-up should take minutes so you use stupid VM-languages instead
- You like broken features and memory corruption
- You sell hardware and want to deploy inefficient scripting languages only to sell more
- You only do pure programs that don't interact with the world
- You are a retard who doesn't understand the concept of ownership

Anything else?

Name: Anonymous 2015-04-20 4:03

fn main() {
let mut x = 5;
let y = &mut x;
x = 1;
}

This causes an error.
For some bizarre reason they won't allow you to have two ways to access one variable, even if both are marked mutable.
Since you created a pointer to the variable you're only allowed to access the variable through that pointer from now on.
What the fuck were the devs snorting?

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List