distributed-systems
Gleam's Promises
Gleam promises a beautiful syntax, the power of a type system, and functional programming on top of the highly concurrent BEAM VM. A very intriguing concept! But why would it have Promises?
distributed-systems
Gleam promises a beautiful syntax, the power of a type system, and functional programming on top of the highly concurrent BEAM VM. A very intriguing concept! But why would it have Promises?
distributed-systems
Vector Clocks capture causal relationships between events in a distributed system. However, ordering them is not easy and not always…