Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in immutability

What is the advantage of annotating an immutable Java class with @Immutable?

Are .NET enum types actually mutable value types?

non-technical benefits of having string-type immutable

How to create an immutable list in Kotlin that is also an immutable list in Java?

final String class vs final methods of Non-final String class

java string immutability final

Immutable Design: Dealing with Constructor Insanity

c# immutability

How can I avoid mutable variables in Scala when using ZipInputStreams and ZipOutpuStreams?

Does Scala have record update syntax for making modified clones of immutable data structures?

scala immutability

Ways to make a class immutable in Python

What is the theory behind mutable and immutable types?

Guava ImmutableMap Builder syntax

java guava 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?