Jeena to Programmer [email protected]English • 7 months agoBefore and after programmingpiefed.jeena.netimagemessage-square139fedilinkarrow-up1532
arrow-up1532imageBefore and after programmingpiefed.jeena.netJeena to Programmer [email protected]English • 7 months agomessage-square139fedilink
minus-square@[email protected]linkfedilink26•7 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-square@[email protected]linkfedilinkEnglish9•7 months agoThat’s why the Java programmer looks happier in the “after” pic. Not as much as Python but it’s still there.
minus-squaremosiacmangolinkfedilink10•7 months agoThe jpeg is strong, but if you look closely she is covered with scabs and sores.
minus-squarea baby ducklinkfedilink17•7 months agoA language is only as enjoyable as the hellish legacy projects that you’ll actually spend your time maintaining.
minus-squareEthanlinkfedilinkEnglish2•7 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”.
minus-square@[email protected]linkfedilinkEnglish2•edit-27 months agoDoes Java have an elegant way of compiling to native machine code now? Genuinely asking.
minus-square@[email protected]linkfedilink1•7 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.
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.
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”.
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.