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

Pages: 1-

$LANG is a Rust killer

Name: Anonymous 2014-10-20 4:42

A few years ago everyone was trying to kill Rails. Now apparently everyone wants to kill Rust. What do you think it would take to dethrone this nigh-invincible language that the entire industry has been using for years and that people are getting hired to write code in? Personally I am waiting for a language called WD-40.

Name: Anonymous 2014-10-20 5:19

I thought rust killed itself?

Name: Anonymous 2014-10-20 6:10

All these languages are irrelevant, less they run on JavaScript.

Name: Anonymous 2014-10-20 6:44

>>1
Who wants to kill Rust? C++ just can't. Haskell, Scala, and Idris all need GC. Clojure and Go are unsafe and need GC. Yaron Minsky was impressed with Rust and I haven't heard from Leroy, but I doubt OCaml wants to kill Rust.

Name: Anonymous 2014-10-20 7:51

http://stackoverflow.com/questions/15997206/concatenate-string-literal-with-another-string
let x = ~"Hello" + @" " + &"World" + "!";
I think Rust is stillborn.

Name: Anonymous 2014-10-20 10:52

>>5
~
@
That's some obsolete shit from old Rust version.

Your post is wrong and crap and you should be ashamed.

Name: Anonymous 2014-10-20 12:44

>>6
It's not wrong. An old design decision prevented it from ever being given real backing from potential users. So it's like saying that Pascal is readable. It's true but it's also beside the point, because Pascal will never have a niche among developers.

Name: Anonymous 2014-10-20 13:08

Symta:
X = "['Hello'] ['World']!"

Rust:
let x = ~"Hello" + @" " + &"World" + "!";

Name: Anonymous 2014-10-20 13:22

>>4
I have yet to see a real product in rust that does not need GC.

>>8
Well, that's a new low for rust. Getting beaten up by symta like this.

Name: Anonymous 2014-10-20 14:11

>>9

The best thing: Symta doesn't use GC, but still provides automatic memory management sufficient to runt GUI apps, without producing garbage.

Name: Anonymous 2014-10-20 17:56

>>8-10
That isn't Rust, sorry. Try it: http://play.rust-lang.org/

Rust doesn't have GC either.

Name: Anonymous 2014-10-20 18:29

>>11

Rust doesn't have GC either.
How does it manage temporary data?

That isn't Rust, sorry. Try it: http://play.rust-lang.org/
Can't even print an integer :-(
<anon>:2:14: 2:17 error: format argument must be a string literal.
<anon>:2 println!(123)
^~~
error: aborting due to previous error
playpen: application terminated with error code 101

Name: Anonymous 2014-10-20 19:02

>>11
Rust doesn't have GC

Bullshit. They're obsessed with memory safety. Of course it's going to have GC, or do you think they statically allocate everything like Idris/Agda?

Name: Anonymous 2014-10-20 19:55

>>13
I think you might be trolling, sir.

Name: Anonymous 2014-10-20 20:44

Use C for everything or just create and use your own language/lisp.

Name: >>15 2014-10-20 21:57

Disregard that, use Haskell instead.

P.S.: I suck cocks and I love it! LoL!

Name: Anonymous 2014-10-22 10:12

>>14
Thanks, I was about to start raging but didn't realize the obvious thing.

>>11
Yeah man, C is much better! printf(123) compiles very well!!!

Name: Anonymous 2014-10-22 17:28

$LANG is a Rust MURDERER
FUCKING $LANG

Name: Anonymous 2014-10-23 4:10

How can you kill what has never been alive

Name: Anonymous 2014-10-23 4:55

>>19
PH'NGLUI MGLW'NAFH RUST MOZILLA WGAH'NAGL FHTAGN

Name: Anonymous 2014-10-23 7:12

>>12,17
Rust
<anon>:2:14: 2:17 error: format argument must be a string literal.
<anon>:2 println!(123)
^~~
error: aborting due to previous error
playpen: application terminated with error code 101


C
$ ed
i
#include <stdio.h>

int main(void) {
printf(123);
return 0;
}
.
wq anus.c
64
$ gcc -o anus anus.c && ./anus
anus.c: In function ‘main’:
anus.c:4: warning: passing argument 1 of ‘printf’ makes pointer from integer without a cast
anus.c:4: warning: format not a string literal and no format arguments
Segmentation fault


Haskell
ghci> print 123
123
ghci>

Name: Anonymous 2014-10-23 8:59

I like the core idea of Rust (concurrent memory safety without garbage collection through the borrow system), but the language is kind of shockingly ugly and convoluted for something that hasn't even reached ``1.0 status'' yet. I'm hoping someone will make the Scheme to Rust's Common Lisp one of these days.

Name: Anonymous 2014-10-23 13:25

I wonder if every project manager, even if he was a decent programmer in his previous life, becomes a PHB when he turns 40.

Name: Anonymous 2014-10-23 13:39

>>23
You have no previous life.

Name: Anonymous 2014-10-23 13:59

>>22
Apparently Facebook did the obvoius thing and just linearized ML: https://github.com/pikatchu/LinearML

Name: Anonymous 2014-10-23 16:09

>>23

Programmers and managers have different goals and mindset. They get paid for different things.

Manager promotes team achievements as his own and team failures as failures of individual members. Programmer does job done, listening to manager, yet ignoring all his bullshit.

Name: Anonymous 2014-10-23 16:23

>>23

A decent programmer would never get promoted to a manager, because then there will be no one to work done. Moreover, to get promotion you need to have good social skills and do a lot of cocksucking, instead of real work. Good programmers lack social skills.

Name: Anonymous 2014-10-23 21:02

>>23
dilbert
he
is this 2014

Name: Anonymous 2014-10-24 7:33

>>26
Project manager is not a real manager.

>>28
Why yes, it is, and nearly all programmers and PMs are still white nerdy males, I wonder why

Name: Anonymous 2014-10-24 21:49

>>29
white
nerdy
male
not to my standard, low iq nigger

Name: Anonymous 2014-10-24 21:54

>>29
white
nerdy
male
not to my standard, low iq nigger

Name: Anonymous 2014-10-25 4:44

>>29
white nerdy males
Normal intelligent men.
Leave the word "males" to animals and niggers.

Name: Anonymous 2014-10-25 5:14

>>32
homo

Name: Anonymous 2014-10-25 13:01

Name: Anonymous 2014-10-25 17:19

Watching ``American Horror Story'' season 1.
It is a soap opera where 85% of characters are ghosts.
Aside from that, not much different from Glee.

Name: Anonymous 2017-01-19 14:32

>>21
BASIC:
10 PRINT 123

Javascript:
console.log(123);

Name: Anonymous 2017-01-19 14:44

>>36
Lisp:
(print 123)

FIOC3:
print(123)

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