cm0002@lemmy.world to Programmer Humor@programming.dev · 2 months agoDoes this exist anywhere outside of C++?lemmy.mlimagemessage-square58linkfedilinkarrow-up1168arrow-down123cross-posted to: programmerhumor@lemmy.ml
arrow-up1145arrow-down1imageDoes this exist anywhere outside of C++?lemmy.mlcm0002@lemmy.world to Programmer Humor@programming.dev · 2 months agomessage-square58linkfedilinkcross-posted to: programmerhumor@lemmy.ml
minus-squareCroquette@sh.itjust.workslinkfedilinkarrow-up5·2 months agoI 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·2 months agoPerhaps TS is not a terrible language for shell scripts after all
minus-squareCroquette@sh.itjust.workslinkfedilinkarrow-up2·edit-22 months agoNever tried it, but I will probably be more at home than python.
minus-squareandMoonsValue@lemmy.worldlinkfedilinkarrow-up3·2 months agoAs 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·2 months agoI 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.