-
Notifications
You must be signed in to change notification settings - Fork 0
/
references.bib
444 lines (387 loc) · 15.5 KB
/
references.bib
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
@inproceedings{Nelson2017,
author = {Greg L. Nelson and
Benjamin Xie and
Andrew J. Ko},
title = {Comprehension First: Evaluating a Novel Pedagogy and Tutoring System
for Program Tracing in {CS1}},
booktitle = {Proceedings of the 2017 {ACM} Conference on International Computing
Education Research, {ICER} 2017, Tacoma, WA, USA, August 18-20, 2017},
pages = {2--11},
year = {2017},
}
@inproceedings{DBLP:conf/popl/Flatt16,
author = {Matthew Flatt},
editor = {Rastislav Bod{\'{\i}}k and
Rupak Majumdar},
title = {Binding as sets of scopes},
booktitle = {Proceedings of the 43rd Annual {ACM} {SIGPLAN-SIGACT} Symposium on
Principles of Programming Languages, {POPL} 2016, St. Petersburg,
FL, USA, January 20 - 22, 2016},
pages = {705--717},
publisher = {{ACM}},
year = {2016},
url = {https://doi.org/10.1145/2837614.2837620},
doi = {10.1145/2837614.2837620},
timestamp = {Sun, 02 Jun 2019 21:12:56 +0200},
biburl = {https://dblp.org/rec/conf/popl/Flatt16.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{Guo13,
author = {Philip J. Guo},
title = {Online python tutor: embeddable web-based program visualization for
cs education},
booktitle = {The 44th {ACM} Technical Symposium on Computer Science Education,
{SIGCSE} '13, Denver, CO, USA, March 6-9, 2013},
pages = {579--584},
year = {2013},
}
@article{DBLP:journals/jfp/Wakeling07,
author = {David Wakeling},
title = {Spreadsheet functional programming},
journal = {J. Funct. Program.},
volume = {17},
number = {1},
pages = {131--143},
year = {2007},
url = {https://doi.org/10.1017/S0956796806006186},
doi = {10.1017/S0956796806006186},
timestamp = {Sat, 27 May 2017 14:24:34 +0200},
biburl = {https://dblp.org/rec/bib/journals/jfp/Wakeling07},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@article{church1936some,
title={Some properties of conversion},
author={Church, Alonzo and Rosser, J Barkley},
journal={Transactions of the American Mathematical Society},
volume={39},
number={3},
pages={472--482},
year={1936},
publisher={JSTOR}
}
@inproceedings{levy1999explicit,
title={Explicit substitutions and programming languages},
author={L{\'e}vy, Jean-Jacques and Maranget, Luc},
booktitle={International Conference on Foundations of Software Technology and Theoretical Computer Science},
pages={181--200},
year={1999},
organization={Springer}
}
@article{DBLP:journals/tcs/CagmanH98,
author = {Naim {\c{C}}agman and
J. Roger Hindley},
title = {Combinatory Weak Reduction in Lambda Calculus},
journal = {Theor. Comput. Sci.},
volume = {198},
number = {1-2},
pages = {239--247},
year = {1998},
url = {https://doi.org/10.1016/S0304-3975(97)00250-8},
doi = {10.1016/S0304-3975(97)00250-8},
timestamp = {Sun, 28 May 2017 13:20:04 +0200},
biburl = {https://dblp.org/rec/bib/journals/tcs/CagmanH98},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{DBLP:conf/birthday/BlancLM05,
author = {Tomasz Blanc and
Jean{-}Jacques L{\'{e}}vy and
Luc Maranget},
editor = {Aart Middeldorp and
Vincent van Oostrom and
Femke van Raamsdonk and
Roel C. de Vrijer},
title = {Sharing in the Weak Lambda-Calculus},
booktitle = {Processes, Terms and Cycles: Steps on the Road to Infinity, Essays
Dedicated to Jan Willem Klop, on the Occasion of His 60th Birthday},
series = {Lecture Notes in Computer Science},
volume = {3838},
pages = {70--87},
publisher = {Springer},
year = {2005},
url = {https://doi.org/10.1007/11601548_7},
doi = {10.1007/11601548_7},
timestamp = {Tue, 30 May 2017 16:36:52 +0200},
biburl = {https://dblp.org/rec/bib/conf/birthday/BlancLM05},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@book{tapl,
Author = {Benjamin C. Pierce},
Date-Added = {2012-03-18 18:31:23 -0400},
Date-Modified = {2012-03-18 18:31:23 -0400},
Publisher = {MIT Press},
Title = {Types and Programming Languages},
Year = {2002}}
@phdthesis{OmarThesis,
author = {Omar, Cyrus},
title = {Reasonably {P}rogrammable {S}yntax},
year = {2017},
school = {Carnegie Mellon University},
}
@inproceedings{HazelnutSNAPL,
author = {Omar, Cyrus and {Voysey}, Ian and {Hilton}, Michael and
{Sunshine}, Joshua and {Le Goues}, Claire and
{Aldrich}, Jonathan and {Hammer}, Matthew A.},
title = {Toward Semantic Foundations for Program Editors},
booktitle = {Summit on Advances in Programming Languages (SNAPL)},
year = {2017},
sortyear={2017-2},
}
@inproceedings{sns-pldi,
author = {Ravi Chugh and Brian Hempel and Mitchell Spradlin and Jacob Albers},
title = {Programmatic and {D}irect {M}anipulation, {T}ogether at {L}ast},
booktitle = {Conference on Programming Language Design and Implementation (PLDI)},
year = {2016},
no_note = {Extended version available as \textit{CoRR abs/1507.02988v3}},
}
@inproceedings{sns-uist,
author = {Brian Hempel and Ravi Chugh},
title = {Semi-{A}utomated {S}{V}{G} {P}rogramming via {D}irect {M}anipulation},
booktitle = {Symposium on User Interface Software and Technology (UIST)},
year = {2016},
}
@unpublished{sns-project,
author = "{Chugh, Ravi}",
title = "Sketch-n-{S}ketch",
note = "\url{http://ravichugh.github.io/sketch-n-sketch}"
}
@inproceedings{Amorim2016,
author = {Amorim, Lu\'{\i}s Eduardo de Souza and Erdweg, Sebastian and
Wachsmuth, Guido and Visser, Eelco},
title = {Principled {S}yntactic {C}ode {C}ompletion {U}sing {P}laceholders},
booktitle = {ACM SIGPLAN International Conference on Software Language Engineering (SLE)},
year = {2016},
}
@inproceedings{Reichenbach2009,
author = {Reichenbach, Christoph and Coughlin, Devin and Diwan, Amer},
title = {Program {M}etamorphosis},
booktitle = {European Conference on Object-Oriented Programming (ECOOP)},
year = {2009},
}
@phdthesis{SketchpadThesis,
author = {Ivan Sutherland},
title = {Sketchpad, {A} {M}an-{M}achine {G}raphical
{C}ommunication {S}ystem},
year = {1963},
school = {MIT},
}
@article{Borning1981,
author = {Borning, Alan},
title = {The {P}rogramming {L}anguage {A}spects of {T}hing{L}ab},
journal = {Transactions on Programming Languages and Systems (TOPLAS)},
month = {October},
year = {1981},
}
@InProceedings{SlideshowICFP04,
author = {Findler, Robert Bruce and Flatt, Matthew},
title = {Slideshow: Functional {P}resentations},
booktitle = {International Conference on Functional Programming (ICFP)},
year = {2004},
}
@Unpublished{Processing,
author = "{Ben Fry and Casey Reas}",
title = "Processing",
note = "\url{https://processing.org/}"
}
@Unpublished{ProcessingJs,
author = "{Processing.js}",
note = "\url{http://processingjs.org/}"
}
@inproceedings{WangEtAl,
author = {Wang, Xiaoyin and Zhang, Lu and Xie, Tao and Xiong, Yingfei and Mei, Hong},
title = {Automating {P}resentation {C}hanges in {D}ynamic {W}eb {A}pplications via {C}ollaborative {H}ybrid {A}nalysis},
booktitle = {International Symposium on the Foundations of Software Engineering (FSE)},
year = {2012},
}
@inproceedings{PBM,
author = {Hottelier, Thibaud and Bodik, Ras and Ryokai, Kimiko},
title = {Programming by {M}anipulation for {L}ayout},
booktitle = {Symposium on User Interface Software and Technology (UIST)},
year = {2014},
}
@article{czaplicki2012elm,
title={Elm: Concurrent frp for functional guis},
author={Czaplicki, Evan},
journal={Senior thesis, Harvard University},
year={2012}
}
@article{Hanpuku,
author = {Alex Bigelow and Steven M. Drucker and Danyel Fisher and Miriah D. Meyer},
title = {Iterating {B}etween {T}ools to {C}reate and {E}dit {V}isualizations},
journal = {{IEEE} Transactions on Visualizations and Computer Graphics},
year = {2017},
}
@inproceedings{Cassius,
author = {Panchekha, Pavel and Torlak, Emina},
title = {Automated {R}easoning for {W}eb {P}age {L}ayout},
booktitle = {Conference on Object-Oriented Programming, Systems, Languages, and Applications (OOPSLA)},
year = {2016},
}
@inproceedings{Greenfoot,
author = {Neil Christopher Charles Brown and
Amjad Altadmri and Michael K{\"o}lling},
title = {Frame-{B}ased {E}diting: {C}ombining the {B}est of {B}locks
and {T}ext {P}rogramming},
booktitle = {Conference on Learning and Teaching in Computing and
Engineering (LaTiCE)},
year = {2016},
}
@inproceedings{TouchDevelop,
author = {Tillmann, Nikolai and Moskal, Michal and de Halleux, Jonathan and
Fahndrich, Manuel and Burckhardt, Sebastian},
title = {Touch{D}evelop: {A}pp {D}evelopment on {M}obile {D}evices},
booktitle = {International Symposium on the Foundations of Software Engineering (FSE)},
year = {2012},
}
@unpublished{ElmArchitecture,
author = "{Czaplicki, Evan}",
title = "Elm {A}rchitecture",
note = "\url{https://guide.elm-lang.org/architecture/}"
}
@unpublished{Elm,
author = {Evan Czaplicki},
title = "An Introduction to Elm",
note = "\url{https://guide.elm-lang.org/}. Retrieved Apr. 7, 2018.",
year = {2018}
}
@unpublished{VictorDrawing,
author = "{Victor, Bret}",
title = "Drawing {D}ynamic {V}isualizations",
note = "\url{http://worrydream.com/#!/DrawingDynamicVisualizationsTalk}"
}
@unpublished{McDirmid,
author = "{McDirmid, Sean}",
title = "A {L}ive {P}rogramming {E}xperience",
note = "Future Programming Workshop, StrangeLoop 2015. \url{https://www.youtube.com/watch?v=YLrdhFEAiqo}"
}
@inproceedings{FreemanPLDI1991,
author = {Tim Freeman and Frank Pfenning},
title = {Refinement {T}ypes for {M}{L}},
booktitle = {Programming Language Design and Implementation (PLDI)},
year = {1991},
}
@inproceedings{XiPfenning99,
author = {Hongwei Xi and Frank Pfenning},
title = {Dependent {T}ypes in {P}ractical {P}rogramming},
booktitle = {Principles of Programming Languages (POPL)},
year = {1999},
}
@InProceedings{LiquidPLDI08,
author = {Patrick Rondon and Ming Kawaguchi and Ranjit Jhala},
title = {Liquid {T}ypes},
booktitle = {Programming Language Design and Implementation (PLDI)},
year = {2008},
}
@inproceedings{Seminal,
author = {Lerner, Benjamin and Grossman, Dan and Chambers, Craig},
title = {Seminal: Searching for {M}{L} {T}ype-error {M}essages},
booktitle = {Workshop on ML},
year = {2006},
}
@article{sherrloc,
author = {Zhang, Danfeng and Myers, Andrew C. and Vytiniotis, Dimitrios and Peyton-Jones, Simon},
title = {S{H}{E}rr{L}oc: {A} {S}tatic {H}olistic {E}rror {L}ocator},
journal = {Transactions on Programming Languages and Systems (TOPLAS)},
year = {2017},
}
@inproceedings{ChenErwig2014,
author = {Chen, Sheng and Erwig, Martin},
title = {Counter-{F}actual {T}yping for {D}ebugging {T}ype {E}rrors},
booktitle = {Symposium on Principles of Programming Languages (POPL)},
year = {2014},
}
@inproceedings{Pavlinovic2015,
author = {Pavlinovic, Zvonimir and King, Tim and Wies, Thomas},
title = {Practical {S}{M}{T}-{B}ased {T}ype {E}rror {L}ocalization},
booktitle = {International Conference on Functional Programming (ICFP)},
year = {2015},
}
@inproceedings{Seidel2016,
author = {Seidel, Eric L. and Jhala, Ranjit and Weimer, Westley},
title = {Dynamic {W}itnesses for {S}tatic {T}ype {E}rrors
(or, {I}ll-typed {P}rograms {U}sually {G}o {W}rong)},
booktitle = {International Conference on Functional Programming (ICFP)},
year = {2016},
}
@inproceedings{ChughPOPL2012,
author = {Ravi Chugh and Patrick M. Rondon and Ranjit Jhala},
title = {Nested {R}efinements: {A} {L}ogic for {D}uck {T}yping},
booktitle = {Principles of Programming Languages (POPL)},
year = {2012},
}
@inproceedings{sns-deuce,
author = {Brian Hempel and Justin Lubin and Grace Lu and Ravi Chugh},
title = {Deuce: {A} {L}ightweight {U}ser {I}nterface for
{S}tructured {E}diting},
booktitle = {International Conference on Software Engineering (ICSE)},
year = {2018},
}
@inproceedings{DNDRefactoring,
author = {Lee, Yun Young and Chen, Nicholas and Johnson, Ralph E.},
title = {Drag-and-{D}rop {R}efactoring: {I}ntuitive and {E}fficient
{P}rogram {T}ransformation},
booktitle = {International Conference on Software Engineering (ICSE)},
year = {2013},
}
@article{HazelnutLive,
Author = {Cyrus Omar and Ian Voysey and Ravi Chugh and Matthew A. Hammer},
journal = {Proceedings of the ACM on Programming Languages (PACMPL), Issue POPL},
Title = {Live {F}unctional {P}rogramming with {T}yped {H}oles},
Year = {2019},
}
@article{TLMs,
Author = {Cyrus Omar and Jonathan Aldrich},
journal = {Proceedings of the ACM on Programming Languages (PACMPL), Issue ICFP},
Title = {Reasonably {P}rogrammable {L}iteral {N}otation},
Year = {2018},
}
@unpublished{SSS,
author = {Brian Hempel and Ravi Chugh},
title = {Deriving {S}tructured {T}ext {E}ditors},
note = {Draft},
year = {2019},
}
@article{marlow2010haskell,
title={Haskell 2010 language report},
author={Marlow, Simon and others}
}
@inproceedings{hazeltutor,
author = {Potter, Hannah and Omar, Cyrus},
title = {Hazel Tutor: Guiding Novices Through Type-Driven Development Strategies},
booktitle = {HATRA},
year = {2020},
}
@inproceedings{10.1145/2676726.2677013,
author = {Adams, Michael D.},
title = {Towards the Essence of Hygiene},
year = {2015},
isbn = {9781450333009},
publisher = {Association for Computing Machinery},
address = {New York, NY, USA},
url = {https://doi.org/10.1145/2676726.2677013},
doi = {10.1145/2676726.2677013},
abstract = {Hygiene is an essential aspect of Scheme's macro system that prevents unintended variable capture. However, previous work on hygiene has focused on algorithmic implementation rather than precise, mathematical definition of what constitutes hygiene. This is in stark contrast with lexical scope, alpha-equivalence and capture-avoiding substitution, which also deal with preventing unintended variable capture but have widely applicable and well-understood mathematical definitions.This paper presents such a precise, mathematical definition of hygiene. It reviews various kinds of hygiene violation and presents examples of how they occur. From these examples, we develop a practical algorithm for hygienic macro expansion. We then present algorithm-independent, mathematical criteria for whether a macro expansion algorithm is hygienic. This characterization corresponds closely to existing hygiene algorithms and sheds light on aspects of hygiene that are usually overlooked in informal definitions.},
booktitle = {Proceedings of the 42nd Annual ACM SIGPLAN-SIGACT Symposium on Principles of Programming Languages},
pages = {457–469},
numpages = {13},
keywords = {macros, hygiene, nominal logic},
location = {Mumbai, India},
series = {POPL '15}
}
@article{adamsHygiene,
author = {Adams, Michael D.},
title = {Towards the Essence of Hygiene},
year = {2015},
issue_date = {January 2015},
publisher = {Association for Computing Machinery},
address = {New York, NY, USA},
volume = {50},
number = {1},
issn = {0362-1340},
url = {https://doi.org/10.1145/2775051.2677013},
doi = {10.1145/2775051.2677013},
journal = {SIGPLAN Not.},
month = jan,
pages = {457–469},
numpages = {13},
keywords = {macros, hygiene, nominal logic}
}