On 31.1.12 17:27, Julian Reschke wrote:
On 2012-01-31 17:42, Thomas Mueller wrote:Hi, I would prefer we stick with what we know: Java. If we need immutable collections: I'm sure there are libraries for Java that provide such features.The Java collections fwk allows turning any collection into an immutable collection, no?
I was referring to immutable collections in functional settings (aka persistence [1]).
Michael [1] http://en.wikipedia.org/wiki/Persistent_data_structure
