Filling Typed Holes with Live GUIs
Filling Typed Holes with Live GUIs
复制标题
使用实时 GUI 填充键入的孔
DOI:
10.1145/3453483.3454059
复制
发表时间:
2021
期刊:
影响因子:
--
通讯作者:
Chugh, Ravi
中科院分区:
文献类型:
--
作者:
Omar, Cyrus;Moon, David;Blinn, Andrew;Voysey, Ian;Collins, Nick;Chugh, Ravi
Text editing is powerful, but some types of expressions are more naturally represented and manipulated graphically. Examples include expressions that compute colors, music, animations, tabular data, plots, diagrams, and other domain-specific data structures. This paper introduceslive literals, orlivelits, which allow clients to fill holes of types like these by directly manipulating a user-defined GUI embedded persistently into code. Uniquely, livelits arecompositional: a livelit GUI can itself embed spliced expressions, which are typed, lexically scoped, and can in turn embed other livelits. Livelits are also uniquelylive: a livelit can provide continuous feedback about the run-time implications of the client’s choices even when splices mention bound variables, because the system continuously gathers closures associated with the hole that the livelit is filling. We integrate livelits into Hazel, a live hole-driven programming environment, and describe case studies that exercise these novel capabilities. We then define a simply typed livelit calculus, which specifies how livelits operate as live graphical macros. The metatheory of macro expansion has been mechanized in Agda.