The Picard Maneuver@piefed.world to Lemmy Shitpost@lemmy.worldEnglish · 2 months agoThey will remembermedia.piefed.worldimagemessage-square96linkfedilinkarrow-up1394arrow-down112
arrow-up1382arrow-down1imageThey will remembermedia.piefed.worldThe Picard Maneuver@piefed.world to Lemmy Shitpost@lemmy.worldEnglish · 2 months agomessage-square96linkfedilink
minus-squareZarathustra@lemmy.worldlinkfedilinkarrow-up22·2 months ago“Cunt” != “cunt” $ python Python 3.12.8 (main, Dec 16 2024, 16:12:47) [GCC 13.3.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> "Cunt" == "cunt" False
minus-squarefittedsyllabi@lemmy.worldlinkfedilinkarrow-up13·2 months agoJee panwa chuba, cunt. -Java the Hutt
minus-squareZarathustra@lemmy.worldlinkfedilinkarrow-up7·2 months agoNo REPL, no do. Also, the fact that you have to do String.equals(...) is just a bit eww.
minus-squareJackbyDev@programming.devlinkfedilinkEnglisharrow-up2·2 months ago :( https://docs.oracle.com/en/java/javase/21/jshell/introduction-jshell.html since 2017
“Cunt” != “cunt”
$ python Python 3.12.8 (main, Dec 16 2024, 16:12:47) [GCC 13.3.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> "Cunt" == "cunt" False
Now do Java
Jee panwa chuba, cunt.
-Java the Hutt
No REPL, no do.
Also, the fact that you have to do
String.equals(...)
is just a bit eww.jshell!