Rose to Programmer Humor@programming.dev • 1 day agoThis will be really funny, until you remember 99% of current super hyped AI stuff is running on Pythonslrpnk.netimagemessage-square42fedilinkarrow-up11arrow-down10file-text
arrow-up11arrow-down1imageThis will be really funny, until you remember 99% of current super hyped AI stuff is running on Pythonslrpnk.netRose to Programmer Humor@programming.dev • 1 day agomessage-square42fedilinkfile-text
minus-squareqazlinkfedilinkEnglish0•1 day agoIt’s okay, but it’s a bit slow and dynamic typing in general isn’t that great IMO.
minus-square@JeremyHuntQW12@lemmy.worldlinkfedilink0•23 hours agoIt doesn’t have dynamic typing FFS, variable are typed. You mean declarations. You can’t have statically typed objects, because they are of indeterminate length.
minus-squarelime!linkfedilinkEnglish0•19 hours agoit is a dynamically typed language, but it’s not a weakly typed language.
minus-square@sping@lemmy.sdf.orglinkfedilinkEnglish0•1 day agoDynamic typing is shit. But type annotation plus CI checkers can give you the same benefits in most cases.
It’s okay, but it’s a bit slow and dynamic typing in general isn’t that great IMO.
It doesn’t have dynamic typing FFS, variable are typed. You mean declarations.
You can’t have statically typed objects, because they are of indeterminate length.
it is a dynamically typed language, but it’s not a weakly typed language.
Dynamic typing is shit. But type annotation plus CI checkers can give you the same benefits in most cases.