Jeena@piefed.jeena.net to Programmer Humor@lemmy.mlEnglish · 8 months agoBefore and after programmingpiefed.jeena.netexternal-linkmessage-square133linkfedilinkarrow-up11arrow-down10
arrow-up11arrow-down1external-linkBefore and after programmingpiefed.jeena.netJeena@piefed.jeena.net to Programmer Humor@lemmy.mlEnglish · 8 months agomessage-square133linkfedilink
minus-squarekameecoding@lemmy.worldlinkfedilinkarrow-up0·8 months agoJava is in a completely different leagues to the rest of these. Whatever you think Java sucks at, the other languages mentioned here suffer from much worse.
minus-squareknexcar@lemmy.worldlinkfedilinkEnglisharrow-up0·8 months agoThat’s why the Java programmer looks happier in the “after” pic. Not as much as Python but it’s still there.
minus-squaremosiacmango@lemm.eelinkfedilinkarrow-up0·8 months agoThe jpeg is strong, but if you look closely she is covered with scabs and sores.
minus-squarea baby duck@lemmy.worldlinkfedilinkarrow-up0·8 months agoA language is only as enjoyable as the hellish legacy projects that you’ll actually spend your time maintaining.
minus-squareHiddenLayer555@lemmy.mllinkfedilinkEnglisharrow-up0·edit-28 months agoDoes Java have an elegant way of compiling to native machine code now? Genuinely asking.
minus-squarekameecoding@lemmy.worldlinkfedilinkarrow-up0·8 months agoNot java itself, but GraalVM can do this https://www.graalvm.org/latest/reference-manual/native-image/ I can’t confidently tell you it’s production ready as I have never used it myself.
minus-squareEthan@programming.devlinkfedilinkEnglisharrow-up0·8 months agoI’d rather use a language that doesn’t treat me like an incompetent child, removing unsigned ints because “they’re a source of bugs”.
Java is in a completely different leagues to the rest of these.
Whatever you think Java sucks at, the other languages mentioned here suffer from much worse.
That’s why the Java programmer looks happier in the “after” pic. Not as much as Python but it’s still there.
The jpeg is strong, but if you look closely she is covered with scabs and sores.
Checks out
A language is only as enjoyable as the hellish legacy projects that you’ll actually spend your time maintaining.
Does Java have an elegant way of compiling to native machine code now? Genuinely asking.
Not java itself, but GraalVM can do this https://www.graalvm.org/latest/reference-manual/native-image/
I can’t confidently tell you it’s production ready as I have never used it myself.
I’d rather use a language that doesn’t treat me like an incompetent child, removing unsigned ints because “they’re a source of bugs”.