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-16 0:12

>>91
And by "non-sweeping" I'm including simple ones like

for(i = 1; i < 1000; i += 2){
//loop body
}


Which expands out to a nasty

i = 1;
while(i < 1000){
//loop body
i += 2;
}

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