Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in immutability

Why should I avoid using local modifiable variables in Scala?

Immutability of string and concurrency

Is BigInteger immutable or not?

Guava ImmutableSet: Builder vs. of?

Specifying [readonly] property values [via ctor args] when instantiating [immutable] objects with AutoFixture

Julia functions: making mutable types immutable

julia immutability mutable

Statically decide if a Scala class is immutable

scala immutability

Under which circumstances do equal strings share the same reference?

How to create a map of records from a javascript raw object with Immutable.js?

Creating an immutable object without final fields?

java oop immutability final

Do final fields really prevent mutability in Java?

java immutability

What is the most efficient implementation of arrays with functional updates?

Mutable or immutable class?

Create immutable object in javascript

javascript immutability

Caching strategy for small immutable objects in Java?

Immutable types in javascript

Is String get/set threadsafe?

Should this immutable struct be a mutable class?

Fastest immutable list data structure for lots of concatenation and a single iteration

Locally editing a purely functional tree