Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 1.53 KB

rust-quotes-and-press-neg.md

File metadata and controls

43 lines (29 loc) · 1.53 KB

2021-03-10

Why asynchronous Rust doesn't work:

https://theta.eu.org/2021/03/08/async-rust-2.html

https://news.ycombinator.com/item?id=26406989

2020-05-10

/r/rust thread:

https://www.reddit.com/r/rust/comments/ggyo51/criticisms_of_rust

2017-05-23

Negative quote about Rust's liberal reputation.

"Socially, I live in a fairly conservative area (and, surprisingly, programmers are more conservative than the average person here), and the Rust community's reputation is a barrier to even talking about Rust at times. The actual state of the community is much better than it was three years ago, but the initial experiences a lot of people had have remained, particularly as a lot of enterprise bros simply do not participate in extracurricular activities like HN and reddit and only get hearsay exposure."

https://www.reddit.com/r/programming/comments/6cta9d/rust_and_csv_parsing/dhxqh24/

2015-11-10

Andrei Alexandrescu's "leg day" quote.

"Reading any amount of Rust code evokes the joke "friends don't let friends skip leg day" and the comic imagery (https://www.google.com/search?q=...) of men with hulky torsos resting on skinny legs. Rust puts safe, precise memory management front and center of everything. Unfortunately, that's seldom the problem domain, which means a large fraction of the thinking and coding are dedicated to essentially a clerical job (which GC languages actually automate out of sight)."

https://www.quora.com/Which-language-has-the-brightest-future-in-replacement-of-C-between-D-Go-and-Rust-And-Why/answer/Andrei-Alexandrescu