Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)AS
Posts
5
Comments
679
Joined
2 yr. ago

  • Rust's speed is a cherry on top. The main reason to use it is its language design / correctness guarantees.

    I've been programming for several decades and understand nuance and subjectivity vs objectivity when it comes to this, and strongly believe Rust is just objectively much better than Java as a language.

    One example is that Rust doesn't have null while Java does. The creator of null gave an excellent talk called The Billion Dollar Mistake about why null was such a bad idea, and said languages shouldn't not have used it. Instead, the alternative he gives is what Rust does.

    Things like this are actually hugely important.

    Also, Rust was "most loved" language in the StackOverflow developer survey for eight years in a row for a reason.

    https://survey.stackoverflow.co/2023/#section-admired-and-desired-programming-scripting-and-markup-languages

    Other than Sublinks, I have never seen anyone post about how they really want to work with Java.