dosuser123456 to Programmer Humor@programming.dev · 2 months agojs is in the "pure embodiment of hell" category along with vb.net and phplemmy.sdf.orgimagemessage-square93fedilinkarrow-up1189arrow-down153cross-posted to: memes@lemmy.ml
arrow-up1136arrow-down1imagejs is in the "pure embodiment of hell" category along with vb.net and phplemmy.sdf.orgdosuser123456 to Programmer Humor@programming.dev · 2 months agomessage-square93fedilinkcross-posted to: memes@lemmy.ml
minus-squareBlueKey@fedia.iolinkfedilinkarrow-up15·2 months agoPython should be one of the chaotics. You can even dynamically create global variables in there.
minus-squareValmond@lemmy.worldlinkfedilinkarrow-up5·2 months agoOr stick a new variable onto the instance of a class 🤯
minus-square_stranger_@lemmy.worldlinkfedilinkarrow-up4·2 months agoor return values for properties that don’t exist, and only get created on access! I love python.
minus-squareBlueKey@fedia.iolinkfedilinkarrow-up1·2 months agoOr have variables inside a loop hoisted up in the function. Fun when you capture them with lambdas.
minus-squareulterno@programming.devlinkfedilinkEnglisharrow-up1·2 months agoIt’s like having a PHP webserver inside a class
minus-squaremasterspace@lemmy.calinkfedilinkEnglisharrow-up2·1 month agoMost overrated language imho.
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.