• GaveUp [she/her]
    ·
    edit-2
    10 months 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
      ·
      10 months ago

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