From the 1 of 5 linked papers with an AI index.
4 citations · 4 across the 2 of their papers we have counts for
5 papers
Bidirectional Type Slicing
Max Carroll, Anil Madhavapeddy, Cyrus Omar
The paper introduces a theory of type slicing for bidirectional type systems, allowing programmers to query parts of a term's type and receive a minimal program slice that reproduc…
Practical Algebraic Stepping with Scoped Filters
Haoxiang Fei, Matthew Keenan, Cyrus Omar
Algebraic steppers help students learn functional programming by displaying evaluation as a sequence of small-step reductions, but even simple programs produce long traces in which…
Incremental Live Programming via Shortcut Memoization
Marisa Kirisame, Thomas J. Porter, Ruqing Yang +5
Live programming systems aim to quickly show programmers the dynamic impacts of program edits. To do so, they re-execute the program whenever it is edited, which poses a computatio…
Syntactic Completions with Material Obligations
David Moon, Andrew Blinn, Thomas J. Porter +1
Code editors provide essential services that help developers understand, navigate, and modify programs. However, these services often fail in the presence of syntax errors. Existin…
Incremental Bidirectional Typing via Order Maintenance
Thomas J. Porter, Marisa Kirisame, Ivan Wei +2
Live programming environments provide various semantic services, including type checking and evaluation, continuously as the user is editing the program. The live paradigm promises…