Skip Navigation
Jump
What are your favorite statically typed, compiled, memory safe programming languages?
  • I recently got bitten by exactly that std::optional UB and here I was thinking 🤔 after 12+ years in the industry starting all the way back in the day with C++03 that modern C++ was supposed to make things better.😐

    2
  • Jump
    What are your favorite statically typed, compiled, memory safe programming languages?
  • You forgot that beauty - "undefined behavior"!

    Memory-safety can guarantee only so much safety! C++ can still blow up in your face, even with all the alleged memory-safety built into C++, thanks to all the UB traps in C and C++.

    Rust is the closest language that has no such "gotchas".

    6
  • Jump
    There are sane people with this many VMs on a personal machine, right? RIGHT?
  • I have probably a couple of more Linux/BSD VMs than here (with some with GPU passthrough and one or two for ARM crossbuilding and so on) but only 2 Windows VMs - the only 2 I have legitimate licenses for.

    But am I normal? Most would disagree. 😅

    4