Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in immutability

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

How to maintain an immutable list when you impact object linked to each other into this list

Preferred way of returning an immutable object

Understanding immutable composite types with fields of mutable types in Julia

immutability julia mutable

Why are instances of the `object` class immutable in Python?

Scala Immutable MultiMap

How to make a copy of a reference type [duplicate]