cm0002@lemmy.world to Programmer Humor@programming.dev · 12 天前Does this exist anywhere outside of C++?lemmy.mlimagemessage-square59fedilinkarrow-up1167arrow-down123
arrow-up1144arrow-down1imageDoes this exist anywhere outside of C++?lemmy.mlcm0002@lemmy.world to Programmer Humor@programming.dev · 12 天前message-square59fedilink
minus-squareCroquette@sh.itjust.workslinkfedilinkarrow-up4·10 天前I just learned that in Python, it’s fucking terrible. Python is a fucking mess and my next script will be in a different language.
minus-squareqaz@lemmy.worldlinkfedilinkEnglisharrow-up4·10 天前Perhaps TS is not a terrible language for shell scripts after all
minus-squareCroquette@sh.itjust.workslinkfedilinkarrow-up2·edit-29 天前Never tried it, but I will probably be more at home than python.
minus-squareandMoonsValue@lemmy.worldlinkfedilinkarrow-up3·10 天前As a python lover, I have to ask, what don’t you like about it and what languages do you generally prefer?
minus-squareCroquette@sh.itjust.workslinkfedilinkarrow-up1·9 天前I prefer strongly typed languages. Using bytes isn’t intuitive. Transforming certain data types into other data types is often not straightforward. The identation is the worst though. Let me format the code however I want.
print('string\n', end='')
I just learned that in Python, it’s fucking terrible. Python is a fucking mess and my next script will be in a different language.
Perhaps TS is not a terrible language for shell scripts after all
Never tried it, but I will probably be more at home than python.
python is a bad joke that never ends
As a python lover, I have to ask, what don’t you like about it and what languages do you generally prefer?
I prefer strongly typed languages. Using bytes isn’t intuitive.
Transforming certain data types into other data types is often not straightforward.
The identation is the worst though. Let me format the code however I want.