Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in immutability

How to make Scala's immutable collections hold immutable objects

Efficient mass modification of persistent data structures

Why can't I change attribute of a class in Python

What is the best way of representing an immutable list in .NET?

.net list f# immutability

Using Bcl ImmutableDictionary in private field

Is there a Java version of Clojure's or Scala's persistent immutable vector?

Is it possible for pure functions in Haskell to mutate local copies of variables?

Critique of immutable classes with circular references design, and better options

Protect Final Variables from reflection

Java Immutable Objects [closed]

How deep would you expect the immutability of an immutable list to be?

Scala: why remove is deprecated in favor of filterNot?

Does one need defensive copies for Java enum types?

java enums immutability

Why does Scala need the def statement?

Encapsulation for mutable objects in Java

How can I write an app that doesn't change state (in functional language)?

List of OO languages where object immutability can be compiler enforced

Implementing the value object pattern in D

Scala Immutable Set is Mutable when declaring as a var

scala set immutability mutable

Overriding the == operator in non-immutable types