• [object Object]@lemmy.ca
    link
    fedilink
    English
    arrow-up
    6
    arrow-down
    3
    ·
    1 day ago

    I pick on Rust because of the “write everything in Rust” crowd and just personally I don’t like how the language feels.

    I don’t think rust has found fit in the GUI sphere, though it’s getting some adoption from tools like zed, and hopefully some native gui tools get better with it. Swift has some fit there, but it’s not a fair comparison because it’s forced. Swift has nice ergonomics though with callbacks and lib dispatch plus combine that work well for GUIs.

    Swift also suffered from poor versioning tools, and platform code differences which have hurt it even if they’ve been patched over.

    • fluxx@mander.xyz
      link
      fedilink
      English
      arrow-up
      2
      ·
      edit-2
      15 hours ago

      I agree on everything you’ve said. Rust hype is a bit annoying and can be off putting. AI bros seem to have amplified the effect and I strongly dislike it. GUI is probably the worst area of Rust, but given the universality of Rust, I think it’s expected. I found egui easy to use, though, but far from swift ui, still.