Jeena to Programmer [email protected]English • 1 month agoBefore and after programmingpiefed.jeena.netimagemessage-square129fedilinkarrow-up1525arrow-down171
arrow-up1454arrow-down1imageBefore and after programmingpiefed.jeena.netJeena to Programmer [email protected]English • 1 month agomessage-square129fedilink
minus-square@kameecodinglink19•1 month 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-squarea baby ducklink17•1 month agoA language is only as enjoyable as the hellish legacy projects that you’ll actually spend your time maintaining.
minus-square@knexcarlinkEnglish9•1 month agoThat’s why the Java programmer looks happier in the “after” pic. Not as much as Python but it’s still there.
minus-squaremosiacmangolinkfedilink10•1 month agoThe jpeg is strong, but if you look closely she is covered with scabs and sores.
minus-square@[email protected]linkfedilinkEnglish2•edit-21 month agoDoes Java have an elegant way of compiling to native machine code now? Genuinely asking.
minus-square@kameecodinglink1•1 month 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-squareEthanlinkfedilinkEnglish1•1 month 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.
A language is only as enjoyable as the hellish legacy projects that you’ll actually spend your time maintaining.
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
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”.