• jaybone@lemmy.world
    link
    fedilink
    arrow-up
    0
    ·
    3 months ago

    C++ fanboys will talk a bunch of shit about Java for this, but c++ has been doing this same shit (and more poorly) pretty much since its inception.

    And most of the newer Java stuff is syntactic sugar, so I’m not sure why that commenter is calling out JVM implementations. I’m guessing they don’t know much about the JVM, since you can compile these higher level syntax tricks down into bytecode just like you might compile more verbose source code.

    Static analysis of compiled code with javap might be more difficult, but I’m betting the commenter doesn’t know what that is either.