Published September 19, 2020 | Version v1
Conference paper Open

Programming with a Read-Eval-Synth Loop

  • 1. University of California, San Diego
  • 2. Technion
  • 3. Codota and Technion

Description

A frequent programming pattern for small tasks, especially expressions, is to repeatedly evaluate the program on an input as its editing progresses. The Read-Eval-Print Loop (REPL) interaction model has been a successful model for this programming pattern. We present the new notion of Read-Eval-Synth Loop (RESL) that extends REPL by providing in-place synthesis on parts of the expression marked by the user. RESL eases programming by synthesizing parts of a required solution. The underlying synthesizer relies on a partial solution from the programmer and a few examples.

RESL hinges on bottom-up synthesis with general predicates and sketching, generalizing programming by example. To make RESL practical, we present a formal framework that extends observational equivalence to non-example specifications.

We show the value of RESL by conducting a controlled within-subjects user-study on 19 programmers from 8 companies, where programmers are asked to solve a small but challenging set of competitive programming problems. We find that programmers using RESL solve these problems with far less need to edit the code themselves and by browsing documentation far less. In addition, they are less likely to leave a task unfinished and more likely to be correct.

 

Files

README.md

Files (5.7 GB)

Name Size Download all
md5:75dfb51ec10fb442753011c2b54a5977
4.1 kB Download
md5:04aa611d440d404fd81d6f6fdb4be5c7
7.2 kB Preview Download
md5:71f2427f2da4ee610e4ed31b02fb2f67
5.7 GB Preview Download