@dosuser123456@lemmy.sdf.org to Programmer Humor@programming.dev • 15 days agojs is in the "pure embodiment of hell" category along with vb.net and phplemmy.sdf.orgimagemessage-square89fedilinkarrow-up1183arrow-down153
arrow-up1130arrow-down1imagejs is in the "pure embodiment of hell" category along with vb.net and phplemmy.sdf.org@dosuser123456@lemmy.sdf.org to Programmer Humor@programming.dev • 15 days agomessage-square89fedilink
minus-squareBlueKeylinkfedilink15•14 days agoPython should be one of the chaotics. You can even dynamically create global variables in there.
minus-square@Valmond@lemmy.worldlinkfedilink5•14 days agoOr stick a new variable onto the instance of a class 🤯
minus-square@_stranger_@lemmy.worldlinkfedilink4•14 days agoor return values for properties that don’t exist, and only get created on access! I love python.
minus-squareBlueKeylinkfedilink1•14 days agoOr have variables inside a loop hoisted up in the function. Fun when you capture them with lambdas.
minus-square@ulterno@programming.devlinkfedilinkEnglish1•13 days agoIt’s like having a PHP webserver inside a class
Python should be one of the chaotics.
You can even dynamically create global variables in there.
Or stick a new variable onto the instance of a class 🤯
or return values for properties that don’t exist, and only get created on access!
I love python.
Or have variables inside a loop hoisted up in the function. Fun when you capture them with lambdas.
It’s like having a PHP webserver inside a class
Most overrated language imho.