dosuser123456@lemmy.sdf.org to Programmer Humor@programming.dev · 2 个月前js is in the "pure embodiment of hell" category along with vb.net and phplemmy.sdf.orgexternal-linkmessage-square93fedilinkarrow-up1189arrow-down153
arrow-up1136arrow-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 · 2 个月前message-square93fedilink
minus-squareBlueKey@fedia.iolinkfedilinkarrow-up15·2 个月前Python should be one of the chaotics. You can even dynamically create global variables in there.
minus-squareValmond@lemmy.worldlinkfedilinkarrow-up5·2 个月前Or stick a new variable onto the instance of a class 🤯
minus-square_stranger_@lemmy.worldlinkfedilinkarrow-up4·2 个月前or return values for properties that don’t exist, and only get created on access! I love python.
minus-squareulterno@programming.devlinkfedilinkEnglisharrow-up1·2 个月前It’s like having a PHP webserver inside a class
minus-squareBlueKey@fedia.iolinkfedilinkarrow-up1·2 个月前Or 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.