Sun 4 Nov 2018 15:30 - 15:52 at Cambridge - Visualization, Debugging, Programming Chair(s): Antony Courtney

A live programming environment allows programmers to edit programs while they are running.This means that successive “edit steps” must not allow a programmer to bring the program in a form that does not make any sense to the underlying language processor (i.e. parser, compiler,…). Many live programming environments therefore rely on disciplined edit steps that are based on language elements such as objects, classes, and methods. Textual modifications to these elements are not seen as edit steps until some “accept” button is hit.Unfortunately, no such elements exist in current reactive languages. We present a new reactive language, called Haai, that is based on first-class higher-order reactors. Linguistically, Haai programs correspond to reactors or compositions of reactors. At run-time, reactors produce an infinite stream of values just like signals and behaviours in existing languages.Haai’s live programming environment relies on textual modifications of entire reactors as its basic edit steps. Changing a reactor automatically updates all occurrences of that reactor in the reactive program, while it is running.

Sun 4 Nov

Displayed time zone: Guadalajara, Mexico City, Monterrey change