cm0002@infosec.pub to Programmer Humor@programming.dev · 4 months agoHaskellers when someone boasts about Typescript's fake type system.infosec.pubimagemessage-square33linkfedilinkarrow-up1155
arrow-up1155imageHaskellers when someone boasts about Typescript's fake type system.infosec.pubcm0002@infosec.pub to Programmer Humor@programming.dev · 4 months agomessage-square33linkfedilink
minus-squarechonglibloodsport@lemmy.worldlinkfedilinkarrow-up3·4 months agoHaskell keeps track of your types automatically. You can ask it “what is the type of this expression” and it will infer it for you. Haskell is of course fully static typed (types erased at compile time).
Haskell keeps track of your types automatically. You can ask it “what is the type of this expression” and it will infer it for you. Haskell is of course fully static typed (types erased at compile time).