Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in immutability

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]

Why aren't Guava ImmutableCollections interfaces?

java guava immutability

Efficient Immutable Map Implementation?

Can functional/immutable data structures still be useful for concurrency in a non-garbage collected context?

How to check immutability [duplicate]

Efficient persistent data structures for relational database

How do I "append" to an immutable dictionary in Swift?

Automapper and immutability

automapper immutability

ReadOnlyCollection<T> Thread Safety

Immutable class/object, private Constructor, factory method

java singleton immutability