dosuser123456@lemmy.sdf.org to Programmer Humor@programming.dev · 3 days agojs is in the "pure embodiment of hell" category along with vb.net and phplemmy.sdf.orgimagemessage-square86linkfedilinkarrow-up1178arrow-down153
arrow-up1125arrow-down1imagejs is in the "pure embodiment of hell" category along with vb.net and phplemmy.sdf.orgdosuser123456@lemmy.sdf.org to Programmer Humor@programming.dev · 3 days agomessage-square86linkfedilink
minus-squareBlueKey@fedia.iolinkfedilinkarrow-up14·2 days agoPython should be one of the chaotics. You can even dynamically create global variables in there.
minus-squareValmond@lemmy.worldlinkfedilinkarrow-up5·2 days agoOr stick a new variable onto the instance of a class 🤯
minus-square_stranger_@lemmy.worldlinkfedilinkarrow-up4·2 days agoor return values for properties that don’t exist, and only get created on access! I love python.
minus-squareulterno@programming.devlinkfedilinkEnglisharrow-up0·1 day agoIt’s like having a PHP webserver inside a class
minus-squareBlueKey@fedia.iolinkfedilinkarrow-up1·2 days agoOr have variables inside a loop hoisted up in the function. Fun when you capture them with lambdas.
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.
It’s like having a PHP webserver inside a class
Or have variables inside a loop hoisted up in the function. Fun when you capture them with lambdas.