dosuser123456@lemmy.sdf.org to Programmer Humor@programming.dev · 10 days agojs is in the "pure embodiment of hell" category along with vb.net and phplemmy.sdf.orgexternal-linkmessage-square14fedilinkarrow-up13arrow-down10
arrow-up13arrow-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 · 10 days agomessage-square14fedilink
minus-squareBlueKey@fedia.iolinkfedilinkarrow-up1·9 days agoPython should be one of the chaotics. You can even dynamically create global variables in there.
minus-squareValmond@lemmy.worldlinkfedilinkarrow-up0·9 days agoOr stick a new variable onto the instance of a class 🤯
minus-square_stranger_@lemmy.worldlinkfedilinkarrow-up0·8 days agoor return values for properties that don’t exist, and only get created on access! I love python.
minus-squareulterno@programming.devlinkfedilinkEnglisharrow-up1·8 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.
It’s like having a PHP webserver inside a class