Clojure Exchange 2014

45 thoughts
last posted Dec. 5, 2014, 5:43 p.m.

25 later thoughts

0

Ctries: linear access, can reconstitute a structure from the history of its operations. Source coming soon on Github.

Transient data (or mutable by another name) that you can make immutable snapshots from in O(1)

Deref creates independent mutable structures based on the original

Designed for safe concurrent modification.

19 earlier thoughts