← Back to context

Comment by littlestymaar

3 years ago

I'd agree with that too, but that's just my point of view and I'd respect anyone else's sensible argument of the opposite.

But this article isn't that, and to make manual memory management more appealing they had to ridiculously inflate the issues that come with ownership-based memory management…

I think it's you being biased against the article now. As I read it, it was pretty honest and really trying to find some sort of true, not just trying to bash Rust. Feels like Rust fans are very defensive against criticism of any sort, even when well intentioned as I think is the case here.

  • Come on, there's literally 21 citations[1] of people saying Rust slows them down, and ZERO citation of the opposite.

    There's not trying to hide that they are biaised, at this point it's Kremlin-level of shameless bad faith.

    [1] it looks like they've harvested Rust criticism for an entire year at this point, since they end up even quoting random discord comment from more than a year ago: https://discord.com/channels/273534239310479360/818964227783...

    • Author here, I tried to make this article as balanced as possible, and even talked about Rust's advantages in concurrency and encouraging cleaner architectures and the disadvantages of MMM and GC approaches (plus other aspects, see my other comment down-thread about this).

      There are actually 45 citations in the article on all angles, but I think you're talking specifically about the anecdotes.

      Regarding the anecdotes, I had to add more of those to the borrow checking sections because it was the most surprising to my initial readers. Very little discussion online actually compares borrow checking to higher-level languages with good development velocity; most discussion online compares it to languages like C, C++, Javascript, or Python, so this was new to most readers.

      The article also explicitly mentioned that those were anecdotes and colored them differently, so that people didn't mistake them as data.

      They also made that part of the article much longer than it was originally.

      I can see how that could come across as biased. Perhaps I should have added citations to the other parts of the article so their distribution was more uniform.

      When you look at the content itself, it's pretty balanced I'd say (hence the focusing on the other benefits of borrow checking plus the downsides of GC), it's unfortunate that's not coming through as much.

      1 reply →

    • It may slow them down during their initial development when they're new to Rust, but I'm convinced that it will be much cheaper during the entire Application Lifecycle (ALM), not to mention customer satisfaction.