• taladar@sh.itjust.works
    link
    fedilink
    arrow-up
    0
    ·
    8 months ago

    Agreed. I have not asked myself dozens or hundreds of times why Rust compile times are slow. I have, however, asked myself why so many people consider Rust compile times as slow, especially people who might have fast compiles but then waste lots of time testing things manually or automatically that I don’t even have to worry about if my Rust code compiles.

    • sugar_in_your_tea@sh.itjust.works
      link
      fedilink
      arrow-up
      0
      ·
      8 months ago

      That’s kind of true, but I came from Go, which has really fast compile times, which makes it really productive.

      That said, I don’t use Go much anymore, so I’ve obviously found some value in Rust. I would like to see improvements though, but it’s fast enough for me to stick with it.

      • taladar@sh.itjust.works
        link
        fedilink
        arrow-up
        0
        arrow-down
        1
        ·
        8 months ago

        On the other hand in Go you have to literally implement every other standard library function inline yourself because of its lacking expressiveness and it is total cancer to read, at least in the cases of the Go programs I looked at to debug some things which I wouldn’t really consider productive.