You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 9, 2026. It is now read-only.
It seems that Juno and acid-state (Hackage) is a match made in heaven - eventual consistency with ACID guarantees on each of the nodes, allowing for any* haskell datatype to be easily turned into a distributed shared variable. I was planning to implement this myself, but since large changes are planned, I thought I'd make the suggestion so it can be implemented internally instead of needing to be rewritten once the changes are made.
It seems that Juno and acid-state (Hackage) is a match made in heaven - eventual consistency with ACID guarantees on each of the nodes, allowing for any* haskell datatype to be easily turned into a distributed shared variable. I was planning to implement this myself, but since large changes are planned, I thought I'd make the suggestion so it can be implemented internally instead of needing to be rewritten once the changes are made.