dosuser123456@lemmy.sdf.org to Programmer Humor@programming.dev · 9 days agojs is in the "pure embodiment of hell" category along with vb.net and phplemmy.sdf.orgexternal-linkmessage-square89fedilinkarrow-up1183arrow-down153
arrow-up1130arrow-down1external-linkjs is in the "pure embodiment of hell" category along with vb.net and phplemmy.sdf.orgdosuser123456@lemmy.sdf.org to Programmer Humor@programming.dev · 9 days agomessage-square89fedilink
minus-squareBlueKey@fedia.iolinkfedilinkarrow-up15·8 days agoPython should be one of the chaotics. You can even dynamically create global variables in there.
minus-squareValmond@lemmy.worldlinkfedilinkarrow-up5·8 days agoOr stick a new variable onto the instance of a class 🤯
minus-square_stranger_@lemmy.worldlinkfedilinkarrow-up4·8 days agoor return values for properties that don’t exist, and only get created on access! I love python.
minus-squareBlueKey@fedia.iolinkfedilinkarrow-up1·8 days agoOr have variables inside a loop hoisted up in the function. Fun when you capture them with lambdas.
minus-squareulterno@programming.devlinkfedilinkEnglisharrow-up1·7 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.
Most overrated language imho.
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