Rose to Programmer [email protected] • 2 days agoThis will be really funny, until you remember 99% of current super hyped AI stuff is running on Pythonslrpnk.netimagemessage-square49fedilinkarrow-up1468
arrow-up1468imageThis will be really funny, until you remember 99% of current super hyped AI stuff is running on Pythonslrpnk.netRose to Programmer [email protected] • 2 days agomessage-square49fedilink
minus-squareqazlinkfedilinkEnglish6•2 days agoIt’s okay, but it’s a bit slow and dynamic typing in general isn’t that great IMO.
minus-square@[email protected]linkfedilinkEnglish4•2 days agoDynamic typing is shit. But type annotation plus CI checkers can give you the same benefits in most cases.
minus-square@[email protected]linkfedilink1•2 days 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!linkfedilinkEnglish4•2 days 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.