Rose@slrpnk.net to Programmer Humor@programming.dev · 1 month agoThis will be really funny, until you remember 99% of current super hyped AI stuff is running on Pythonslrpnk.netimagemessage-square56linkfedilinkarrow-up1486arrow-down110file-text
arrow-up1476arrow-down1imageThis will be really funny, until you remember 99% of current super hyped AI stuff is running on Pythonslrpnk.netRose@slrpnk.net to Programmer Humor@programming.dev · 1 month agomessage-square56linkfedilinkfile-text
minus-squareqaz@lemmy.worldlinkfedilinkEnglisharrow-up6·1 month agoIt’s okay, but it’s a bit slow and dynamic typing in general isn’t that great IMO.
minus-squaresping@lemmy.sdf.orglinkfedilinkEnglisharrow-up4·1 month agoDynamic typing is shit. But type annotation plus CI checkers can give you the same benefits in most cases.
minus-squareJeremyHuntQW12@lemmy.worldlinkfedilinkarrow-up1arrow-down2·1 month 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!@feddit.nulinkfedilinkEnglisharrow-up5·1 month agoit is a dynamically typed language, but it’s not a weakly typed language.
It’s okay, but it’s a bit slow and dynamic typing in general isn’t that great IMO.
Dynamic typing is shit. But type annotation plus CI checkers can give you the same benefits in most cases.
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.