-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathincremental-paper.bib
executable file
·1051 lines (984 loc) · 42.6 KB
/
incremental-paper.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
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
## Unsorted
## Non-Bib
## BibScrape
@article{DBLP:journals/spe/VouillonB14,
author = {J{\'{e}}r{\^{o}}me Vouillon and
Vincent Balat},
title = {From bytecode to JavaScript: the Js{\_}of{\_}ocaml compiler},
journal = {Softw. Pract. Exp.},
volume = {44},
number = {8},
pages = {951--972},
year = {2014},
url = {https://doi.org/10.1002/spe.2187},
doi = {10.1002/SPE.2187},
timestamp = {Thu, 09 Apr 2020 17:13:20 +0200},
biburl = {https://dblp.org/rec/journals/spe/VouillonB14.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
# Type system
@article{DBLP:journals/csur/DunfieldK21,
author = {Jana Dunfield and
Neel Krishnaswami},
title = {Bidirectional Typing},
journal = {{ACM} Comput. Surv.},
volume = {54},
number = {5},
pages = {98:1--98:38},
year = {2022},
url = {https://doi.org/10.1145/3450952},
doi = {10.1145/3450952},
timestamp = {Wed, 23 Nov 2022 16:16:45 +0100},
biburl = {https://dblp.org/rec/journals/csur/DunfieldK21.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{DBLP:conf/snapl/SiekVCB15,
author = {Jeremy G. Siek and
Michael M. Vitousek and
Matteo Cimini and
John Tang Boyland},
editor = {Thomas Ball and
Rastislav Bod{\'{\i}}k and
Shriram Krishnamurthi and
Benjamin S. Lerner and
Greg Morrisett},
title = {Refined Criteria for Gradual Typing},
booktitle = {1st Summit on Advances in Programming Languages, {SNAPL} 2015, May
3-6, 2015, Asilomar, California, {USA}},
series = {LIPIcs},
volume = {32},
pages = {274--293},
publisher = {Schloss Dagstuhl - Leibniz-Zentrum f{\"{u}}r Informatik},
year = {2015},
url = {https://doi.org/10.4230/LIPIcs.SNAPL.2015.274},
doi = {10.4230/LIPICS.SNAPL.2015.274},
timestamp = {Sun, 06 Oct 2024 21:14:49 +0200},
biburl = {https://dblp.org/rec/conf/snapl/SiekVCB15.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
# Hazel
@inproceedings{DBLP:conf/snapl/OmarVHSGAH17,
author = {Cyrus Omar and
Ian Voysey and
Michael Hilton and
Joshua Sunshine and
Claire {Le Goues} and
Jonathan Aldrich and
Matthew A. Hammer},
editor = {Benjamin S. Lerner and
Rastislav Bod{\'{\i}}k and
Shriram Krishnamurthi},
title = {Toward Semantic Foundations for Program Editors},
booktitle = {2nd Summit on Advances in Programming Languages, {SNAPL} 2017, May
7-10, 2017, Asilomar, CA, {USA}},
series = {LIPIcs},
volume = {71},
pages = {11:1--11:12},
publisher = {Schloss Dagstuhl - Leibniz-Zentrum f{\"{u}}r Informatik},
year = {2017},
url = {https://doi.org/10.4230/LIPIcs.SNAPL.2017.11},
doi = {10.4230/LIPICS.SNAPL.2017.11},
timestamp = {Tue, 21 Mar 2023 20:56:23 +0100},
biburl = {https://dblp.org/rec/conf/snapl/OmarVHSGAH17.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{DBLP:conf/popl/OmarVHAH17,
author = {Cyrus Omar and
Ian Voysey and
Michael Hilton and
Jonathan Aldrich and
Matthew A. Hammer},
editor = {Giuseppe Castagna and
Andrew D. Gordon},
title = {Hazelnut: a bidirectionally typed structure editor calculus},
booktitle = {Proceedings of the 44th {ACM} {SIGPLAN} Symposium on Principles of
Programming Languages, {POPL} 2017, Paris, France, January 18-20,
2017},
pages = {86--99},
publisher = {{ACM}},
year = {2017},
url = {https://doi.org/10.1145/3009837.3009900},
doi = {10.1145/3009837.3009900},
timestamp = {Mon, 05 Feb 2024 20:33:37 +0100},
biburl = {https://dblp.org/rec/conf/popl/OmarVHAH17.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@article{DBLP:journals/pacmpl/OmarVCH19,
author = {Cyrus Omar and
Ian Voysey and
Ravi Chugh and
Matthew A. Hammer},
title = {Live functional programming with typed holes},
journal = {Proc. {ACM} Program. Lang.},
volume = {3},
number = {{POPL}},
pages = {14:1--14:32},
year = {2019},
url = {https://doi.org/10.1145/3290327},
doi = {10.1145/3290327},
timestamp = {Sat, 30 Sep 2023 10:23:24 +0200},
biburl = {https://dblp.org/rec/journals/pacmpl/OmarVCH19.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@article{DBLP:journals/pacmpl/ZhaoMDBPO24,
author = {Eric Zhao and
Raef Maroof and
Anand Dukkipati and
Andrew Blinn and
Zhiyi Pan and
Cyrus Omar},
title = {Total Type Error Localization and Recovery with Holes},
journal = {Proc. {ACM} Program. Lang.},
volume = {8},
number = {{POPL}},
pages = {2041--2068},
year = {2024},
url = {https://doi.org/10.1145/3632910},
doi = {10.1145/3632910},
timestamp = {Sat, 10 Feb 2024 18:05:26 +0100},
biburl = {https://dblp.org/rec/journals/pacmpl/ZhaoMDBPO24.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
# General incremental
@inproceedings{DBLP:conf/popl/AcarBH02,
author = {Umut A. Acar and
Guy E. Blelloch and
Robert Harper},
editor = {John Launchbury and
John C. Mitchell},
title = {Adaptive functional programming},
booktitle = {Conference Record of {POPL} 2002: The 29th {SIGPLAN-SIGACT} Symposium
on Principles of Programming Languages, Portland, OR, USA, January
16-18, 2002},
pages = {247--259},
publisher = {{ACM}},
year = {2002},
url = {https://doi.org/10.1145/503272.503296},
doi = {10.1145/503272.503296},
timestamp = {Wed, 07 Jul 2021 17:30:33 +0200},
biburl = {https://dblp.org/rec/conf/popl/AcarBH02.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
# Incremtental Typing/Program Analysis
@inproceedings{DBLP:conf/oopsla/ErdwegBKKM15,
author = {Sebastian Erdweg and
Oliver Bracevac and
Edlira Kuci and
Matthias Krebs and
Mira Mezini},
editor = {Jonathan Aldrich and
Patrick Eugster},
title = {A co-contextual formulation of type rules and its application to incremental
type checking},
booktitle = {Proceedings of the 2015 {ACM} {SIGPLAN} International Conference on
Object-Oriented Programming, Systems, Languages, and Applications,
{OOPSLA} 2015, part of {SPLASH} 2015, Pittsburgh, PA, USA, October
25-30, 2015},
pages = {880--897},
publisher = {{ACM}},
year = {2015},
url = {https://doi.org/10.1145/2814270.2814277},
doi = {10.1145/2814270.2814277},
timestamp = {Sun, 02 Oct 2022 16:13:14 +0200},
biburl = {https://dblp.org/rec/conf/oopsla/ErdwegBKKM15.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{DBLP:conf/ecoop/KuciEBBM17,
author = {Edlira Kuci and
Sebastian Erdweg and
Oliver Bracevac and
Andi Bejleri and
Mira Mezini},
editor = {Peter M{\"{u}}ller},
title = {A Co-contextual Type Checker for Featherweight Java},
booktitle = {31st European Conference on Object-Oriented Programming, {ECOOP} 2017,
June 19-23, 2017, Barcelona, Spain},
series = {LIPIcs},
volume = {74},
pages = {18:1--18:26},
publisher = {Schloss Dagstuhl - Leibniz-Zentrum f{\"{u}}r Informatik},
year = {2017},
url = {https://doi.org/10.4230/LIPIcs.ECOOP.2017.18},
doi = {10.4230/LIPICS.ECOOP.2017.18},
timestamp = {Sun, 02 Oct 2022 15:59:41 +0200},
biburl = {https://dblp.org/rec/conf/ecoop/KuciEBBM17.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{DBLP:conf/kbse/SzaboEV16,
author = {Tam{\'{a}}s Szab{\'{o}} and
Sebastian Erdweg and
Markus Voelter},
editor = {David Lo and
Sven Apel and
Sarfraz Khurshid},
title = {IncA: a {DSL} for the definition of incremental program analyses},
booktitle = {Proceedings of the 31st {IEEE/ACM} International Conference on Automated
Software Engineering, {ASE} 2016, Singapore, September 3-7, 2016},
pages = {320--331},
publisher = {{ACM}},
year = {2016},
url = {https://doi.org/10.1145/2970276.2970298},
doi = {10.1145/2970276.2970298},
timestamp = {Sat, 30 Sep 2023 09:51:40 +0200},
biburl = {https://dblp.org/rec/conf/kbse/SzaboEV16.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@article{DBLP:journals/pacmpl/SzaboBEV18,
author = {Tam{\'{a}}s Szab{\'{o}} and
G{\'{a}}bor Bergmann and
Sebastian Erdweg and
Markus Voelter},
title = {Incrementalizing lattice-based program analyses in Datalog},
journal = {Proc. {ACM} Program. Lang.},
volume = {2},
number = {{OOPSLA}},
pages = {139:1--139:29},
year = {2018},
url = {https://doi.org/10.1145/3276509},
doi = {10.1145/3276509},
timestamp = {Wed, 17 Feb 2021 08:54:07 +0100},
biburl = {https://dblp.org/rec/journals/pacmpl/SzaboBEV18.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{DBLP:conf/issta/SzaboKBME18,
author = {Tam{\'{a}}s Szab{\'{o}} and
Edlira Kuci and
Matthijs Bijman and
Mira Mezini and
Sebastian Erdweg},
editor = {Julian Dolby and
William G. J. Halfond and
Ashish Mishra},
title = {Incremental overload resolution in object-oriented programming languages},
booktitle = {Companion Proceedings for the {ISSTA/ECOOP} 2018 Workshops, {ISSTA}
2018, Amsterdam, Netherlands, July 16-21, 2018},
pages = {27--33},
publisher = {{ACM}},
year = {2018},
url = {https://doi.org/10.1145/3236454.3236485},
doi = {10.1145/3236454.3236485},
timestamp = {Thu, 10 Jan 2019 08:05:33 +0100},
biburl = {https://dblp.org/rec/conf/issta/SzaboKBME18.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@article{DBLP:journals/pacmpl/PacakES20,
author = {Andr{\'{e}} Pacak and
Sebastian Erdweg and
Tam{\'{a}}s Szab{\'{o}}},
title = {A systematic approach to deriving incremental type checkers},
journal = {Proc. {ACM} Program. Lang.},
volume = {4},
number = {{OOPSLA}},
pages = {127:1--127:28},
year = {2020},
url = {https://doi.org/10.1145/3428195},
doi = {10.1145/3428195},
timestamp = {Wed, 17 Feb 2021 08:54:03 +0100},
biburl = {https://dblp.org/rec/journals/pacmpl/PacakES20.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{DBLP:conf/sle/WachsmuthKVGV13,
author = {Guido Wachsmuth and
Gabri{\"{e}}l D. P. Konat and
Vlad A. Vergu and
Danny M. Groenewegen and
Eelco Visser},
editor = {Martin Erwig and
Richard F. Paige and
Eric Van Wyk},
title = {A Language Independent Task Engine for Incremental Name and Type Analysis},
booktitle = {Software Language Engineering - 6th International Conference, {SLE}
2013, Indianapolis, IN, USA, October 26-28, 2013. Proceedings},
series = {Lecture Notes in Computer Science},
volume = {8225},
pages = {260--280},
publisher = {Springer},
year = {2013},
url = {https://doi.org/10.1007/978-3-319-02654-1\_15},
doi = {10.1007/978-3-319-02654-1\_15},
timestamp = {Sat, 30 Sep 2023 09:56:50 +0200},
biburl = {https://dblp.org/rec/conf/sle/WachsmuthKVGV13.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{DBLP:conf/popl/Meertens83,
author = {Lambert G. L. T. Meertens},
editor = {John R. Wright and
Larry Landweber and
Alan J. Demers and
Tim Teitelbaum},
title = {Incremental Polymorphic Type Checking in {B}},
booktitle = {Conference Record of the Tenth Annual {ACM} Symposium on Principles
of Programming Languages, Austin, Texas, USA, January 1983},
pages = {265--275},
publisher = {{ACM} Press},
year = {1983},
url = {https://doi.org/10.1145/567067.567092},
doi = {10.1145/567067.567092},
timestamp = {Tue, 06 Nov 2018 11:07:43 +0100},
biburl = {https://dblp.org/rec/conf/popl/Meertens83.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{DBLP:conf/nfm/BusiDG19,
author = {Matteo Busi and
Pierpaolo Degano and
Letterio Galletta},
editor = {Julia M. Badger and
Kristin Yvonne Rozier},
title = {Using Standard Typing Algorithms Incrementally},
booktitle = {{NASA} Formal Methods - 11th International Symposium, {NFM} 2019,
Houston, TX, USA, May 7-9, 2019, Proceedings},
series = {Lecture Notes in Computer Science},
volume = {11460},
pages = {106--122},
publisher = {Springer},
year = {2019},
url = {https://doi.org/10.1007/978-3-030-20652-9\_7},
doi = {10.1007/978-3-030-20652-9\_7},
timestamp = {Sat, 17 Sep 2022 11:22:04 +0200},
biburl = {https://dblp.org/rec/conf/nfm/BusiDG19.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
# Order maintenance
@inproceedings{DBLP:conf/stoc/DietzS87,
author = {Paul F. Dietz and
Daniel Dominic Sleator},
editor = {Alfred V. Aho},
title = {Two Algorithms for Maintaining Order in a List},
booktitle = {Proceedings of the 19th Annual {ACM} Symposium on Theory of Computing,
1987, New York, New York, {USA}},
pages = {365--372},
publisher = {{ACM}},
year = {1987},
url = {https://doi.org/10.1145/28395.28434},
doi = {10.1145/28395.28434},
timestamp = {Tue, 06 Nov 2018 11:07:04 +0100},
biburl = {https://dblp.org/rec/conf/stoc/DietzS87.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{DBLP:conf/esa/BenderCDFZ02,
author = {Michael A. Bender and
Richard Cole and
Erik D. Demaine and
Martin Farach{-}Colton and
Jack Zito},
editor = {Rolf H. M{\"{o}}hring and
Rajeev Raman},
title = {Two Simplified Algorithms for Maintaining Order in a List},
booktitle = {Algorithms - {ESA} 2002, 10th Annual European Symposium, Rome, Italy,
September 17-21, 2002, Proceedings},
series = {Lecture Notes in Computer Science},
volume = {2461},
pages = {152--164},
publisher = {Springer},
year = {2002},
url = {https://doi.org/10.1007/3-540-45749-6\_17},
doi = {10.1007/3-540-45749-6\_17},
timestamp = {Fri, 09 Apr 2021 18:40:20 +0200},
biburl = {https://dblp.org/rec/conf/esa/BenderCDFZ02.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{DBLP:conf/sle/PacakE19,
author = {Andr{\'{e}} Pacak and
Sebastian Erdweg},
editor = {Oscar Nierstrasz and
Jeff Gray and
Bruno C. d. S. Oliveira},
title = {Generating incremental type services},
booktitle = {Proceedings of the 12th {ACM} {SIGPLAN} International Conference on
Software Language Engineering, {SLE} 2019, Athens, Greece, October
20-22, 2019},
pages = {197--201},
publisher = {{ACM}},
year = {2019},
url = {https://doi.org/10.1145/3357766.3359534},
doi = {10.1145/3357766.3359534},
timestamp = {Mon, 21 Jun 2021 12:26:17 +0200},
biburl = {https://dblp.org/rec/conf/sle/PacakE19.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@phdthesis{DBLP:phd/dnb/Kuci20,
author = {Edlira Kuci},
title = {Co-Contextual Type Systems: Contextless Deductive Reasoning for Correct
Incremental Type Checking},
school = {Darmstadt University of Technology, Germany},
year = {2020},
url = {http://tuprints.ulb.tu-darmstadt.de/11419/},
urn = {urn:nbn:de:tuda-tuprints-114194},
timestamp = {Sat, 17 Jul 2021 09:02:19 +0200},
biburl = {https://dblp.org/rec/phd/dnb/Kuci20.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@article{DBLP:journals/pacmpl/ZwaanAV22,
author = {Aron Zwaan and
Hendrik van Antwerpen and
Eelco Visser},
title = {Incremental type-checking for free: using scope graphs to derive incremental
type-checkers},
journal = {Proc. {ACM} Program. Lang.},
volume = {6},
number = {{OOPSLA2}},
pages = {424--448},
year = {2022},
url = {https://doi.org/10.1145/3563303},
doi = {10.1145/3563303},
timestamp = {Mon, 05 Dec 2022 13:35:13 +0100},
biburl = {https://dblp.org/rec/journals/pacmpl/ZwaanAV22.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
# Citations inherited from Grove
@inproceedings{ahmed2011evaluating,
title={Evaluating crdts for real-time document editing},
author={Ahmed-Nacer, Mehdi and Ignat, Claudia-Lavinia and Oster, G{\'e}rald and Roh, Hyun-Gul and Urso, Pascal},
booktitle={Proceedings of the 11th ACM symposium on Document engineering},
pages={103--112},
year={2011}
}
@article{paskin1999toward,
title={Toward unique identifiers},
author={Paskin, Norman},
journal={Proceedings of the IEEE},
volume={87},
number={7},
pages={1208--1227},
year={1999},
publisher={IEEE}
}
@inproceedings{kleppmann2020moving,
title={Moving elements in list CRDTs},
author={Kleppmann, Martin},
booktitle={Proceedings of the 7th Workshop on Principles and Practice of Consistency for Distributed Data},
pages={1--6},
year={2020}
}
@article{preguicca2018conflict,
title={Conflict-free replicated data types (CRDTs)},
author={Pregui{\c{c}}a, Nuno and Baquero, Carlos and Shapiro, Marc},
journal={arXiv preprint arXiv:1805.06358},
year={2018}
}
@inproceedings{DBLP:conf/sigmod/EllisG89,
author = {Clarence A. Ellis and
Simon J. Gibbs},
editor = {James Clifford and
Bruce G. Lindsay and
David Maier},
title = {Concurrency Control in Groupware Systems},
booktitle = {Proceedings of the 1989 {ACM} {SIGMOD} International Conference on
Management of Data, Portland, Oregon, USA, May 31 - June 2, 1989},
pages = {399--407},
publisher = {{ACM} Press},
year = {1989},
url = {https://doi.org/10.1145/67544.66963},
doi = {10.1145/67544.66963},
timestamp = {Mon, 21 Jun 2021 16:00:48 +0200},
biburl = {https://dblp.org/rec/conf/sigmod/EllisG89.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{shapiro2011conflict,
title={Conflict-free replicated data types},
author={Shapiro, Marc and Pregui{\c{c}}a, Nuno and Baquero, Carlos and Zawirski, Marek},
booktitle={Stabilization, Safety, and Security of Distributed Systems: 13th International Symposium, SSS 2011, Grenoble, France, October 10-12, 2011. Proceedings 13},
pages={386--400},
year={2011},
organization={Springer}
}
@article{DBLP:journals/algorithmica/KruskalRS90,
author = {Clyde P. Kruskal and
Larry Rudolph and
Marc Snir},
title = {Efficient Parallel Algorithms for Graph Problems},
journal = {Algorithmica},
volume = {5},
number = {1},
pages = {43--64},
year = {1990},
url = {https://doi.org/10.1007/BF01840376},
doi = {10.1007/BF01840376},
timestamp = {Wed, 17 May 2017 14:25:11 +0200},
biburl = {https://dblp.org/rec/journals/algorithmica/KruskalRS90.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@article{DiffAlgorithm,
title={An Algorithm for Differential File Comparison},
author={James W. Hunt and M. Douglas McIlroy},
year={1976},
url={https://www.cs.dartmouth.edu/%7Edoug/diff.pdf}
}
@inproceedings{DBLP:conf/icfp/MiraldoDS17,
author = {Victor Cacciari Miraldo and
Pierre{-}{\'{E}}variste Dagand and
Wouter Swierstra},
editor = {Sam Lindley and
Brent A. Yorgey},
title = {Type-directed diffing of structured data},
booktitle = {Proceedings of the 2nd {ACM} {SIGPLAN} International Workshop on Type-Driven
Development, TyDe@ICFP 2017, Oxford, UK, September 3, 2017},
pages = {2--15},
publisher = {{ACM}},
year = {2017},
url = {https://doi.org/10.1145/3122975.3122976},
doi = {10.1145/3122975.3122976},
timestamp = {Mon, 12 Jul 2021 15:34:15 +0200},
biburl = {https://dblp.org/rec/conf/icfp/MiraldoDS17.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@article{DBLP:journals/fuin/AratsuHK10,
author = {Taku Aratsu and
Kouichi Hirata and
Tetsuji Kuboyama},
title = {Approximating Tree Edit Distance through String Edit Distance for
Binary Tree Codes},
journal = {Fundam. Informaticae},
volume = {101},
number = {3},
pages = {157--171},
year = {2010},
url = {https://doi.org/10.3233/FI-2010-282},
doi = {10.3233/FI-2010-282},
timestamp = {Sat, 30 Sep 2023 10:13:44 +0200},
biburl = {https://dblp.org/rec/journals/fuin/AratsuHK10.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@article{DBLP:journals/tse/FluriWPG07,
author = {Beat Fluri and
Michael W{\"{u}}rsch and
Martin Pinzger and
Harald C. Gall},
title = {Change Distilling: Tree Differencing for Fine-Grained Source Code
Change Extraction},
journal = {{IEEE} Trans. Software Eng.},
volume = {33},
number = {11},
pages = {725--743},
year = {2007},
url = {https://doi.org/10.1109/TSE.2007.70731},
doi = {10.1109/TSE.2007.70731},
timestamp = {Wed, 16 Mar 2022 23:54:39 +0100},
biburl = {https://dblp.org/rec/journals/tse/FluriWPG07.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{DBLP:conf/fase/NguyenNPN10,
author = {Tung Thanh Nguyen and
Hoan Anh Nguyen and
Nam H. Pham and
Tien N. Nguyen},
editor = {David S. Rosenblum and
Gabriele Taentzer},
title = {Operation-Based, Fine-Grained Version Control Model for Tree-Based
Representation},
booktitle = {Fundamental Approaches to Software Engineering, 13th International
Conference, {FASE} 2010, Held as Part of the Joint European Conferences
on Theory and Practice of Software, {ETAPS} 2010, Paphos, Cyprus,
March 20-28, 2010. Proceedings},
series = {Lecture Notes in Computer Science},
volume = {6013},
pages = {74--90},
publisher = {Springer},
year = {2010},
url = {https://doi.org/10.1007/978-3-642-12029-9\_6},
doi = {10.1007/978-3-642-12029-9\_6},
timestamp = {Tue, 14 May 2019 10:00:54 +0200},
biburl = {https://dblp.org/rec/conf/fase/NguyenNPN10.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{DBLP:conf/doceng/Lindholm04,
author = {Tancred Lindholm},
editor = {Ethan V. Munson and
Jean{-}Yves Vion{-}Dury},
title = {A three-way merge for {XML} documents},
booktitle = {Proceedings of the 2004 {ACM} Symposium on Document Engineering, Milwaukee,
Wisconsin, USA, October 28-30, 2004},
pages = {1--10},
publisher = {{ACM}},
year = {2004},
url = {https://doi.org/10.1145/1030397.1030399},
doi = {10.1145/1030397.1030399},
timestamp = {Tue, 06 Nov 2018 16:57:31 +0100},
biburl = {https://dblp.org/rec/conf/doceng/Lindholm04.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@incollection{voelter2011language,
title={Language and IDE Modularization and Composition with MPS},
author={Voelter, Markus},
booktitle={International Summer School on Generative and Transformational Techniques in Software Engineering},
pages={383--430},
year={2011},
publisher={Springer}
}
@article{maloney2010scratch,
title={The scratch programming language and environment},
author={Maloney, John and Resnick, Mitchel and Rusk, Natalie and Silverman, Brian and Eastmond, Evelyn},
journal={ACM Transactions on Computing Education (TOCE)},
volume={10},
number={4},
pages={1--15},
year={2010},
publisher={ACM New York, NY, USA}
}
@article{DBLP:journals/cacm/TeitelbaumR81,
author = {Tim Teitelbaum and
Thomas W. Reps},
title = {The Cornell Program Synthesizer: {A} Syntax-Directed Programming Environment},
journal = {Commun. {ACM}},
volume = {24},
number = {9},
pages = {563--573},
year = {1981},
url = {https://doi.org/10.1145/358746.358755},
doi = {10.1145/358746.358755},
timestamp = {Wed, 14 Nov 2018 10:22:33 +0100},
biburl = {https://dblp.org/rec/journals/cacm/TeitelbaumR81.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@article{DBLP:journals/scp/SchwagerlUW15,
author = {Felix Schw{\"{a}}gerl and
Sabrina Uhrig and
Bernhard Westfechtel},
title = {A graph-based algorithm for three-way merging of ordered collections
in {EMF} models},
journal = {Sci. Comput. Program.},
volume = {113},
pages = {51--81},
year = {2015},
url = {https://doi.org/10.1016/j.scico.2015.02.008},
doi = {10.1016/J.SCICO.2015.02.008},
timestamp = {Wed, 17 Feb 2021 21:56:00 +0100},
biburl = {https://dblp.org/rec/journals/scp/SchwagerlUW15.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{DBLP:conf/kbse/FalleriMBMM14,
author = {Jean{-}R{\'{e}}my Falleri and
Flor{\'{e}}al Morandat and
Xavier Blanc and
Matias Martinez and
Martin Monperrus},
editor = {Ivica Crnkovic and
Marsha Chechik and
Paul Gr{\"{u}}nbacher},
title = {Fine-grained and accurate source code differencing},
booktitle = {{ACM/IEEE} International Conference on Automated Software Engineering,
{ASE} '14, Vasteras, Sweden - September 15 - 19, 2014},
pages = {313--324},
publisher = {{ACM}},
year = {2014},
url = {https://doi.org/10.1145/2642937.2642982},
doi = {10.1145/2642937.2642982},
timestamp = {Sun, 25 Oct 2020 23:06:39 +0100},
biburl = {https://dblp.org/rec/conf/kbse/FalleriMBMM14.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{DBLP:conf/sigmod/ChawatheG97,
author = {Sudarshan S. Chawathe and
Hector Garcia{-}Molina},
editor = {Joan Peckham},
title = {Meaningful Change Detection in Structured Data},
booktitle = {{SIGMOD} 1997, Proceedings {ACM} {SIGMOD} International Conference
on Management of Data, May 13-15, 1997, Tucson, Arizona, {USA}},
pages = {26--37},
publisher = {{ACM} Press},
year = {1997},
url = {https://doi.org/10.1145/253260.253266},
doi = {10.1145/253260.253266},
timestamp = {Mon, 28 Aug 2023 21:17:12 +0200},
biburl = {https://dblp.org/rec/conf/sigmod/ChawatheG97.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@article{DBLP:journals/talg/DemaineMRW09,
author = {Erik D. Demaine and
Shay Mozes and
Benjamin Rossman and
Oren Weimann},
title = {An optimal decomposition algorithm for tree edit distance},
journal = {{ACM} Trans. Algorithms},
volume = {6},
number = {1},
pages = {2:1--2:19},
year = {2009},
url = {https://doi.org/10.1145/1644015.1644017},
doi = {10.1145/1644015.1644017},
timestamp = {Sun, 02 Jun 2019 20:48:04 +0200},
biburl = {https://dblp.org/rec/journals/talg/DemaineMRW09.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{DBLP:conf/wcre/HashimotoM08,
author = {Masatomo Hashimoto and
Akira Mori},
editor = {Ahmed E. Hassan and
Andy Zaidman and
Massimiliano Di Penta},
title = {Diff/TS: {A} Tool for Fine-Grained Structural Change Analysis},
booktitle = {{WCRE} 2008, Proceedings of the 15th Working Conference on Reverse
Engineering, Antwerp, Belgium, October 15-18, 2008},
pages = {279--288},
publisher = {{IEEE} Computer Society},
year = {2008},
url = {https://doi.org/10.1109/WCRE.2008.44},
doi = {10.1109/WCRE.2008.44},
timestamp = {Fri, 24 Mar 2023 00:04:45 +0100},
biburl = {https://dblp.org/rec/conf/wcre/HashimotoM08.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@article{DBLP:journals/pacmpl/MiraldoS19,
author = {Victor Cacciari Miraldo and
Wouter Swierstra},
title = {An efficient algorithm for type-safe structural diffing},
journal = {Proc. {ACM} Program. Lang.},
volume = {3},
number = {{ICFP}},
pages = {113:1--113:29},
year = {2019},
url = {https://doi.org/10.1145/3341717},
doi = {10.1145/3341717},
timestamp = {Wed, 17 Feb 2021 08:54:06 +0100},
biburl = {https://dblp.org/rec/journals/pacmpl/MiraldoS19.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{DBLP:conf/fase/AsenovG0O17,
author = {Dimitar Asenov and
Balz Guenat and
Peter M{\"{u}}ller and
Martin Otth},
editor = {Marieke Huisman and
Julia Rubin},
title = {Precise Version Control of Trees with Line-Based Version Control Systems},
booktitle = {Fundamental Approaches to Software Engineering - 20th International
Conference, {FASE} 2017, Held as Part of the European Joint Conferences
on Theory and Practice of Software, {ETAPS} 2017, Uppsala, Sweden,
April 22-29, 2017, Proceedings},
series = {Lecture Notes in Computer Science},
volume = {10202},
pages = {152--169},
publisher = {Springer},
year = {2017},
url = {https://doi.org/10.1007/978-3-662-54494-5\_9},
doi = {10.1007/978-3-662-54494-5\_9},
timestamp = {Fri, 09 Apr 2021 18:43:03 +0200},
biburl = {https://dblp.org/rec/conf/fase/AsenovG0O17.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@article{DBLP:journals/tcs/Bille05,
author = {Philip Bille},
title = {A survey on tree edit distance and related problems},
journal = {Theor. Comput. Sci.},
volume = {337},
number = {1-3},
pages = {217--239},
year = {2005},
url = {https://doi.org/10.1016/j.tcs.2004.12.030},
doi = {10.1016/J.TCS.2004.12.030},
timestamp = {Wed, 17 Feb 2021 22:01:22 +0100},
biburl = {https://dblp.org/rec/journals/tcs/Bille05.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@article{DBLP:journals/dam/Bubenzer14,
author = {Johannes Bubenzer},
title = {Cycle-aware minimization of acyclic deterministic finite-state automata},
journal = {Discret. Appl. Math.},
volume = {163},
pages = {238--246},
year = {2014},
url = {https://doi.org/10.1016/j.dam.2013.08.003},
doi = {10.1016/J.DAM.2013.08.003},
timestamp = {Thu, 11 Feb 2021 23:23:46 +0100},
biburl = {https://dblp.org/rec/journals/dam/Bubenzer14.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{DBLP:conf/esa/Klein98,
author = {Philip N. Klein},
editor = {Gianfranco Bilardi and
Giuseppe F. Italiano and
Andrea Pietracaprina and
Geppino Pucci},
title = {Computing the Edit-Distance between Unrooted Ordered Trees},
booktitle = {Algorithms - {ESA} '98, 6th Annual European Symposium, Venice, Italy,
August 24-26, 1998, Proceedings},
series = {Lecture Notes in Computer Science},
volume = {1461},
pages = {91--102},
publisher = {Springer},
year = {1998},
url = {https://doi.org/10.1007/3-540-68530-8\_8},
doi = {10.1007/3-540-68530-8\_8},
timestamp = {Tue, 14 May 2019 10:00:54 +0200},
biburl = {https://dblp.org/rec/conf/esa/Klein98.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{DBLP:conf/icfp/LempsinkLL09,
author = {Eelco Lempsink and
Sean Leather and
Andres L{\"{o}}h},
editor = {Patrik Jansson and
Sibylle Schupp},
title = {Type-safe diff for families of datatypes},
booktitle = {Proceedings of the 2009 {ACM} {SIGPLAN} workshop on Generic programming,
WGP@ICFP 2009, Edinburgh, United Kingdom, August 31 - September 2,
2009},
pages = {61--72},
publisher = {{ACM}},
year = {2009},
url = {https://doi.org/10.1145/1596614.1596624},
doi = {10.1145/1596614.1596624},
timestamp = {Sun, 02 Oct 2022 16:04:58 +0200},
biburl = {https://dblp.org/rec/conf/icfp/LempsinkLL09.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{DBLP:journals/entcs/MimramG13,
author = {Samuel Mimram and
Cinzia Di Giusto},
editor = {Dexter Kozen and
Michael W. Mislove},
title = {A Categorical Theory of Patches},
booktitle = {Proceedings of the Twenty-ninth Conference on the Mathematical Foundations
of Programming Semantics, {MFPS} 2013, New Orleans, LA, USA, June
23-25, 2013},
series = {Electronic Notes in Theoretical Computer Science},
volume = {298},
pages = {283--307},
publisher = {Elsevier},
year = {2013},
url = {https://doi.org/10.1016/j.entcs.2013.09.018},
doi = {10.1016/J.ENTCS.2013.09.018},
timestamp = {Tue, 16 Aug 2022 23:07:10 +0200},
biburl = {https://dblp.org/rec/journals/entcs/MimramG13.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{DBLP:conf/oopsla/SwierstraL14,
author = {Wouter Swierstra and
Andres L{\"{o}}h},
editor = {Andrew P. Black and
Shriram Krishnamurthi and
Bernd Bruegge and
Joseph N. Ruskiewicz},
title = {The Semantics of Version Control},
booktitle = {Onward! 2014, Proceedings of the 2014 {ACM} International Symposium
on New Ideas, New Paradigms, and Reflections on Programming {\&}
Software, part of {SPLASH} '14, Portland, OR, USA, October 20-24,
2014},
pages = {43--54},
publisher = {{ACM}},
year = {2014},
url = {https://doi.org/10.1145/2661136.2661137},
doi = {10.1145/2661136.2661137},
timestamp = {Mon, 12 Jul 2021 15:34:15 +0200},
biburl = {https://dblp.org/rec/conf/oopsla/SwierstraL14.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@article{DBLP:journals/jacm/Tai79,
author = {Kuo{-}Chung Tai},
title = {The Tree-to-Tree Correction Problem},
journal = {J. {ACM}},
volume = {26},
number = {3},
pages = {422--433},
year = {1979},
url = {https://doi.org/10.1145/322139.322143},
doi = {10.1145/322139.322143},
timestamp = {Tue, 06 Nov 2018 12:51:44 +0100},
biburl = {https://dblp.org/rec/journals/jacm/Tai79.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{DBLP:conf/icfp/Vassena16,
author = {Marco Vassena},
editor = {James Chapman and
Wouter Swierstra},
title = {Generic Diff3 for algebraic datatypes},
booktitle = {Proceedings of the 1st International Workshop on Type-Driven Development,
TyDe@ICFP 2016, Nara, Japan, September 18, 2016},
pages = {62--71},
publisher = {{ACM}},
year = {2016},
url = {https://doi.org/10.1145/2976022.2976026},
doi = {10.1145/2976022.2976026},
timestamp = {Tue, 06 Nov 2018 16:59:24 +0100},
biburl = {https://dblp.org/rec/conf/icfp/Vassena16.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@article{DBLP:journals/jfp/AngiuliMLH16,
author = {Carlo Angiuli and
Edward Morehouse and
Daniel R. Licata and
Robert Harper},
title = {Homotopical patch theory},
journal = {J. Funct. Program.},
volume = {26},
pages = {e18},
year = {2016},
url = {https://doi.org/10.1017/S0956796816000198},
doi = {10.1017/S0956796816000198},
timestamp = {Fri, 02 Nov 2018 09:31:48 +0100},
biburl = {https://dblp.org/rec/journals/jfp/AngiuliMLH16.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{DBLP:conf/aplas/Solar-Lezama09,
author = {Armando Solar{-}Lezama},
editor = {Zhenjiang Hu},
title = {The Sketching Approach to Program Synthesis},
booktitle = {Programming Languages and Systems, 7th Asian Symposium, {APLAS} 2009,
Seoul, Korea, December 14-16, 2009. Proceedings},
series = {Lecture Notes in Computer Science},
volume = {5904},
pages = {4--13},
publisher = {Springer},
year = {2009},
url = {https://doi.org/10.1007/978-3-642-10672-9\_3},
doi = {10.1007/978-3-642-10672-9\_3},
timestamp = {Tue, 14 May 2019 10:00:41 +0200},
biburl = {https://dblp.org/rec/conf/aplas/Solar-Lezama09.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{DBLP:conf/haskell/Roundy05,
author = {David Roundy},
editor = {Daan Leijen},
title = {Darcs: distributed version management in haskell},
booktitle = {Proceedings of the {ACM} {SIGPLAN} Workshop on Haskell, Haskell 2005,
Tallinn, Estonia, September 30, 2005},
pages = {1--4},
publisher = {{ACM}},