Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in immutability

Serializing immutable java classes to actionscript with LCDS

How thread safe are immutable objects?

Handling timeouts in immutable classes

How to compose mutable Iterators?

Immutability vs state change in a class

java oop immutability

Is there a way to get F#'s constructor-parameters-are-automatically-immutable-private-members feature in C#?

c# constructor f# immutability

Is there an alternative or way to have Rc<RefCell<X>> that restricts mutability of X?

Immutable readonly reference types & FXCop Violation: Do not declare read only mutable reference types

Equals() contract for .NET Dictionary / IDictionary vs equals() contract for Java Map

C++ to F# smooth translation

Is there a way to map to immutable entities in entity framework?

Clojure: immutability and persistence

How to instantiate immutable classes in a bidirectional association?

How do I create a cyclic graph of immutable objects in Perl and Moose?

perl moose immutability

Is there a bidirectional multimap persistent data structure?

Spring MVC 3 - Binding an 'immutable' object to a form

Does immutable data "burn up" RAM in D?

concurrency d immutability

Immutable Hash and Array implementation in JavaScript?

Can I initialize a BCL immutable collection using braces?

Passing an array as a function argument from within a function which takes it as an argument in C