• 15 Posts
  • 102 Comments
Joined 2 years ago
cake
Cake day: July 18th, 2023

help-circle


  • jroid8tomemesEvery rule has an exception
    link
    fedilink
    arrow-up
    16
    arrow-down
    2
    ·
    edit-2
    2 months ago

    Gonna be a 🤓 for a moment. Since this “Every rule has an exception” itself is a rule and thereby must have an exception then there must be a rule which has no exceptions so not every rule has an exception. Because of this this statement cannot be true.










  • 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