Rust a meme?

so I'm the sort of dude who spends most of his time on data analysis. i prefer to do stuff with numpy and make plots with altair/vegaLite. sometimes I write webapps using django, flask, or simple python CGI. i know html and css pretty well, and I can get by in javascript if I can use jQuery. i do some coding in java for some web-based "control systems", and if i need to write something to crunch numbers or do something really fast, i'll hack out a C++ or C program to do it. i have some chops at bash/shell scripting that i developed when i needed to do long annoying command-line tasks. and the kind of writing i do requires it to be typeset in TeX to get all the equations pretty. that's a good cross section of what i know as far as programming goes

i hear people clamoring about Rust, but nobody i work with has ever used it. is it worth learning, or should i stick with my old-fashioned shit? i don't want to learn something new if it's never really going to explode, but supposedly Rust has what it takes. does it?

Attached: 1200px-Rust_programming_language_black_logo.svg.png (1200x1200, 56K)

Other urls found in this thread:

play.rust-lang.org/?gist=a35ffcde768e7544efa1e4b7170d9c14&version=stable&mode=debug&edition=2015
play.rust-lang.org/?gist=283adf1bfa0bd2227574ad162dd32542&version=stable&mode=debug&edition=2015
doc.rust-lang.org/std/io/enum.ErrorKind.html#variant.Interrupted
rustjobs.rs/
blogs.dropbox.com/tech/2018/06/building-better-compression-together-with-divans/
github.com/dropbox?utf8=&q=&type=&language=rust
github.com/facebookexperimental/mononoke
play.rust-lang.org/?gist=aacce9006ff1afd22e8ac89aa7d07d6b&version=stable&mode=debug&edition=2015
github.com/rust-lang/rfcs/pull/2418)
benchmarksgame-team.pages.debian.net/benchmarksgame/
twitter.com/NSFWRedditImage

Hello world in Rust: play.rust-lang.org/?gist=a35ffcde768e7544efa1e4b7170d9c14&version=stable&mode=debug&edition=2015
Stay away fom Rust desu.

Ignore him. Real hello program in Rust:
play.rust-lang.org/?gist=283adf1bfa0bd2227574ad162dd32542&version=stable&mode=debug&edition=2015

why would you flush in loop?

It's a troll post.

Rust nightly is fine, rust stable is dead. Never for production ever.

doc.rust-lang.org/std/io/enum.ErrorKind.html#variant.Interrupted
Also

Rust is pretty solid, but it's not really for data analysis/math uses yet. I'd recommend sticking to Python and C++ if you need it until more Rust libraries come out.

>>Also
Incomplete post?

almost no one uses rust in the industry, therefore no one learns rust.
the fanbase and evangelicals repel any serious or experienced developers from adopting rust.
it's effectively a language that doesn't need to exist, we have C++ already. if you need "safety" just use the jvm.
the language attracts greenhorns and repels the experienced, this is deadly for the ecosystem.
so yes, it's a meme.