Conversation
Rust vent, negative
Show content

@yyp Nobody cares about the language, but some people care about the quality.
Rust provides some guarantees to developers that other languages don't.

So, to me "rust" is short for "going to crash less" and "not full of exploits, and "can still be fast".

To my Rust zealot side, it also means "you can turn it into your own easily because you don't have to learn a lot of new stuff". Code forges are full of non-casual users, after all.

0
0
0
Rust vent, negative
Show content

@mobiuscog @yyp It's worth remembering that most other high level languages are just as memory-safe and nearly as fast (Java is JIT-compiled these days).

Not everything is CPU-bound or needs a solid type system, so Rust has viable alternatives.

1
0
0
re: Rust vent, negative
Show content
@dcz @mobiuscog @yyp Problem with Java is memory use (10x overhead?) more than CPU overhead (2x?).
0
0
0