• expr@programming.dev
    link
    fedilink
    arrow-up
    2
    ·
    2 days ago

    Kind of, though they honestly just do pretend immutability. Object references are still copied everywhere.

    • frezik@midwest.social
      link
      fedilink
      arrow-up
      2
      ·
      2 days ago

      I find you need the whole ecosystem to support immutability to make it work. Every library needs to be based around it. Elixir is about the only modern option that does.