Meerkat: A Distributed Reactive Programming Language with Live Updates

Heng Zhong,Anrui Liu
2024-07-09
Abstract:We propose a novel type-safe reactive programming language with live updates that extends an existing work to support multiple distributed evolution queues. Dependency sets of definitions are incorporated in the type system to protect the interaction between the frontend user interface and the backend database. Distributed live updates submitted by multiple programmers are ensured strong consistency based on an existing framework for distributed reactive propagation.
Programming Languages
What problem does this paper attempt to address?