• GaveUp [love/loves]
      ·
      edit-2
      1 year ago

      It's not just the physical 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

      • morrowind@lemmy.ml
        ·
        1 year ago

        This is why union types are great (also sum types are similar I think, never used those)