5 ms·
They're all weakly typed languages but C is statically typed.
by peaky_blinder 4y ago
They're all weakly typed languages but C is statically typed.
- kaba0 4y agoI think parent didn't say anything to the contrary, or maybe it was edited?
- fnord123 4y agoFirst iteration was didn't include the part about haskell/ocaml.
- simiones 4y agoPython is generally considered quite strongly typed, though dynamic. That is because Python has relatively few implicit conversions, and especially few that are surprising ("1" + 1 is an error, not 2 or "11"; and unsigned short + unsigned short does not equal a signed int).