Thadah D. Denyse@lemmy.blahaj.zone to Programmer Humor@programming.devEnglish · 2 years agoVersion Controllemmy.blahaj.zoneimagemessage-square57linkfedilinkarrow-up1399arrow-down115
arrow-up1384arrow-down1imageVersion Controllemmy.blahaj.zoneThadah D. Denyse@lemmy.blahaj.zone to Programmer Humor@programming.devEnglish · 2 years agomessage-square57linkfedilink
minus-squareexpr@programming.devlinkfedilinkarrow-up2·2 years agoKind of, though they honestly just do pretend immutability. Object references are still copied everywhere.
minus-square0101100101@programming.devlinkfedilinkEnglisharrow-up5·2 years agoAll of javascript is kinda just pretend.
minus-squarefrezik@midwest.sociallinkfedilinkarrow-up2·2 years agoI 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.
Kind of, though they honestly just do pretend immutability. Object references are still copied everywhere.
All of javascript is kinda just pretend.
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.