Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in immutability

How does concurrency using immutable/persistent types and data structures work?

How to create immutable structs in C++?

c++ immutability

When manipulating immutable datastructures, what's the difference between Clojure's assoc-in and Haskell's lenses?

Immutable objects in PHP?

php class immutability

Polymorphic updates in an immutable class hierarchy

Immutable data in async systems

How to avoid making defensive copies of ByteBuffer?

java immutability nio

Scala: collecting updates/changes of immutable state

How can one create cyclic (and immutable) data structures in Clojure without extra indirection?

Why is immutability enforced in Rust unless otherwise specified with `mut`?

rust immutability

Why does Scala's toSeq convert an immutable Set to a mutable ArrayBuffer?

mutable fields in Julia struct

Is there any run-time overhead to readonly?

SetState of an array of Objects in React

What is the data structure behind Clojure's sets?

How to manage immutable class with LinkedList as an instance field?

java class field immutability

A grasp of immutable datastructures

How do I make a struct immutable?

c# struct immutability

TypeScript return immutable/const/readonly Array

Scala immutable map, when to go mutable?