dosuser123456@lemmy.sdf.org to Programmer Humor@programming.dev · 1 year agojs is in the "pure embodiment of hell" category along with vb.net and phplemmy.sdf.orgimagemessage-square93linkfedilinkarrow-up1190arrow-down153
arrow-up1137arrow-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 · 1 year agomessage-square93linkfedilink
minus-squareBlueKey@fedia.iolinkfedilinkarrow-up15·1 year agoPython should be one of the chaotics. You can even dynamically create global variables in there.
minus-squareValmond@lemmy.worldlinkfedilinkarrow-up5·1 year agoOr stick a new variable onto the instance of a class 🤯
minus-square_stranger_@lemmy.worldlinkfedilinkarrow-up4·1 year agoor return values for properties that don’t exist, and only get created on access! I love python.
minus-squareulterno@programming.devlinkfedilinkEnglisharrow-up1·1 year agoIt’s like having a PHP webserver inside a class
minus-squareBlueKey@fedia.iolinkfedilinkarrow-up1·1 year 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.
Most overrated language imho.