Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in immutability

C#: how to define an extension method as "with" in F#?

What's the most concise way to create an immutable class in C#?

c# tuples immutability

Hiding privately mutable properties behind immutable interfaces in Objective-C

Angular 2 Components: How to handle circular Inputs and Outputs

Ruby - Immutable Objects

Pointer cycles in clojure

Which languages support Lenses or similar way to update immutable nested structures?

java scala immutability lenses

Why is returning this.variable not a vulnerability?

Why is react setState method immutable?

Creating strings in D without allocating memory?

Microsoft.FSharp.Collections vs System.Collections.Immutable

volatile + immutable holder object = thread safe?

How to get altered tree from Immutable tree, maximising reuse of nodes

Java - unmodifiable key set map

How to create default constructor for immutable class

How can I pass a const array or a variable array to a function in C?

When to use value and reference types for immutable types? (.NET)

c# .net immutability

Why does CouchDB use an append-only B+ tree and not a HAMT

How can I modify a collection while also iterating over it?

Does it exist annotations for marking a class as singleton or immutable in Java 9?