Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in immutability

How to set super class properties in @Immutable classes?

Why would one want to use the public constructors on Boolean and similar immutable classes?

In Scala, how do immutable and mutable sets and maps compare with regard to garbage collection?

Why implement two so similar data structures like List and Tuple [duplicate]

Why does F# Interactive behave differently than compiler with regards to immutable value definition?

Immutable class in Eiffel

Is it possible to use SQLite.NET with immutable record types?

In D, how can I declare a hash of immutable types that is itself mutable?

d immutability

How to implement the "One Binary" principle with Docker

RxJS with immutable datastructures?

F#: only do one action once for the first event, without mutability/locking?

java strings inmutable but the code doesn't shows that [duplicate]

java string immutability

In Elixir, is there any way to make _real_ constants?

How to create immutable objects in Kotlin?

Dataclass-style object with mutable and immutable properties?

Is marking String type reference as Volatile safe?

Why do we need Rc<T> when immutable references can do the job?

Immutable beans in Java

How to get an arbitrary element from a frozenset?

What is the difference between @Immutable and @Entity(mutable=false) when using Hibernate