As we discussed in our first post, Lasp is the name of our distributed deterministic programming model that is the basis of our research into providing a more expressive way of working with CRDTs and eventual consistency.
My work on Lasp was featured on InfoQ today in an article titled: Highly Distributed Computations Without Synchronization.
In this article, we motivate the design of Lasp, and explore one possible design of our eventually consistent advertisement counter.
I also enourage you to follow along on GitHub if you’re interested in learning more!