Funny story, friend and I were just talking last night about how Java 8 is still used everywhere.

  • KaladinStormblessed@lemm.ee
    link
    fedilink
    arrow-up
    6
    ·
    8 hours ago

    I feel like this article was written by an llm? The way it skips around and makes unnecessary comparisons to JavaScript, the jump from the very beginning to very recent changes, it’s all just weird. It feels like it’s saying nothing but talking a lot

  • GissaMittJobb@lemmy.ml
    link
    fedilink
    arrow-up
    15
    ·
    13 hours ago

    Moving to Kotlin taught me to appreciate the underlying fundamentals in the JVM and the patterns present in Java.

    I’d rather not use Java today, though. Kotlin is basically Java but with the best practices enabled by default and the bad parts made impossible at a language level.

    • abbadon420@lemm.ee
      link
      fedilink
      arrow-up
      2
      ·
      12 hours ago

      I need to know more. What are the bad parts that are disabled? Which best parties are enabled at the language level?

  • cool@lemmings.world
    link
    fedilink
    English
    arrow-up
    9
    arrow-down
    20
    ·
    12 hours ago

    After using Rust, I struggle to find a use-case for Java.

    We have Python for the bad programmers.

    • jecxjo@midwest.social
      link
      fedilink
      English
      arrow-up
      5
      ·
      9 hours ago

      As a programming language polyglot, currently using Java for backend services, one of the biggest reasons to use Java is due to the ecosystem. Hardened libraries for web frameworks and everything else under the sun means you have confidence in the language. You have millions of instances running in the wild so detection of issues are found and resolved quickly, corporations backing security audits and a lot of funding to make really good libraries.

      I hate the language itself and would never choose it as a language for a hobby project, but i completely understand why Java exists and thrives.

      • cool@lemmings.world
        link
        fedilink
        English
        arrow-up
        2
        arrow-down
        2
        ·
        5 hours ago

        Hardened libraries

        Like log4j?

        Ecosystems matter for sure, but any java “killer library” should be usable by other programming languages.