257m to [email protected] • 2 years agoWhat are your programming hot takes?message-square868fedilinkarrow-up1316arrow-down112
arrow-up1304arrow-down1message-squareWhat are your programming hot takes?257m to [email protected] • 2 years agomessage-square868fedilink
minus-squareGaveUp [she/her]linkfedilinkEnglish1•2 years agoIt’s not just the typing It’s the fact that you can be extremely flexible with data structures and variables E.g. you can have a list of strings and ints in Python but not java
minus-square@[email protected]linkfedilink1•2 years agoThis is why union types are great (also sum types are similar I think, never used those)
It’s not just the typing
It’s the fact that you can be extremely flexible with data structures and variables
E.g. you can have a list of strings and ints in Python but not java
This is why union types are great (also sum types are similar I think, never used those)