English

Live, Rich, and Composable: Qualities for Programming Beyond Static Text

Programming Languages 2023-03-14 v1 Human-Computer Interaction Software Engineering

Abstract

Efforts to push programming beyond static textual code have sought to imbue programming with multiple distinct qualities. One long-acknowledged quality is liveness: providing programmers with in-depth feedback about a program's dynamic behavior as the program is edited. A second quality, long-explored but lacking a shared term of art, is richness: allowing programmers to edit programs though domain-specific representations and interactions rather than solely through text. In this paper, we map the relationship between these two qualities and survey past work that exemplifies them. We observe that systems combining liveness and richness often do so at the cost of an essential quality of traditional programming: composability. We argue that, by combining liveness, richness, and composability, programming systems can better capture the full potential of interactive computation without leaving behind the expressivity of traditional code.

Keywords

Cite

@article{arxiv.2303.06777,
  title  = {Live, Rich, and Composable: Qualities for Programming Beyond Static Text},
  author = {Joshua Horowitz and Jeffrey Heer},
  journal= {arXiv preprint arXiv:2303.06777},
  year   = {2023}
}

Comments

To appear in the proceedings of PLATEAU 2023

R2 v1 2026-06-28T09:13:12.084Z