MashedTech@lemmy.world to Programmer Humor@lemmy.ml · 2 months agoI redid the meme with what hurts melemmy.worldimagemessage-square24fedilinkarrow-up176arrow-down11 cross-posted to: programmerhumor@lemmy.world
arrow-up175arrow-down1imageI redid the meme with what hurts melemmy.worldMashedTech@lemmy.world to Programmer Humor@lemmy.ml · 2 months agomessage-square24fedilink cross-posted to: programmerhumor@lemmy.world
minus-squareSmoogs@lemmy.worldlinkfedilinkarrow-up0arrow-down2·2 months ago“Print needs ()” Oh fuck off. years of code that cannot be easily redone in ANY editor. Whoever OCDd that into python 3 needs to have their asshole kicked up into their mouth.
minus-squarejanAkali@lemmy.onelinkfedilinkEnglisharrow-up1·edit-22 months agoMeanwhile Nim: echo "I am still worthy" let a = r"I hate the ugly '\' at the end of " & "multiline statements" for x in 0..9: if x == 6: echo x echo x # this is error in Nim, but not in python. Insane! assert false + 1 # this is an error (python devs in shambles) assert true - 1 # see above Thanks for coming to my Ted-talk. More here: Nim for Python Programmers
“Print needs ()”
Oh fuck off. years of code that cannot be easily redone in ANY editor. Whoever OCDd that into python 3 needs to have their asshole kicked up into their mouth.
Meanwhile Nim:
Thanks for coming to my Ted-talk.
More here: Nim for Python Programmers