• @nutomicOPA
    link
    93 years ago

    For me its Rust. Its honestly the best language I ever used (there are many languages I havent used though, and it certainly depends on the use case). Previously I worked primarily in Java, which is supposed to be a high-level language. But there were so many times where I actually had to fight against the language (nullpointerexception and other runtime errors), which simply doesnt happen with Rust. If my program compiles in Rust, I can be almost certain that it works correctly (excluding logic mistakes). So the number of bugs in my code is much lower, which means I dont have to spend so much time debugging.

    tl;dr i love rust <3