Fungi serves as the target language for IODyn. Unlike IODyn, the incremental features of Fungi are explicit. In particular, Fungi provides language affordances for - first-class names, - first class name-functions, - input/output collections whose types are indexed by sets of names (e.g., to uniquely identify positions in a list), and - functions whose types are indexed by what cached data and computations they read and write. Though the semantics of Fungi are effectful, wherein it allocates programmer-named values and computations, and reads these objects from memory later, the behavior of Fungi is functional: the key invariant of its type-and-effects system.
More precisely, Fungi provides two languages: One for the Archivist (the functional subset), and an imperative "wrapper" language for the Editor, who is permitted to mutate the Archivist's input, and then indicate where the output of archivist computations should be incrementally repaired, on demand.
src/tgt_ast.rs
, and test/tgt_ast.rs