I would like to know what programming language you use, why you made this choice and for what tasks it is used.

  • jroid8@lemmy.world
    link
    fedilink
    arrow-up
    3
    ·
    2 days ago

    Rust

    • no undefined behavior outside unsafe
    • performance
    • package management
    • lots of crates
    • it’s enums
    • Result and Option
    • makes good practices easy and bad ones hard

    Other languages are cool too (except java) but they often miss half of what I like about rust. I like C but debugging undefined behavior is hard even with valgrind