We gratefully acknowledge support from
the Simons Foundation and member institutions.
Full-text links:

Download:

Current browse context:

cs.PL

Change to browse by:

References & Citations

DBLP - CS Bibliography

Bookmark

(what is this?)
CiteULike logo BibSonomy logo Mendeley logo del.icio.us logo Digg logo Reddit logo

Computer Science > Programming Languages

Title: Maniposynth: Bimodal Tangible Functional Programming

Abstract: Traditionally, writing code is a non-graphical, abstract, and linear process. Not everyone is comfortable with this way of thinking at all times. Can programming be transformed into a graphical, concrete, non-linear activity? While nodes-and-wires and blocks-based programming environments do leverage graphical direct manipulation, users perform their manipulations on abstract syntax tree elements, which are still abstract. Is it possible to be more concrete - could users instead directly manipulate live program values to create their program?
We present a system, Maniposynth, that reimagines functional programming as a non-linear workflow where program expressions are spread on a 2D canvas. The live results of those expressions are continuously displayed and available for direct manipulation. The non-linear canvas liberates users to work out-of-order, and the live values can be interacted with via drag-and-drop. Incomplete programs are gracefully handled via hole expressions, which allow Maniposynth to offer program synthesis. Throughout the workflow, the program is valid OCaml code which the user may inspect and edit in their preferred text editor at any time.
With Maniposynth's direct manipulation features, we created 38 programs drawn from a functional data structures course. We additionally hired two professional OCaml developers to implement a subset of these programs. We report on these experiences and discuss to what degree Maniposynth meets its goals of providing a non-linear, concrete, graphical programming workflow.
Comments: ECOOP 2022 Paper + Appendices. 34 pages, 15 figures. For video figure and artifact, see this https URL
Subjects: Programming Languages (cs.PL); Human-Computer Interaction (cs.HC)
DOI: 10.4230/LIPIcs.ECOOP.2022.16
Cite as: arXiv:2206.14992 [cs.PL]
  (or arXiv:2206.14992v1 [cs.PL] for this version)

Submission history

From: Brian Hempel [view email]
[v1] Thu, 30 Jun 2022 02:52:46 GMT (4202kb,D)

Link back to: arXiv, form interface, contact.