dosuser123456@lemmy.sdf.org to Programmer Humor@programming.dev · 3 months agojs is in the "pure embodiment of hell" category along with vb.net and phplemmy.sdf.orgimagemessage-square84fedilinkarrow-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 · 3 months agomessage-square84fedilink
minus-squareBlueKey@fedia.iolinkfedilinkarrow-up15·3 months agoPython should be one of the chaotics. You can even dynamically create global variables in there.
minus-square_stranger_@lemmy.worldlinkfedilinkarrow-up4·3 months agoor return values for properties that don’t exist, and only get created on access! I love python.
minus-squareBlueKey@fedia.iolinkfedilinkarrow-up1·3 months agoOr have variables inside a loop hoisted up in the function. Fun when you capture them with lambdas.
minus-squareulterno@programming.devlinkfedilinkEnglisharrow-up1·3 months agoIt’s like having a PHP webserver inside a class
minus-squaremasterspace@lemmy.calinkfedilinkEnglisharrow-up2·3 months agoMost overrated language imho.
Python should be one of the chaotics.
You can even dynamically create global variables in there.
Removed by mod
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
Most overrated language imho.