The Reactive Library

Overview

The Reactive Library is an implementation of a low-level reactive engine (or toolkit). This implementation is a port of the Java SugarCubes Library. The main difference (aside from the implementation language) is that we support preemption of actions (as in Berry’s Communicating Reactive Processes model).

Contents

structure Reactive

something

Usage

For SML/NJ, include $/reactive-lib.cm in your CM file.

For use in MLton, include $(SML_LIB)/smlnj-lib/Reactive/reactive-lib.mlb in your MLB file.