From c74663d152a009656c0bd5f1fa26a2aebc78c478 Mon Sep 17 00:00:00 2001 From: Jonathan Schuster Date: Mon, 29 Aug 2016 23:56:18 -0400 Subject: [PATCH] Add the Sketch-n-Sketch paper (#412) --- languages/domain-specific-languages/README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 languages/domain-specific-languages/README.md diff --git a/languages/domain-specific-languages/README.md b/languages/domain-specific-languages/README.md new file mode 100644 index 0000000..c53cb97 --- /dev/null +++ b/languages/domain-specific-languages/README.md @@ -0,0 +1,6 @@ +[Programmatic and Direct Manipulation, Together at Last](http://arxiv.org/abs/1507.02988). Ravi +Chugh, Brian Hempel, Mitchell Spradlin, and Jacob Albers. PLDI 2016. +> Introduces the idea of "prodirect manipulation" for creating visual artifacts, +> a hybrid of the direct manipulation technique used in WYSIWYG programs like +> Photoshop and PowerPoint, and the programmatic manipulation used in languages +> and libraries such as LaTeX and Processing.