• @[email protected]
    link
    fedilink
    124 days ago

    I “love” how JavaScript has slowly rediscovered every piece of functional programming wisdom that was developed before 1980.

    • @[email protected]
      link
      fedilink
      24 days ago

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

      • @[email protected]
        link
        fedilink
        24 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.