ZILtoid1991@lemmy.world to Programmer Humor@programming.dev · 11 hours agoMeet Potential Languagelemmy.worldimagemessage-square23fedilinkarrow-up1145arrow-down14
arrow-up1141arrow-down1imageMeet Potential Languagelemmy.worldZILtoid1991@lemmy.world to Programmer Humor@programming.dev · 11 hours agomessage-square23fedilink
minus-squarejjj@lemmy.blahaj.zonelinkfedilinkarrow-up3·3 hours ago strong typing Grrrrrrr. (this term is ambiguous but still very popular for some reason https://en.wikipedia.org/wiki/Type_safety#Strong_and_weak_typing) There are other well defined ways to describe a type system, such as: Static vs dynamic Implicit vs manifest e.g. Rust’s is mostly static and sometimes optionally implicit Haskell’s is static and optionally implicit Python’s, Lua’s, etc is dynamic and implicit C’s is static and manifest
Grrrrrrr. (this term is ambiguous but still very popular for some reason https://en.wikipedia.org/wiki/Type_safety#Strong_and_weak_typing)
There are other well defined ways to describe a type system, such as:
e.g.