Assume mainstream adoption as used by around 7% of all github projects

Personally, I’d like to see Nim get that growth.

  • WatTyler@lemmy.sdf.org
    link
    fedilink
    arrow-up
    2
    ·
    edit-2
    11 months ago

    I’m learning Rust at the moment and I too think I have some reservations with its syntax. Most of these reservations come from my strong preference for functional programming over OOP.

    I am unsure if I like method-syntax period, even if it isn’t inherently OO. Chaining just makes me feel uncomfortable in a way piping doesn’t.

    Also it seems idiomatic for values of enumerated types to be written Type::Enum, which seems ugly and unnecessary.

    What’d you make of this article?: https://matklad.github.io/2023/01/26/rusts-ugly-syntax.html