Should CRDT's be the core language feature of concurrency oriented programming languages?

Should CRDT’s be the core language feature of concurrency oriented programming languages?

In distributed computing, a conflict-free replicated data type (abbreviated CRDT) is a type of specially-designed data structure used to achieve strong eventual consistency (SEC) and monotonicity (absence of rollbacks).

1 Like

You might like this blog post @KuldeepSinhC Phoenix Blog Posts

1 Like

The Lasp language explores this exact question. Chris McCord linked to this guy Christopher Meiklejohn in IRC, so I assume he has learned a lot about CRDT’s from him: readings in CRDTs.

5 Likes