An After-School Program Teaches Teens Java and Python::The students also learn how to design board games and video games

  • pivot_root@lemmy.world
    link
    fedilink
    English
    arrow-up
    12
    arrow-down
    7
    ·
    11 months ago

    Back when I was in school, corporal punishment was the norm. I would still prefer that over Java.

      • ____@infosec.pub
        link
        fedilink
        English
        arrow-up
        12
        arrow-down
        1
        ·
        11 months ago

        I know exactly what modern Java looks like, and it could be beautiful. But… legacy cruft and lazy devs make it painful. And tech debt, let’s be honest.

        I’d view a greenfield project rather differently, but those are unicorns.

      • pivot_root@lemmy.world
        link
        fedilink
        English
        arrow-up
        2
        arrow-down
        5
        ·
        11 months ago

        I get it, you have no idea what trying to optimize around an ever-changing JIT recompiler looks like

        • AeroLemming@lemm.ee
          link
          fedilink
          English
          arrow-up
          6
          ·
          11 months ago

          I think if your project is so performance-critical that small runtime changes can cause performance issues, Java (or any other garbage-collected language) isn’t a good choice. That’s not the case for the vast majority of projects.