@MashedTech@lemmy.world to Programmer Humor@lemmy.ml • 2 months agoI redid the meme with what hurts melemmy.worldimagemessage-square99fedilinkarrow-up1740 cross-posted to: programmerhumor@lemmy.worldprogrammer_humor@programming.dev
arrow-up1740imageI redid the meme with what hurts melemmy.world@MashedTech@lemmy.world to Programmer Humor@lemmy.ml • 2 months agomessage-square99fedilink cross-posted to: programmerhumor@lemmy.worldprogrammer_humor@programming.dev
minus-squarejanAkalilinkEnglish1•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
Meanwhile 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