-
Notifications
You must be signed in to change notification settings - Fork 0
/
research.bib
5256 lines (4831 loc) · 209 KB
/
research.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
% !TEX root = omar-thesis.tex
@phdthesis{schwerdfeger2010context,
title={Context-aware scanning and determinism-preserving grammar composition, in theory and practice},
author={Schwerdfeger, August},
year={2010},
school={University of Minnesota}
}
@inproceedings{snapl17,
author = {Cyrus Omar and
Ian Voysey and
Michael Hilton and
Joshua Sunshine and
Claire Le Goues and
Jonathan Aldrich and
Matthew A. Hammer},
title= {Toward semantic foundations for program editors},
booktitle = {Symposium on Advances in Programming Languages (SNAPL)},
year = {2017},
url = {http://arxiv.org/abs/1703.08694}}
@article{DBLP:journals/tosem/BrandV96,
author = {Mark van den Brand and
Eelco Visser},
title = {Generation of Formatters for Context-Free Languages},
journal = {{ACM} Trans. Softw. Eng. Methodol.},
volume = {5},
number = {1},
pages = {1--41},
year = {1996},
url = {http://doi.acm.org/10.1145/226155.226156},
_doi = {10.1145/226155.226156},
timestamp = {Wed, 26 Nov 2003 14:30:27 +0100},
biburl = {http://dblp.uni-trier.de/rec/bib/journals/tosem/BrandV96},
bibsource = {dblp computer science bibliography, http://dblp.org}
}
@inproceedings{DBLP:conf/pldi/PombrioK14,
author = {Justin Pombrio and
Shriram Krishnamurthi},
title = {Resugaring: lifting evaluation sequences through syntactic sugar},
booktitle = {PLDI},
_pages = {361--371},
year = {2014},
crossref = {DBLP:conf/pldi/2014},
url = {http://doi.acm.org/10.1145/2594291.2594319},
_doi = {10.1145/2594291.2594319},
timestamp = {Tue, 20 Dec 2016 10:12:01 +0100},
biburl = {http://dblp.uni-trier.de/rec/bib/conf/pldi/PombrioK14},
bibsource = {dblp computer science bibliography, http://dblp.org}
}
@inproceedings{DBLP:conf/icfp/PombrioK15,
author = {Justin Pombrio and
Shriram Krishnamurthi},
title = {Hygienic resugaring of compositional desugaring},
booktitle = {ICFP},
pages = {75--87},
year = {2015},
crossref = {DBLP:conf/icfp/2015},
url = {http://doi.acm.org/10.1145/2784731.2784755},
_doi = {10.1145/2784731.2784755},
timestamp = {Tue, 08 Sep 2015 09:24:11 +0200},
biburl = {http://dblp.uni-trier.de/rec/bib/conf/icfp/PombrioK15},
bibsource = {dblp computer science bibliography, http://dblp.org}
}
@inproceedings{gorn1965explicit,
title={Explicit definitions and linguistic dominoes},
author={Gorn, Saul},
booktitle={Systems and Computer Science, Proceedings of the Conference held at Univ. of Western Ontario},
pages={77--115},
year={1965}
}
@inproceedings{mainland2007s,
title={Why it's nice to be quoted: quasiquoting for {Haskell}},
author={Mainland, Geoffrey},
booktitle={Haskell Workshop},
_pages={73--82},
year={2007},
_organization={ACM}
}
@inproceedings{culpepper2005syntactic,
title={Syntactic abstraction in component interfaces},
author={Culpepper, Ryan and Owens, Scott and Flatt, Matthew},
booktitle={International Conference on Generative Programming and Component Engineering (GPCE)},
_pages={373--388},
year={2005},
_organization={Springer}
}
@inproceedings{pfenning1998algorithms,
title={Algorithms for equality and unification in the presence of notational definitions},
author={Pfenning, Frank and Sch{\"u}rmann, Carsten},
booktitle={International Workshop on Types for Proofs and Programs},
pages={179--193},
year={1998},
organization={Springer}
}
@article{gabbay2002new,
title={A new approach to abstract syntax with variable binding},
author={Gabbay, Murdoch J and Pitts, Andrew M},
journal={{Formal Aspects of Computing}},
volume={13},
number={3},
pages={341--363},
year={2002},
_publisher={Springer}
}
@inproceedings{Ocaml/macros,
author={Jeremy Yallop and Leo White},
title = {Modular macros (extended abstract)},
booktitle = {OCaml Users and Developers Workshop},
Year={2015}
}
@inproceedings{DBLP:conf/popl/OmarVHAH17,
author = {Cyrus Omar and
Ian Voysey and
Michael Hilton and
Jonathan Aldrich and
Matthew A. Hammer},
title = {Hazelnut: a bidirectionally typed structure editor calculus},
booktitle = {POPL},
_pages = {86--99},
year = {2017},
crossref = {DBLP:conf/popl/2017},
url = {http://dl.acm.org/citation.cfm?id=3009900},
timestamp = {Wed, 28 Dec 2016 13:22:29 +0100},
biburl = {http://dblp.uni-trier.de/rec/bib/conf/popl/OmarVHAH17},
bibsource = {dblp computer science bibliography, http://dblp.org}
}
@inproceedings{DBLP:conf/popl/MacQueen86,
author = {David B. MacQueen},
title = {Using Dependent Types to Express Modular Structure},
booktitle = {Conference Record of the Thirteenth Annual {ACM} Symposium on Principles
of Programming Languages, St. Petersburg Beach, Florida, USA, January
1986},
pages = {277--286},
year = {1986},
crossref = {DBLP:conf/popl/1986},
url = {http://doi.acm.org/10.1145/512644.512670},
doi = {10.1145/512644.512670},
timestamp = {Mon, 21 May 2012 16:19:51 +0200},
biburl = {http://dblp.uni-trier.de/rec/bib/conf/popl/MacQueen86},
bibsource = {dblp computer science bibliography, http://dblp.org}
}
@article{Whitney:2001:LOR:376284.375783,
author = {Whitney, Arthur and Shasha, Dennis},
title = {Lots O'Ticks: Real Time High Performance Time Series Queries on Billions of Trades and Quotes},
journal = {SIGMOD Rec.},
issue_date = {June 2001},
volume = {30},
number = {2},
month = may,
year = {2001},
issn = {0163-5808},
pages = {617--617},
url = {http://doi.acm.org/10.1145/376284.375783},
doi = {10.1145/376284.375783},
acmid = {375783},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {finance, parallel databases, time series},
}
@book{anderson1987smiles,
title={SMILES, a line notation and computerized interpreter for chemical structures},
author={Anderson, Eric and Veith, Gilman D and Weininger, David},
year={1987},
publisher={US Environmental Protection Agency, Environmental Research Laboratory}
}
@inproceedings{DBLP:conf/fpca/Aasa93,
author = {Annika Aasa},
title = {{Precedences for Conctypes}},
booktitle = {Conference on Functional Programming Languages
and Computer Architecture (FPCA)},
year = {1993},
crossref = {DBLP:conf/fpca/1993},
url = {http://doi.acm.org/10.1145/165180.165193},
_doi = {10.1145/165180.165193},
timestamp = {Thu, 12 Nov 2015 12:11:28 +0100},
biburl = {http://dblp.uni-trier.de/rec/bib/conf/fpca/Aasa93},
bibsource = {dblp computer science bibliography, http://dblp.org}
}
@inproceedings{DBLP:conf/gpce/RafkindF12,
author = {Jon Rafkind and
Matthew Flatt},
title = {Honu: syntactic extension for algebraic notation through enforestation},
booktitle = {Generative Programming and Component Engineering (GPCE)},
pages = {122--131},
year = {2012},
_crossref = {DBLP:conf/gpce/2012},
url = {http://doi.acm.org/10.1145/2371401.2371420},
_doi = {10.1145/2371401.2371420},
timestamp = {Fri, 19 Oct 2012 18:49:54 +0200},
biburl = {http://dblp.uni-trier.de/rec/bib/conf/gpce/RafkindF12},
bibsource = {dblp computer science bibliography, http://dblp.org}
}
@inproceedings{DBLP:conf/sac/LammelPS11,
author = {Ralf L{\"{a}}mmel and
Ekaterina Pek and
J{\"{u}}rgen Starek},
title = {{Large-scale, AST-based API-usage analysis of open-source Java projects}},
booktitle = {{ACM} Symposium on Applied Computing (SAC)},
_pages = {1317--1324},
year = {2011},
_crossref = {DBLP:conf/sac/2011},
url = {http://doi.acm.org/10.1145/1982185.1982471},
_doi = {10.1145/1982185.1982471},
timestamp = {Tue, 03 Nov 2015 12:36:39 +0100},
biburl = {http://dblp.uni-trier.de/rec/bib/conf/sac/LammelPS11},
bibsource = {dblp computer science bibliography, http://dblp.org}
}
@book{odersky2008programming,
title={Programming in {Scala}},
author={Odersky, Martin and Spoon, Lex and Venners, Bill},
year={2008},
publisher={Artima Inc.}
}
@article{xhtml,
title={{XHTML 1.0 The Extensible HyperText Markup Language}},
author={W3C},
volume={1},
year={2000}
}
@article{DBLP:journals/toplas/Tratt08,
author = {Laurence Tratt},
title = {Domain specific language implementation via compile-time meta-programming},
journal = {{ACM} Trans. Program. Lang. Syst.},
volume = {30},
number = {6},
year = {2008},
url = {http://doi.acm.org/10.1145/1391956.1391958},
doi = {10.1145/1391956.1391958},
timestamp = {Wed, 05 Nov 2008 09:17:18 +0100},
biburl = {http://dblp.uni-trier.de/rec/bib/journals/toplas/Tratt08},
bibsource = {dblp computer science bibliography, http://dblp.org}
}
@inproceedings{DBLP:conf/gpce/RafkindF12,
author = {Jon Rafkind and
Matthew Flatt},
title = {Honu: syntactic extension for algebraic notation through enforestation},
booktitle = {GPCE},
_pages = {122--131},
year = {2012},
crossref = {DBLP:conf/gpce/2012},
_url = {http://doi.acm.org/10.1145/2371401.2371420},
doi = {10.1145/2371401.2371420},
timestamp = {Fri, 19 Oct 2012 18:49:54 +0200},
biburl = {http://dblp.uni-trier.de/rec/bib/conf/gpce/RafkindF12},
bibsource = {dblp computer science bibliography, http://dblp.org}
}
@inproceedings{gpce/Omar16,
author = {Cyrus Omar and Jonathan Aldrich},
title = {Programmable Semantic Fragments},
booktitle = {GPCE},
_pages = {122--131},
year = {2016},
}
@article{DBLP:journals/jfp/FisherS08,
author = {David Fisher and
Olin Shivers},
title = {Building language towers with {Ziggurat}},
journal = {J. Funct. Program.},
volume = {18},
number = {5-6},
pages = {707--780},
year = {2008},
url = {http://dx.doi.org/10.1017/S0956796808006928},
doi = {10.1017/S0956796808006928},
timestamp = {Fri, 21 Nov 2008 12:47:10 +0100},
biburl = {http://dblp.uni-trier.de/rec/bib/journals/jfp/FisherS08},
bibsource = {dblp computer science bibliography, http://dblp.org}
}
@article{DBLP:journals/jfp/FlattCDF12,
author = {Matthew Flatt and
Ryan Culpepper and
David Darais and
Robert Bruce Findler},
title = {{Macros that Work Together - Compile-time bindings, partial expansion,
and definition contexts}},
journal = {J. Funct. Program.},
volume = {22},
number = {2},
pages = {181--216},
year = {2012},
url = {http://dx.doi.org/10.1017/S0956796812000093},
_doi = {10.1017/S0956796812000093},
timestamp = {Wed, 03 Apr 2013 22:45:08 +0200},
biburl = {http://dblp.uni-trier.de/rec/bib/journals/jfp/FlattCDF12},
bibsource = {dblp computer science bibliography, http://dblp.org}
}
@techreport{gpce16tr,
Author = {Cyrus Omar and Jonathan Aldrich},
Institution = {Carnegie Mellon University},
Number = {CMU-ISR-16-112},
Title = {{Programmable Semantic Fragments (Extended Version)}}}
@book{novaes2012formal,
title={Formal languages in logic: A philosophical and cognitive analysis},
author={Novaes, Catarina Dutilh},
year={2012},
publisher={Cambridge University Press}
}
@inproceedings{DBLP:conf/tldi/ChlipalaPH05,
author = {Adam Chlipala and
Leaf Petersen and
Robert Harper},
title = {Strict bidirectional type checking},
booktitle = {{ACM} {SIGPLAN} International Workshop
on Types in Language Design and Implementation (TLDI)},
_pages = {71--78},
year = {2005},
crossref = {DBLP:conf/tldi/2005},
url = {http://doi.acm.org/10.1145/1040294.1040301},
_doi = {10.1145/1040294.1040301},
timestamp = {Tue, 22 May 2012 15:24:55 +0200},
biburl = {http://dblp.uni-trier.de/rec/bib/conf/tldi/ChlipalaPH05},
bibsource = {dblp computer science bibliography, http://dblp.org}
}
@article{DBLP:journals/jlp/Plotkin04a,
author = {Gordon D. Plotkin},
title = {A structural approach to operational semantics},
journal = {J. Log. Algebr. Program.},
volume = {60-61},
pages = {17--139},
year = {2004},
timestamp = {Mon, 21 Feb 2005 12:50:35 +0100},
biburl = {http://dblp.uni-trier.de/rec/bib/journals/jlp/Plotkin04a},
bibsource = {dblp computer science bibliography, http://dblp.org}
}
@article{stone2006extensional,
title={Extensional equivalence and singleton types},
author={Stone, Christopher A and Harper, Robert},
journal={ACM Transactions on Computational Logic (TOCL)},
volume={7},
number={4},
pages={676--722},
year={2006},
publisher={ACM}
}
@inproceedings{harper1989higher,
title={Higher-order modules and the phase distinction},
author={Harper, Robert and Mitchell, John C and Moggi, Eugenio},
booktitle={POPL},
_pages={341--354},
year={1989},
_organization={ACM}
}
@article{Ghezzi:1979:IP:357062.357066,
author = {Ghezzi, Carlo and Mandrioli, Dino},
title = {Incremental Parsing},
journal = {ACM Trans. Program. Lang. Syst.},
issue_date = {July 1979},
volume = {1},
number = {1},
month = jan,
year = {1979},
_issn = {0164-0925},
pages = {58--70},
numpages = {13},
url = {http://doi.acm.org/10.1145/357062.357066},
_doi = {10.1145/357062.357066},
_acmid = {357066},
_publisher = {ACM},
_address = {New York, NY, USA},
}
@article{mens2004survey,
title={A survey of software refactoring},
author={Mens, Tom and Tourw{\'e}, Tom},
journal={{IEEE Transactions on Software Engineering}},
volume={30},
number={2},
pages={126--139},
year={2004},
_publisher={IEEE}
}
@phdthesis{dreyer2005understanding,
title={Understanding and evolving the {ML} module system},
author={Dreyer, Derek},
year={2005},
school={Carnegie Mellon University}
}
@inproceedings{DBLP:conf/sle/VolterSBK14,
author = {Markus Voelter and
Janet Siegmund and
Thorsten Berger and
Bernd Kolb},
title = {{Towards User-Friendly Projectional Editors}},
booktitle = {International Conference on Software Language Engineering ({SLE})},
_pages = {41--61},
year = {2014},
crossref = {DBLP:conf/sle/2014},
_url = {http://dx._doi.org/10.1007/978-3-319-11245-9_3},
_doi = {10.1007/978-3-319-11245-9_3},
timestamp = {Tue, 09 Sep 2014 10:57:11 +0200},
biburl = {http://dblp.uni-trier.de/rec/bib/conf/sle/VolterSBK14},
bibsource = {dblp computer science bibliography, http://dblp.org}
}
@article{teitelbaum_cornell_1981,
title = {{The Cornell Program Synthesizer: A Syntax-directed Programming Environment}},
volume = {24},
_issn = {0001-0782},
_url = {http://doi.acm.org/10.1145/358746.358755},
_doi = {10.1145/358746.358755},
shorttitle = {The Cornell Program Synthesizer},
abstract = {Programs are not text; they are hierarchical compositions of computational structures and should be edited, executed, and debugged in an environment that consistently acknowledges and reinforces this viewpoint. The Cornell Program Synthesizer demands a structural perspective at all stages of program development. Its separate features are unified by a common foundation: a grammar for the programming language. Its full-screen derivation-tree editor and syntax-directed diagnostic interpreter combine to make the Synthesizer a powerful and responsive interactive programming tool.},
pages = {563--573},
number = {9},
journaltitle = {Commun. {ACM}},
author = {Teitelbaum, Tim and Reps, Thomas},
urldate = {2015-12-11},
date = {1981-09},
year = {1981},
journal = {Commun. {ACM}},
keywords = {diagnostic interpreter, program development system, programming environment, source language debugger, syntax-directed editor, template},
file = {ACM Full Text PDF:/Users/michaelhilton/Library/Application Support/Zotero/Profiles/f67bsoxk.default/zotero/storage/E7E68F7N/Teitelbaum and Reps - 1981 - The Cornell Program Synthesizer A Syntax-directed.pdf:application/pdf}
}
@inproceedings{diekmann2014eco,
title={Eco: A language composition editor},
author={Diekmann, Lukas and Tratt, Laurence},
booktitle={International Conference on Software Language Engineering (SLE)},
_pages={82--101},
year={2014},
_organization={Springer International Publishing}
}
@article{DBLP:journals/jsc/DeursenKT93,
author = {Arie van Deursen and
Paul Klint and
Frank Tip},
title = {Origin Tracking},
journal = {J. Symb. Comput.},
_volume = {15},
_number = {5/6},
pages = {523--545},
year = {1993},
url = {http://dx.doi.org/10.1016/S0747-7171(06)80004-0},
_doi = {10.1016/S0747-7171(06)80004-0},
timestamp = {Tue, 20 Sep 2011 11:17:55 +0200},
biburl = {http://dblp.uni-trier.de/rec/bib/journals/jsc/DeursenKT93},
bibsource = {dblp computer science bibliography, http://dblp.org}
}
@inproceedings{DBLP:conf/dls/VitousekKSB14,
author = {Michael M. Vitousek and
Andrew M. Kent and
Jeremy G. Siek and
Jim Baker},
title = {Design and evaluation of gradual typing for {Python}},
booktitle = {Dynamic Languages Symposium},
_pages = {45--56},
year = {2014},
crossref = {DBLP:conf/dls/2014},
url = {http://doi.acm.org/10.1145/2661088.2661101},
doi = {10.1145/2661088.2661101},
timestamp = {Wed, 15 Oct 2014 15:30:02 +0200},
biburl = {http://dblp.uni-trier.de/rec/bib/conf/dls/VitousekKSB14},
bibsource = {dblp computer science bibliography, http://dblp.org}
}
@inproceedings{culpepper2007advanced,
title={{Advanced macrology and the implementation of Typed Scheme}},
author={Culpepper, Ryan and Tobin-Hochstadt, Sam and Flatt, Matthew},
booktitle = {{Workshop on Scheme and Functional Programming}},
year = {2007}
}
@misc{bidi-tutorial,
author = {David Raymond Christiansen},
Howpublished = {\url{http://davidchristiansen.dk/tutorials/bidirectional.pdf}},
Title = {{Bidirectional Typing Rules: A Tutorial}},
Year = {2013}
}
@misc{Merlin,
Howpublished = {\url{https://the-lambda-church.github.io/merlin/}. Retrieved Sep 6, 2016},
Title = {{Merlin, an assistant for editing OCaml code}},
}
@inproceedings{DBLP:conf/dls/LernerPGK13,
author = {Benjamin S. Lerner and
Joe Gibbs Politz and
Arjun Guha and
Shriram Krishnamurthi},
title = {{TeJaS: retrofitting type systems for JavaScript}},
booktitle = {Dynamic Languages Symposium (DLS)},
_pages = {1--16},
year = {2013},
crossref = {DBLP:conf/dls/2013},
url = {http://doi.acm.org/10.1145/2508168.2508170},
doi = {10.1145/2508168.2508170},
timestamp = {Tue, 11 Feb 2014 19:09:31 +0100},
biburl = {http://dblp.uni-trier.de/rec/bib/conf/dls/LernerPGK13},
bibsource = {dblp computer science bibliography, http://dblp.org}
}
@inproceedings{guha2011typing,
title={Typing local control and state using flow analysis},
author={Guha, Arjun and Saftoiu, Claudiu and Krishnamurthi, Shriram},
booktitle={ESOP},
_pages={256--275},
year={2011},
_organization={Springer}
}
@inproceedings{oliveira2012extensibility,
title={Extensibility for the Masses},
author={Oliveira, Bruno C d S and Cook, William R},
booktitle={ECOOP},
_pages={2--27},
year={2012},
organization={Springer}
}
@article{van2011numpy,
title={The NumPy array: a structure for efficient numerical computation},
author={Van Der Walt, Stefan and Colbert, S Chris and Varoquaux, Gael},
journal={Computing in Science \& Engineering},
volume={13},
number={2},
pages={22--30},
year={2011},
publisher={AIP Publishing}
}
@article{beazley2003automated,
title={{Automated scientific software scripting with SWIG}},
author={Beazley, David M},
journal={Future Generation Computer Systems},
volume={19},
number={5},
pages={599--609},
year={2003},
publisher={Elsevier}
}
@article{scott1980lambda,
title={Lambda calculus: some models, some philosophy},
author={Scott, Dana},
journal={Studies in Logic and the Foundations of Mathematics},
volume={101},
pages={223--265},
year={1980},
publisher={Elsevier}
}
@inproceedings{ancona2007rpython,
title={{RPython: a step towards reconciling dynamically and statically typed OO languages}},
author={Ancona, Davide and Ancona, Massimo and Cuni, Antonio and Matsakis, Nicholas D},
booktitle={{Symposium on Dynamic Languages}},
_pages={53--64},
year={2007}
}
@inproceedings{DBLP:conf/types/Barthe95,
author = {Gilles Barthe},
title = {Implicit Coercions in Type Systems},
booktitle = {Types for Proofs and Programs, International Workshop TYPES'95, Torino,
Italy, June 5-8, 1995, Selected Papers},
pages = {1--15},
year = {1995},
crossref = {DBLP:conf/types/1995},
url = {http://dx.doi.org/10.1007/3-540-61780-9_58},
doi = {10.1007/3-540-61780-9_58},
timestamp = {Tue, 28 Oct 2008 12:04:15 +0100},
biburl = {http://dblp.uni-trier.de/rec/bib/conf/types/Barthe95},
bibsource = {dblp computer science bibliography, http://dblp.org}
}
@article{DBLP:journals/iandc/Breazu-TannenCGS91,
author = {Val Tannen and
Thierry Coquand and
Carl A. Gunter and
Andre Scedrov},
title = {Inheritance as Implicit Coercion},
journal = {Inf. Comput.},
volume = {93},
number = {1},
pages = {172--221},
year = {1991},
url = {http://dx.doi.org/10.1016/0890-5401(91)90055-7},
doi = {10.1016/0890-5401(91)90055-7},
timestamp = {Wed, 06 Jul 2011 21:23:46 +0200},
biburl = {http://dblp.uni-trier.de/rec/bib/journals/iandc/Breazu-TannenCGS91},
bibsource = {dblp computer science bibliography, http://dblp.org}
}
@inproceedings{brown2016build,
title={{How to Build Static Checking Systems Using Orders of Magnitude Less Code}},
author={Brown, Fraser and N{\"o}tzli, Andres and Engler, Dawson},
booktitle={ASPLOS},
_pages={143--157},
year={2016},
_organization={ACM}
}
@article{DBLP:journals/toplas/MatthewsF09,
author = {Jacob Matthews and
Robert Bruce Findler},
title = {Operational semantics for multi-language programs},
journal = {{ACM} Trans. Program. Lang. Syst.},
volume = {31},
number = {3},
year = {2009},
url = {http://doi.acm.org/10.1145/1498926.1498930},
doi = {10.1145/1498926.1498930},
timestamp = {Wed, 15 Apr 2009 14:15:19 +0200},
biburl = {http://dblp.uni-trier.de/rec/bib/journals/toplas/MatthewsF09},
bibsource = {dblp computer science bibliography, http://dblp.org}
}
@article{DBLP:journals/toplas/MarkstrumMEMAN10,
author = {Shane Markstrum and
Daniel Marino and
Matthew Esquivel and
Todd D. Millstein and
Chris Andreae and
James Noble},
title = {{JavaCOP: Declarative pluggable types for Java}},
journal = {{ACM} Trans. Program. Lang. Syst.},
volume = {32},
number = {2},
year = {2010},
url = {http://doi.acm.org/10.1145/1667048.1667049},
doi = {10.1145/1667048.1667049},
timestamp = {Thu, 18 Feb 2010 14:49:07 +0100},
biburl = {http://dblp.uni-trier.de/rec/bib/journals/toplas/MarkstrumMEMAN10},
bibsource = {dblp computer science bibliography, http://dblp.org}
}
@inproceedings{siek2007gradual,
title={Gradual typing for objects},
author={Siek, Jeremy and Taha, Walid},
booktitle={ECOOP},
_pages={2--27},
year={2007},
_organization={Springer}
}
@inproceedings{zenger2001implementing,
title={Implementing extensible compilers},
author={Zenger, Matthias and Odersky, Martin},
booktitle={Workshop on Multiparadigm Programming with Object-Oriented Languages},
_number={LAMP-CONF-2001-004},
year={2001}
}
@inproceedings{DBLP:conf/oopsla/EkmanH07,
author = {Torbj{\"{o}}rn Ekman and
G{\"{o}}rel Hedin},
title = {The jastadd extensible java compiler},
booktitle = {Proceedings of the 22nd Annual {ACM} {SIGPLAN} Conference on Object-Oriented
Programming, Systems, Languages, and Applications, {OOPSLA} 2007,
October 21-25, 2007, Montreal, Quebec, Canada},
pages = {1--18},
year = {2007},
crossref = {DBLP:conf/oopsla/2007},
url = {http://doi.acm.org/10.1145/1297027.1297029},
doi = {10.1145/1297027.1297029},
timestamp = {Tue, 23 Oct 2007 08:00:56 +0200},
biburl = {http://dblp.uni-trier.de/rec/bib/conf/oopsla/EkmanH07},
bibsource = {dblp computer science bibliography, http://dblp.org}
}
@inproceedings{DBLP:conf/cefp/SheardL07,
author = {Tim Sheard and
Nathan Linger},
title = {Programming in {Omega}},
booktitle = {Central European Functional Programming School, Second Summer School ({CEFP}), Romania, June 23-30, 2007, Revised Selected
Lectures},
pages = {158--227},
year = {2007},
crossref = {DBLP:conf/cefp/2007},
url = {http://dx.doi.org/10.1007/978-3-540-88059-2_5},
doi = {10.1007/978-3-540-88059-2_5},
timestamp = {Thu, 23 Oct 2008 13:38:33 +0200},
biburl = {http://dblp.uni-trier.de/rec/bib/conf/cefp/SheardL07},
bibsource = {dblp computer science bibliography, http://dblp.org}
}
@inproceedings{DBLP:conf/popl/Adams15,
author = {Michael D. Adams},
title = {{Towards the Essence of Hygiene}},
booktitle = {POPL},
year = {2015},
_pages = {457--469},
crossref = {DBLP:conf/popl/2015},
url = {http://doi.acm.org/10.1145/2676726.2677013},
_doi = {10.1145/2676726.2677013},
timestamp = {Sat, 20 Dec 2014 16:58:56 +0100},
biburl = {http://dblp.uni-trier.de/rec/bib/conf/popl/Adams15},
bibsource = {dblp computer science bibliography, http://dblp.org}
}
@inproceedings{mauny1994complete,
title={A complete and realistic implementation of quotations for {ML}},
author={Mauny, Michel and de Rauglaudre, Daniel},
booktitle={Workshop on ML and its applications},
_pages={70--78},
year={1994},
_organization={Citeseer}
}
@inproceedings{DBLP:conf/popl/ClingerR91,
author = {William D. Clinger and
Jonathan Rees},
title = {{Macros That Work}},
booktitle = {POPL},
_pages = {155--162},
year = {1991},
crossref = {DBLP:conf/popl/1991},
url = {http://doi.acm.org/10.1145/99583.99607},
_doi = {10.1145/99583.99607},
timestamp = {Mon, 21 May 2012 16:19:51 +0200},
biburl = {http://dblp.uni-trier.de/rec/bib/conf/popl/ClingerR91},
bibsource = {dblp computer science bibliography, http://dblp.org}
}
@article{DBLP:journals/lisp/DybvigHB92,
author = {R. Kent Dybvig and
Robert Hieb and
Carl Bruggeman},
title = {Syntactic Abstraction in Scheme},
journal = {Lisp and Symbolic Computation},
volume = {5},
number = {4},
pages = {295--326},
year = {1992},
timestamp = {Thu, 26 Jun 2003 16:30:43 +0200},
biburl = {http://dblp.uni-trier.de/rec/bib/journals/lisp/DybvigHB92},
bibsource = {dblp computer science bibliography, http://dblp.org}
}
@inproceedings{grewe2015type,
title={Type systems for the masses: Deriving soundness proofs and efficient checkers},
author={Grewe, Sylvia and Erdweg, Sebastian and Wittmann, Pascal and Mezini, Mira},
booktitle={ACM International Symposium on New Ideas, New Paradigms, and Reflections on Programming and Software (Onward!)},
_pages={137--150},
year={2015},
_organization={ACM}
}
@phdthesis{wieland2009parsing,
title={Parsing Mixfix Expressions},
author={Wieland, Jacob},
year={2009},
school={Technische Universitat Berlin}
}
@phdthesis{kaijanaho2015evidence,
title={Evidence-based programming language design: a philosophical and methodological exploration},
author={Kaijanaho, Antti-Juhani},
year={2015},
school={University of Jyv{\"a}skyl{\"a}}
}
@phdthesis{missura1997higher,
title={Higher-Order Mixfix Syntax for Representing Mathematical Notation and its Parsing},
author={Missura, Stephan Albert},
year={1997},
school={ETH Zurich}
}
@inproceedings{pettersson1992general,
title={A general and practical approach to concrete syntax objects within ML},
author={Pettersson, Mikael and Fritzson, Peter},
booktitle={ACM SIGPLAN Workshop on ML and its Applications, San Francisco, California, June 20-21, 1992},
year={1992}
}
@inproceedings{DBLP:conf/lfp/AasaPS88,
author = {Annika Aasa and
Kent Petersson and
Dan Synek},
title = {{Concrete Syntax for Data Objects in Functional Languages}},
booktitle = {{LISP} and Functional Programming},
pages = {96--105},
year = {1988},
url = {http://doi.acm.org/10.1145/62678.62688},
_doi = {10.1145/62678.62688},
timestamp = {Mon, 16 Dec 2002 13:18:44 +0100},
biburl = {http://dblp.uni-trier.de/rec/bib/conf/lfp/AasaPS88},
bibsource = {dblp computer science bibliography, http://dblp.org}
}
@inproceedings{DBLP:conf/sfp/SilkensenS12,
author = {Erik Silkensen and
Jeremy G. Siek},
title = {Well-Typed Islands Parse Faster},
booktitle = {Trends in Functional Programming},
_pages = {69--84},
year = {2012},
crossref = {DBLP:conf/sfp/2012},
url = {http://dx.doi.org/10.1007/978-3-642-40447-4_5},
_doi = {10.1007/978-3-642-40447-4_5},
timestamp = {Mon, 19 Aug 2013 13:55:19 +0200},
biburl = {http://dblp.uni-trier.de/rec/bib/conf/sfp/SilkensenS12},
bibsource = {dblp computer science bibliography, http://dblp.org}
}
@article{DBLP:journals/corr/abs-cs-0603077,
author = {Bryan Ford},
title = {{Packrat Parsing: Simple, Powerful, Lazy, Linear Time}},
journal = {CoRR},
volume = {abs/cs/0603077},
year = {2006},
url = {http://arxiv.org/abs/cs/0603077},
timestamp = {Mon, 05 Dec 2011 18:05:27 +0100},
biburl = {http://dblp.uni-trier.de/rec/bib/journals/corr/abs-cs-0603077},
bibsource = {dblp computer science bibliography, http://dblp.org}
}
@inproceedings{DBLP:conf/gpce/TahaJ03,
author = {Walid Taha and
Patricia Johann},
title = {Staged Notational Definitions},
booktitle = {GPCE},
_pages = {97--116},
year = {2003},
crossref = {DBLP:conf/gpce/2003},
url = {http://dx.doi.org/10.1007/978-3-540-39815-8_6},
_doi = {10.1007/978-3-540-39815-8_6},
timestamp = {Tue, 05 Jul 2011 17:29:49 +0200},
biburl = {http://dblp.uni-trier.de/rec/bib/conf/gpce/TahaJ03},
bibsource = {dblp computer science bibliography, http://dblp.org}
}
@inproceedings{DBLP:conf/lics/Davies96,
author = {Rowan Davies},
title = {{A Temporal-Logic Approach to Binding-Time Analysis}},
booktitle = {11th Annual {IEEE} Symposium on Logic in Computer Science (LICS)},
pages = {184--195},
year = {1996},
crossref = {DBLP:conf/lics/1996},
url = {http://dx.doi.org/10.1109/LICS.1996.561317},
_doi = {10.1109/LICS.1996.561317},
timestamp = {Sat, 22 Nov 2014 13:44:43 +0100},
biburl = {http://dblp.uni-trier.de/rec/bib/conf/lics/Davies96},
bibsource = {dblp computer science bibliography, http://dblp.org}
}
@inproceedings{DBLP:conf/lfmtp/Crary09,
author = {Karl Crary},
title = {A syntactic account of singleton types via hereditary substitution},
booktitle = {{Fourth International Workshop on Logical Frameworks
and Meta-Languages: Theory and Practice (LFMTP)}},
_pages = {21--29},
year = {2009},
crossref = {DBLP:conf/lfmtp/2009},
url = {http://doi.acm.org/10.1145/1577824.1577829},
_doi = {10.1145/1577824.1577829},
timestamp = {Mon, 12 Mar 2012 07:35:17 +0100},
biburl = {http://dblp.uni-trier.de/rec/bib/conf/lfmtp/Crary09},
bibsource = {dblp computer science bibliography, http://dblp.org}
}
@article{DBLP:journals/tocl/Crary07,
author = {Karl Crary},
title = {Sound and complete elimination of singleton kinds},
journal = {{ACM} Trans. Comput. Log.},
volume = {8},
number = {2},
year = {2007},
url = {http://doi.acm.org/10.1145/1227839.1227840},
doi = {10.1145/1227839.1227840},
timestamp = {Tue, 23 Oct 2007 10:17:54 +0200},
biburl = {http://dblp.uni-trier.de/rec/bib/journals/tocl/Crary07},
bibsource = {dblp computer science bibliography, http://dblp.org}
}
@InProceedings{StoneHarper00,
author = "Christopher A. Stone and Robert Harper",
title = {Deciding Type Equivalence in a Language with Singleton Kinds},
booktitle = {POPL},
_month = jan,
year = "2000",
_pages = "214--227",
}
@article{DBLP:journals/cacm/Bentley86c,
author = {Jon Louis Bentley},
title = {Little Languages},
journal = {Commun. {ACM}},
volume = {29},
number = {8},
pages = {711--721},
year = {1986},
url = {http://doi.acm.org/10.1145/6424.315691},
doi = {10.1145/6424.315691},
timestamp = {Tue, 07 Jun 2011 16:51:47 +0200},
biburl = {http://dblp.uni-trier.de/rec/bib/journals/cacm/Bentley86c},
bibsource = {dblp computer science bibliography, http://dblp.org}
}
@incollection{bierman2014understanding,
title={{Understanding TypeScript}},
author={Bierman, Gavin and Abadi, Mart{\'\i}n and Torgersen, Mads},
booktitle={ECOOP},
_pages={257--281},
year={2014},
_publisher={Springer}
}
@techreport{Aczel78,
Author = {Peter Aczel},
Institution = {University of Manchester},
Title = {A general {Church-Rosser} theorem},
Year = {1978}}
@inproceedings{DBLP:conf/plilp/AppelM91,
author = {Andrew W. Appel and
David B. MacQueen},
title = {Standard {ML} of New Jersey},
booktitle = {{Programming Language Implementation and Logic Programming}},
_pages = {1--13},
year = {1991},
url = {http://dx.doi.org/10.1007/3-540-54444-5_83},
_doi = {10.1007/3-540-54444-5_83},
timestamp = {Tue, 13 Oct 2009 08:14:15 +0200},
biburl = {http://dblp.uni-trier.de/rec/bib/conf/plilp/AppelM91},
bibsource = {dblp computer science bibliography, http://dblp.org}
}
@article{DBLP:journals/tcs/Aasa95,
author = {Annika Aasa},
title = {{Precedences in Specifications and Implementations of Programming Languages}},
journal = {Theor. Comput. Sci.},
volume = {142},
number = {1},
pages = {3--26},
year = {1995},
url = {http://dx.doi.org/10.1016/0304-3975(95)90680-J},
_doi = {10.1016/0304-3975(95)90680-J},
timestamp = {Fri, 26 Oct 2012 13:52:28 +0200},
biburl = {http://dblp.uni-trier.de/rec/bib/journals/tcs/Aasa95},
bibsource = {dblp computer science bibliography, http://dblp.org}
}
@inproceedings{DBLP:conf/ifl/DanielssonN08,
author = {Nils Anders Danielsson and
Ulf Norell},
title = {{Parsing Mixfix Operators}},
booktitle = {20th International
Symposium on Implementation and Application of Functional Languages (IFL) - Revised
Selected Papers},
_pages = {80--99},
year = {2008},
crossref = {DBLP:conf/ifl/2008},
url = {http://dx.doi.org/10.1007/978-3-642-24452-0_5},
_doi = {10.1007/978-3-642-24452-0_5},
timestamp = {Wed, 07 Dec 2011 16:17:29 +0100},
biburl = {http://dblp.uni-trier.de/rec/bib/conf/ifl/DanielssonN08},
bibsource = {dblp computer science bibliography, http://dblp.org}
}
@InProceedings{Siek06a,
author = "Jeremy G. Siek and Walid Taha",
booktitle = "Scheme and Functional Programming
Workshop",
_pages = "81--92",
_publisher = "University of Chicago TR-2006-06",
title = "Gradual Typing for Functional Languages",
URL = "http://scheme2006.cs.uchicago.edu/13-siek.pdf",
year = "2006",
}
@InProceedings{conf/sle/RitschelE15,
title = "Modular capture avoidance for program
transformations",
author = "Nico Ritschel and Sebastian Erdweg",