-
Notifications
You must be signed in to change notification settings - Fork 0
/
justin.bib
1473 lines (1336 loc) · 44 KB
/
justin.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
% For accent characters:
% https://en.wikibooks.org/wiki/LaTeX/Special_Characters #Escaped codes
@string{tacs = "Symposium on Theoretical Aspects of Computer Science"}
@string{dls = {Dynamic Languages Symposium}}
@string{popl = {Principles of Programming Languages}}
@string{lncs = {Springer Lecture Notes in Computer Science}}
@string{jfp = {Journal of Functional Programming}}
@string{gcse = {Generative and Component-Based Software Engineering}}
@string{icfp = {International Conference on Functional Programming}}
@string{toplas = {Transactions on Programming Languages and Systems}}
@string{esop = {European Symposium on Programming Languages and Systems}}
@string{pldi = {Programming Languages Design and Implementation}}
@string{ecoop = {European Conference on Object-Oriented Programming}}
@string{tacs = {International Symposium on Theoretical Aspects of
Computer Software}}
@string{faoc = {Formal Aspects of Computing}}
@string{sle = {Software Language Engineering}}
@string{csf = {Computer Security Foundations Symposium}}
@string{sigcse = {Special Interest Group on Computer Science Education}}
@string{cacm = {Communications of the ACM}}
@string{icm = {IEEE Computer Magazine}}
@string{oopsla = {ACM SIGPLAN Conference on Object-Oriented
Programming Systems, Languages and Applications}}
@string{tosem = {Transactions on Software Engineering and Methodology}}
@string{issta = {International Symposium on Software Testing and Analysis}}
@string{webapps = {USENIX Conference on Web Application Development}}
@string{sigcomm = {Special Interest Group on Data Communications}}
@string{aplas = {Asian Symposium on Programming Languages and Systems}}
@string{mst = {Mathematical Systems Theory}}
@string{haskell = {ACM SIGPLAN Haskell Workshop}}
@string{ml = {ACM Workshop on ML}}
@string{scala = {Scala Workshop}}
@string{mst = {Mathematical Systems Theory}}
@string{entcs = {Electronic Notes in Theoretical Computer Science}}
@string{holics = {Handbook of Logic in Computer Science}}
@string{cpiaa = {Computational Problems in Abstract Algebra}}
@string{iria = {Institut de recherche d'informatique et d'automatique}} % predecessor of Inria?
@string{swat = {Symposium on Switching and Automata Theory}}
@string{hopl = {ACM SIGPLAN conference on History of programming languages}}
@string{pepm = {ACM SIGPLAN Workshop on Partial Evaluation and Program Manipulation}}
@string{lafp = {ACM Conference on LISP and Functional Programming}}
@string{snapl = {Summit on Advances in Programming Languages}}
@techreport{plt-tr1,
author = {Matthew Flatt and PLT},
title = {Reference: Racket},
number = {PLT-TR2010-1},
institution = {PLT Inc.},
year = {June 7, 2010},
note = {\url{racket-lang.org/tr1/}}
}
@inproceedings{racket-manifesto,
title = {The {Racket} Manifesto},
author = {Matthias Felleisen and Robert Bruce Findler and Matthew
Flatt and Shriram Krishnamurthi and Eli Barzilay and
Jay Mccarthy and Sam Tobin-Hochstadt},
booktitle = snapl,
year = {2015},
publisher = {Dagstuhl Publishing},
doi = {https://doi.org/10.4230/LIPIcs.SNAPL.2015.113}
}
@misc{typed-racket,
title = {The {Typed Racket} Reference},
author = {Sam Tobin-Hochstadt and Vincent St-Amour and
Eric Dobson and Asumu Takikawa},
note = {\url{https://docs.racket-lang.org/ts-reference/index.html}}
}
@misc{scribble,
title = {Scribble: The Racket Documentation Tool},
author = {Matthew Flatt and Eli Barzilay},
note = {\url{https://docs.racket-lang.org/scribble/index.html}}
}
@techreport{gdp:struct-op-sem,
author="Gordon D.~Plotkin",
title="A Structured Approach to Operational Semantics",
institution="Computer Science Department, Aarhus University, Aarhus, Denmark",
year="1981",
number="DAIMI FN-19"}
@inproceedings{gk:natural-semantics,
author="Gilles Kahn",
title="Natural Semantics",
booktitle=tacs,
year=1987}
@phdthesis{clements:thesis,
author = "John Clements",
title = "Portable and high-level access to the stack with
Continuation Marks",
school = "Northeastern University",
year = 2006
}
@INPROCEEDINGS{politz:s5,
author = {Joe Gibbs Politz and Matt Carroll and Benjamin S. Lerner and Justin
Pombrio and Shriram Krishnamurthi},
title = {A Tested Semantics for Getters, Setters, and Eval in {J}ava{S}cript},
booktitle = dls,
year = {2012},
}
@manual{coq-manual,
author = "{{The} {C}oq Development Team}",
title = "The {C}oq Proof Assistant Reference Manual",
year = 2012,
edition = "Version 8.4",
link = "http://coq.inria.fr/distrib/V8.4/files/Reference-Manual.pdf"
}
@inproceedings{fgkps:comb-bidir-tree-trans,
author="J. Nathan Foster and Michael B. Greenwald and
Jonathan T. Moore and Benjamin C. Pierce and Alan Schmitt",
title="Combinators for bi-directional tree transformations:
a linguistic approach to the view update problem",
booktitle=popl,
year=2005,
}
@inproceedings{boomerang,
author = "Aaron Bohannon and J. Nathan Foster and Benjamin C. Pierce
and Alexandre Pilkiewicz and Alan Schmitt",
title = "{B}oomerang: Resourceful Lenses for String Data",
booktitle = popl,
year = "2008",
doi = {http://dx.doi.org/10.1145/1328897.1328487}
}
@inproceedings{foster:quotient-lenses,
author = "J. Nathan Foster and Alexandre Pilkiewicz and Benjamin
C. Pierce",
title = "Quotient Lenses",
booktitle = icfp,
year = 2008,
}
@article{deursen:origin-tracking,
author = {Van Deursen, A. and Klint, P. and Tip, F.},
title = {Origin Tracking},
journal = {Journal of Symbolic Computation},
year = {1993},
volume = {15},
number = {5--6},
doi = {http://dx.doi.org/10.1016/S0747-7171(06)80004-0},
}
@techreport{dinesh:error-reporters,
author = {Dinesh, T. B. and Tip, Frank},
title = {Animators and error reporters for generated programming
environments},
year = {1992},
institution = {CWI (Centre for Mathematics and Computer Science)},
address = {Amsterdam, The Netherlands, The Netherlands},
}
@article{sk:automata-macros,
author = {Shriram Krishnamurthi},
title = {Automata via Macros},
journal = jfp,
volume = 16,
number = 3,
year = 2006,
abstract =
"Lisp programmers have long used macros to extend their language.
Indeed, their success has inspired macro notations for a variety
of other languages, such as C and Java. There is, however, a
paucity of effective pedagogic examples of macro use. This paper
presents a short, non-trivial example that implements a construct
not already found in mainstream languages. Furthermore, it
motivates the need for tail-calls, as opposed to mere
tail-recursion, and illustrates how support for tail-call
optimization is crucial to support a natural style of macro-based
language extension."
}
@inproceedings{sk:mcmicmac,
author={Shriram Krishnamurthi and Matthias Felleisen and Bruce
F.~Duba},
title={From Macros to Reusable Generative Programming},
booktitle=gcse,
year=1999,
abstract=
"Generative programming is widely used both to develop new
programming languages and to extend existing ones with
domain-specific sub-languages. This paper describes {\sf
McMicMac}, a framework for generative programming. {\sf McMicMac}
uses tree-transforming macros as language specifications, and
enhances them with inherited and synthesized attributes. The
enhanced transformers can describe general compilation tasks.
Families of these specifications are grouped into mixin-like
collections called vocabularies. Programmers can defined new
languages by composing these vocabularies. We have implemented
{\sf McMicMac} for Scheme and used it to build several systems,
including the DrScheme programming environment. The principles of
{\sf McMicMac} carry over to other languages and environments."
}
@book{redex,
title = {Semantics Engineering with PLT Redex},
publisher = {MIT Press},
year = {2009},
author = {Matthias Felleisen and Robert Bruce Findler and Matthew Flatt},
}
@book{tapl,
title = {Types and Programming Languages},
publisher = {MIT Press},
year = {2002},
author = {C. Pierce, Benjamin},
isbn = {978-0-262-16209-8}
}
@inproceedings{racket-stepper,
author = {Clements, John and Flatt, Matthew and Felleisen, Matthias},
title = {Modeling an Algebraic Stepper},
booktitle = esop,
year = {2001},
isbn = {3-540-41862-8},
numpages = {15},
doi = {http://dx.doi.org/10.1007/3-540-45309-1_21},
acmid = {651947},
publisher = {Springer-Verlag},
address = {London, UK},
}
@inproceedings{guha-ajax,
author = {Guha, Arjun and Krishnamurthi, Shriram and Jim, Trevor},
title = {Using static analysis for {A}jax intrusion detection},
booktitle = {International Conference on the World Wide Web (WWW)},
year = {2009},
address = {New York, NY, USA},
publisher = {ACM},
acmid = {1526785},
doi = {http://doi.acm.org/10.1145/1526709.1526785},
isbn = {978-1-60558-487-4},
keywords = {Ajax, control-flow analysis, intrusion detection, {J}ava{S}cript},
location = {Madrid, Spain},
timestamp = {2011.09.23}
}
@inproceedings{regular-tree-expressions,
author = {Alexander Aiken and Brian R. Murphy},
title = {Implementing Regular Tree Expressions},
booktitle = {Conference on Functional Programming Languages and
Computer Architecture},
year = {1991},
publisher = {Springer-Verlag}
}
@article{hennessy-debugging,
author = {Hennessy, John},
title = {Symbolic Debugging of Optimized Code},
journal = toplas,
issue_date = {July 1982},
volume = {4},
number = {3},
year = {1982},
issn = {0164-0925},
doi = {http://doi.acm.org/10.1145/357172.357173},
acmid = {357173},
publisher = {ACM},
address = {New York, NY, USA},
}
@inproceedings{expansion-passing-style,
author = {R. Kent Dybvig and Daniel P. Friedman and Christopher
T. Haynes},
title = {Expansion-Passing Style: A General Macro Mechanism},
booktitle = {Lisp and Symbolic Computation},
year = {1988},
}
@inproceedings{continuations-from-stack,
author = {Greg Pettyjohn and
John Clements and
Joe Marshall and
Shriram Krishnamurthi and
Matthias Felleisen},
title = {Continuations from generalized stack inspection},
booktitle = icfp,
year = {2005},
doi = {http://doi.acm.org/10.1145/1086365.1086393},
}
@article{stratego,
author = "Martin Bravenboer and Karl Trygve Kalleberg and Rob Vermaas and
Eelco Visser",
title = {{Stratego/XT} 0.17. {A} language and toolset for program
transformation},
journal = "Science of Computer Programming",
volume = "72",
number = "1--2",
year = "2008",
}
@misc{sdf,
author = {J. Heering and P.R.H. Hendriks and P. Klint and J. Rekers},
title = {The Syntax Definition Formalism {SDF} - {Reference} Manual},
year = {2001},
note = {\newline\url{http://www.meta-environment.org/doc/books/syntax/sdf/sdf.pdf}}
}
@inproceedings{spoofax,
title = {The {Spoofax} language workbench: {Rules} for declarative
specification of languages and {IDEs}},
author = {Lennart C. L. Kats and Eelco Visser},
year = {2010},
doi = {http://doi.acm.org/10.1145/1869459.1869497},
pages = {444-463},
booktitle = oopsla,
publisher = {ACM},
isbn = {978-1-4503-0203-6},
}
@inproceedings{ziggurat,
address = {New York, NY, USA},
author = {Fisher, David and Shivers, Olin},
booktitle = icfp,
publisher = {ACM},
title = {Static analysis for syntax objects},
year = {2006},
}
@inproceedings{MacroML,
title = {Macros as Multi-Stage Computations:
Type-Safe, Generative, Binding Macros in MacroML},
author = {Ganz, Steve and Sabry, Amr and Taha, Walid},
booktitle = icfp,
year = {2001},
doi = {https://doi.org/10.1145/507546.507646},
publisher = {ACM},
address = {New York, NY, USA}
}
@inproceedings{MetaHaskell,
title = {Explicitly Heterogeneous Metaprogramming with MetaHaskell},
author = {Mainland, Geoffrey},
booktitle = icfp,
year = {2012},
doi = {https://doi.org/10.1145/2398856.2364572},
publisher = {ACM},
address = {New York, NY, USA}
}
@inproceedings{haskell-templates,
title = {Template Meta-programming for Haskell},
author = {Tim Sheard and Simon Peyton Jones},
booktitle = haskell,
year = {2002},
doi = {https://doi.org/10.1145/636517.636528},
publisher = {ACM},
address = {New York, NY, USA}
}
@inproceedings{Wyvern-TSL,
author = {Omar, Cyrus and Kurilova, Darya and Nistor, Ligia
and Chung, Benjamin and Potanin, Alex and Aldrich, Jonathan},
title = {Safely Composable Type-Specific Languages},
booktitle = ecoop,
year = {2014},
doi = {https://doi.org/10.1007/978-3-662-44202-9_5},
publisher = {Springer-Verlag},
address = {New York, NY, USA}
}
@inproceedings{a-normal-form,
author = {Flanagan, Cormac and Sabry, Amr and Duba, Bruce F. and
Felleisen, Matthias},
title = {The Essence of Compiling with Continuations},
booktitle = pldi,
year = {1993},
isbn = {0-89791-598-4},
location = {Albuquerque, New Mexico, USA},
numpages = {11},
doi = {http://doi.acm.org/10.1145/155090.155113},
acmid = {155113},
publisher = {ACM},
address = {New York, NY, USA},
}
% #lang citation
@inproceedings{flatt-macros,
author = {Flatt, Matthew},
title = {Composable and compilable macros: you want it when?},
booktitle = icfp,
year = {2002},
isbn = {1-58113-487-8},
location = {Pittsburgh, PA, USA},
numpages = {12},
doi = {http://doi.acm.org/10.1145/581478.581486},
acmid = {581486},
publisher = {ACM},
address = {New York, NY, USA},
}
@inproceedings{macro-by-example,
author = {Kohlbecker, Eugene E. and Wand, Mitchell},
title = {Macro-by-example: Deriving syntactic transformations from their
specifications},
booktitle = popl,
year = {1987},
isbn = {0-89791-215-2},
location = {Munich, West Germany},
numpages = {8},
doi = {http://doi.acm.org/10.1145/41625.41632},
acmid = {41632},
publisher = {ACM},
address = {New York, NY, USA},
}
@inproceedings{macros-that-work,
author = {William Clinger and Jonathan Rees},
title = {Macros that work},
booktitle = popl,
year = {1991},
doi = {https://doi.org/10.1145/99583.99607},
publisher = {ACM},
address = {New York, NY, USA}
}
@techreport{syntax-case,
author = {Dybvig, Kent R.},
title = {Writing Hygienic Macros in Scheme with Syntax-Case},
year = {1992},
institution = {Indiana University Computer Science Department}
}
@article{k-framework,
title={An Overview of the {K} Semantic Framework},
author={Grigore Ro{\c s}u and Traian Florin {\c S}erb{\u a}nu{\c t}{\u
a} },
journal={Journal of Logic and Algebraic Programming},
volume={79},
number={6},
year={2010},
ee={http://dx.doi.org/10.1016/j.jlap.2010.03.012},
doi={http://doi.acm.org/10.1016/j.jlap.2010.03.012},
}
@inproceedings{Perera-slicing,
author = {Perera, Roly and Acar, Umut A. and Cheney, James and Levy, Paul
Blain},
title = {Functional Programs That Explain Their Work},
booktitle = {International Conference
on Functional Programming},
year = {2012},
isbn = {978-1-4503-1054-3},
location = {Copenhagen, Denmark},
numpages = {12},
doi = {http://doi.acm.org/10.1145/2364527.2364579},
acmid = {2364579},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {debugging, program slicing, provenance},
}
@incollection{bidirectional-model-transfs,
author = {Stevens, Perdita},
title = {A Landscape of Bidirectional Model Transformations},
booktitle = {Generative and Transformational Techniques in Software
Engineering II},
year = {2008},
isbn = {978-3-540-88642-6},
numpages = {17},
doi = {http://dx.doi.org/10.1007/978-3-540-88643-3_10},
acmid = {1462630},
publisher = {Springer-Verlag}
}
@inproceedings{hygienic-macros,
author = {Kohlbecker, Eugene and Friedman, Daniel P. and Felleisen,
Matthias and Duba, Bruce},
title = {Hygienic Macro Expansion},
booktitle = lafp,
year = {1986},
isbn = {0-89791-200-4},
location = {Cambridge, Massachusetts, USA},
numpages = {11},
doi = {http://doi.acm.org/10.1145/319838.319859},
acmid = {319859},
publisher = {ACM},
address = {New York, NY, USA},
}
@inproceedings{lambda-js,
author = {Guha, Arjun and Saftoiu, Claudiu and Krishnamurthi, Shriram},
title = {The Essence of {JavaScript}},
booktitle = {European Conference on Object-oriented Programming},
year = {2010},
isbn = {3-642-14106-4, 978-3-642-14106-5},
location = {Maribor, Slovenia},
numpages = {25},
doi = {http://dl.acm.org/citation.cfm?id=1883978.1883988},
acmid = {1883988},
publisher = {Springer-Verlag},
address = {Berlin, Heidelberg},
}
@inproceedings{self-debugging,
author = {H\"{o}lzle, Urs and Chambers, Craig and Ungar, David},
title = {Debugging Optimized Code with Dynamic Deoptimization},
booktitle = pldi,
year = {1992},
isbn = {0-89791-475-9},
location = {San Francisco, California, USA},
numpages = {12},
doi = {http://doi.acm.org/10.1145/143095.143114},
acmid = {143114},
publisher = {ACM},
address = {New York, NY, USA},
}
@inproceedings{SoundExt,
author = {Lorenzen, Florian and Erdweg, Sebastian},
title = {Modular and Automated Type-Soundness for Language Extensions},
booktitle = icfp,
year = {2013},
isbn = {978-1-4503-2326-0},
location = {Boston, MA, USA},
numpages = {12},
doi = {http://doi.acm.org/10.1145/2544174.2500596},
acmid = {2500596},
publisher = {ACM},
address = {New York, NY, USA},
}
@inproceedings{SoundX,
author = {Lorenzen, Florian and Erdweg, Sebastian},
title = {Sound type-dependent syntactic language extension},
booktitle = popl,
year = {2016},
isbn = {978-1-4503-3549-2},
doi = {https://doi.org/10.1145/2837614.2837644},
publisher = {ACM},
address = {New York, NY, USA}
}
@inproceedings{TemplateHaskell,
author = {Sheard, Tim and Peyton Jones, Simon},
title = {Template Meta-programming for Haskell},
booktitle = haskell,
year = {2002},
doi = {https://doi.org/10.1145/636517.636528},
publisher = {ACM},
address = {New York, NY, USA}
}
@misc{Camlp5,
author = {de Rauglaudre, Daniel},
year = {2007},
title = {Camlp5 - Reference Manua},
note = {http://pauillac.inria.fr/~ddr/camlp5/doc/pdf/camlp5-5.06.pdf}
}
@inproceedings{scala-macros,
author = {Burmako, Eugene},
title = {Scala macros: let our powers combine!},
year = {2013},
booktitle = scala,
doi = {https://doi.org/10.1145/2489837.2489840},
publisher = {ACM},
address = {New York, NY, USA}
}
@inproceedings{fortifying-macros,
author = {Culpepper, Ryan and Felleisen, Matthias},
title = {Fortifying Macros},
booktitle = icfp,
year = {2010},
isbn = {978-1-60558-794-3},
location = {Baltimore, Maryland, USA},
numpages = {12},
pages = {235--246},
doi = {http://doi.acm.org/10.1145/1863543.1863577},
acmid = {1863577},
publisher = {ACM},
address = {New York, NY, USA},
}
@inproceedings{herman-hygiene,
author = {Herman, David and Wand, Mitchell},
title = {A Theory of Hygienic Macros},
booktitle = esop,
year = {2008},
location = {Budapest, Hungary},
pages = {48--62},
doi = {http://dx.doi.org/10.1007/978-3-540-78739-6_4},
publisher = {Springer-Verlag},
address = {Berlin, Heidelberg}
}
@inproceedings{erdweg-hygiene,
author = {Erdweg, Sebastian and van der Storm, Tijs and Dai, Yi},
title = {Capture-Avoiding and Hygienic Program Transformations},
booktitle = ecoop,
year = {2014},
location = {Uppsala, Sweden},
pages = {489--514},
doi = {dx.doi.org/10.1007/978-3-662-44202-9_20},
publisher = {Springer-Verlag},
address = {Berlin, Heidelberg},
isbn = {978-3-662-44201-2}
}
@inproceedings{stansifer-romeo,
author = {Stansifer, Paul and Wand, Mitchell},
title = {Romeo: a System For More Flexible Binding-Safe Programming},
booktitle = icfp,
year = {2014},
location = {Gothenburg, Sweden},
pages = {53--65},
doi = {http://dx.doi.org/10.1145/2628136.2628162},
acmid = {2628162},
publisher = {ACM},
address = {New York, NY, USA},
}
@inproceedings{neron-scope,
author = {Neron, Pierre and Tolmach, Andrew and Visser, Eelco
and Wachsmuth, Guido},
title = {A Theory of Name Resolution},
booktitle = esop,
year = {2015},
pages = {205--231},
doi = {http://dx.doi.org/10.1007/978-3-662-46669-8_9},
publisher = {Springer-Verlag},
address = {Berlin, Heidelberg},
}
@inproceedings{nabl,
author = {Konat, Gabri{\"e}l and Kats, Lennart and
Wachsmuth, Guido and Visser, Eelco},
title = {Declarative Name Binding and Scope Rules},
booktitle = sle,
year = {2012},
location = {Dresden, Germany},
pages = {311--331},
doi = {http://dx.doi.org/10.1007/978-3-642-36089-3_18},
publisher = {Springer-Verlag},
address = {Berlin, Heidelberg},
isbn = {978-3-642-36088-6}
}
@techreport{aczel-church-rosser,
author = {Aczel, Peter},
title = {A General Church-Rosser Theorem},
year = {1978},
institution = {University of Manchester},
}
@inproceedings{sewell-ott,
author = {Sewell, Peter and Nardelli, Francesco Zappa and
Owens, Scott and Peskine, Gilles and
Ridge, Thomas and Sarkar, Susmit and
Strni\v{s}a, Rok},
title = {Ott: Effective Tool Support for the Working Semanticist},
booktitle = icfp,
year = {2007},
location = {Freiburg, Germany},
pages = {1--12},
doi = {http://dx.doi.org/10.1145/1291151.1291155},
publisher = {ACM},
address = {New York, NY, USA},
isbn = {978-1-59593-815-2}
}
@article{sewell-ott-jfp,
author = {Sewell, Peter and Nardelli, Francesco Zappa and
Owens, Scott and Peskine, Gilles and
Ridge, Thomas and Sarkar, Susmit and
Strni\v{s}a, Rok},
title = {Ott: Effective Tool Support for the Working Semanticist},
year = {2010},
journal =jfp,
doi = {http://dx.doi.org/10.1017/S0956796809990293},
publisher = {Cambridge University Press},
address = {New York, NY, USA},
}
@inproceedings{pottier-caml,
author = {Fran\c{c}ois Pottier},
title = {An Overview of {C$\alpha$ml}},
booktitle = entcs,
year = {2005},
doi = {http://dx.doi.org/10.1016/j.entcs.2005.11.039}
}
@inproceedings{adams-hygiene,
author = {Adams, Michael D.},
title = {Towards the Essence of Hygiene},
booktitle = popl,
year = {2015},
location = {Mumbai, India},
pages = {457-469},
doi = {http://dx.doi.org/10.1145/2676726.2677013},
publisher = {ACM},
address = {New York, NY, USA},
isbn = {978-1-4503-3300-9},
}
@article{nominal-logic,
author = {Gabbay, Murdoch J. and Pitts, Andrew M.},
title = {A New Approach to Abstract Syntax with Variable Binding},
journal = faoc,
year = {2000},
volume = {13},
number = {3--5},
pages = {341--363},
doi = {http://dx.doi.org/10.1007/s001650200016},
publisher = {Springer-Verlag},
address = {Berlin, Heidelberg},
}
@inproceedings{weirich-scope,
author = {Weirich, Stephanie and Yorgey, Brent and Sheard, Tim},
title = {Binders Unbound},
booktitle = icfp,
year = {2011},
location = {Tokyo, Japan},
pages = {333-345},
isbn = {978-1-4503-0865-6},
doi = {http://dx.doi.org/10.1145/2034574.2034818},
publisher = {ACM},
address = {New York, NY, USA},
}
@inproceedings{pombrio-resugar,
author = {Pombrio, Justin and Krishnamurthi, Shriram},
title = {Resugaring: Lifting Evaluation Sequences through Syntactic Sugar},
booktitle = pldi,
year = {2014},
location = {Edinburgh, United Kingdom},
pages = {361--371},
isbn = {978-1-4503-2784-8},
doi = {http://doi.acm.org/10.1145/2594291.2594319},
publisher = {ACM},
address = {New York, NY, USA},
}
@inproceedings{pombrio-resugar-hygienic,
author = {Pombrio, Justin and
Krishnamurthi, Shriram},
title = {Hygienic Resugaring of Compositional Desugaring},
booktitle = icfp,
pages = {75--87},
year = {2015},
doi = {http://doi.acm.org/10.1145/2784731.2784755},
publisher = {ACM},
address = {New York, NY, USA}
}
@inproceedings{pombrio-scope,
author = {Pombrio, Justin and
Krishnamurthi, Shriram and
Wand, Mitchell},
title = {Inferring Scope through Syntactic Sugar},
booktitle = icfp,
year = {2017},
doi = {https://doi.org/10.1145/3110288},
publisher = {ACM},
address = {New York, NY, USA}
}
@inproceedings{pombrio-resugar-types,
author = {Pombrio, Justin and Krishnamurthi, Shriram},
title = {Inferring Type Rules for Syntactic Sugar},
booktitle = pldi,
year = {2018},
doi = {https://doi.org/10.1145/3192366.3192398},
publisher = {ACM},
address = {New York, NY, USA}
}
@inproceedings{slimming-languages,
author="Junsong Li and Justin Pombrio and Joe Gibbs Politz and
Shriram Krishnamurthi",
title="Slimming Languages by Reducing Sugar:
A Case for Semantics-Altering Transformations",
booktitle=onward,
year=2015,
}
@book{scheme6,
title = {Revised [6] Report on the Algorithmic Language Scheme},
publisher = {Cambridge University Press},
year = {2010},
author = {Sperber, Michael and Dybvig, R. Kent and
Flatt, Matthew and van Straaten, Anton and
Findler, Robby and Matthews, Jacob},
isbn = {978-0521762014},
}
@book{scheme5,
title = {Revised [5] Report on the Algorithmic Language Scheme},
publisher = {Cambridge University Press},
year = {1998},
author = {R. Kelsey and W. Clinger and J. Rees (eds.)}
}
@inproceedings{phoas,
title = {Parametric Higher-Order Abstract Syntax for Mechanized Semantics},
author = {Chlipala, Adam},
booktitle = icfp,
year = {2008},
location = {Victoria, BC, Canada},
doi = {http://doi.acm.org/10.1145/1411204.1411226},
pages = {143--156},
isbn = {978-1-59593-919-7},
publisher = {ACM},
address = {New York, NY, USA},
}
@article{syntactic-sugar,
author = {Landin, Peter J.},
title = {The Mechanical Evaluation of Expressions},
journal = {The Computer Journal},
year = {1964},
volume = {6},
number = {4},
pages = {308--320},
doi = {http://doi.acm.org/10.1093/comjnl/6.4.308},
}
@inproceedings{hoas,
title = {Higher-Order Abstract Syntax},
author = {Pfenning, Frank and Elliot, Conal},
booktitle = pldi,
year = {1988},
location = {Atlanta, Georgia, USA},
doi = {http://dx.doi.org/10.1145/53990.54010},
pages = {199--208},
isbn = {0-89791-269-1},
publisher = {ACM},
address = {New York, NY, USA},
}
@article{evaluation-context,
title = {The Revised Report on the Syntactic Theories of Sequential
Control and State},
author = {Felleisen, Matthias and Hieb, Robert},
journal = {Theoretical Computer Science},
year = {1992},
volume = {103},
number = {2},
pages = {235--271},
doi = {http://dx.doi.org/10.1016/0304-3975(92)90014-7},
}
@book{standard-ML,
title = {The Definition of Standard ML, revised edition},
publisher = {The MIT Press},
year = {1990},
author = {Milner, Robin and Harper, Robert
and MacQueen, David and Tofte, Mads},
isbn = {978-0262631815},
}
@book{haskell-language,
title = {Haskell 98 Language and Libraries: The Revised Report},
publisher = {{Cambridge University Press}},
year = {2003},
author = {{Peyton Jones, Simon}},
isbn = {978-0521826143}
}
@misc{haskell-pragmas,
title = {The {Glorious Glasgow Haskell} Compilation System User's Guide: 7.14 Rewrite Rules},
author = {The GHC Team},
note = {\url{https://downloads.haskell.org/~ghc/6.12.2/docs/html/users_guide/rewrite-rules.html}}
}
@misc{ecma:es5,
author = {{ECMA International}},
title = {{ECMAScript Edition 5.1}},
year = {2011},
note = {\newline\url{http://www.ecma-international.org/publications/ files/ECMA-ST/Ecma-262.pdf}}
}
@misc{java8,
author = {Gosling, James and Joy, Bill and Steele, Guy and Bracha, Gilad and Buckley, Alex},
title = {{The Java Language Specification: Java SE 8 Edition}},
year = {2015},
note = {\newline\url{https://docs.oracle.com/javase/specs/jls/se8/html/jls-14.html}}
}
@misc{rlang,
title = {{R Language Definition}},
author = {{R Core Team}},
year = {2018},
note = {\newline\url{https://cran.r-project.org/doc/manuals/R-lang.html}}
}
@misc{ecma:es5:testsuite,
author = {{ECMA International}},
title = {{ECMAScript Language test262}},
year = {},
note = {\newline\url{http://test262.ecmascript.org/}}
}
@book{the-good-parts,
title = {{JavaScript}: The Good Parts},
publisher = {O'Reilly Media},
year = {2008},
author = {Crockford, Douglas},
isbn = {978-0596517748},
}
@misc{javascript-strong-mode,
author = {{Google Chrome V8 development team}},
title = {Experiments with Strengthening {JavaScript}},
note = {\newline\url{https://developers.google.com/v8/experiments}},
year = {2015},
}
@inproceedings{javascript-isolation,
title = {Language-Based Isolation of Untrusted {JavaScript}},
author = {Maffeis, Sergio and Taly, Ankur},
booktitle = csf,
year = {2009},
location = {Port Jefferson, NY, USA},
doi = {http://dx.doi.org/10.1109/CSF.2009.11},
pages = {77-91},
isbn = {978-0-7695-3712-2},
publisher = {IEEE},
address = {Washington, DC, USA},
}
@inproceedings{PLC,
title = {A Sequence of Structured Subsets of {PL/I*}},
author = {C. Holt, Richard and B. Wortman, David},
booktitle = sigcse,
year = {1974},
doi = {http://dx.doi.org/10.1145/800183.810456},
pages = {129-132},
publisher = {ACM},
address = {New York, NY, USA}
}
@article{drscheme,
author = {Bruce Findler, Robert and Clements, John and
Flanagan, Cormac and Flatt, Matthew and Krishnamurthi Shriram and
Steckler, Paul and Felleisen, Matthias},
title = {{DrScheme}: A Programming Environment for Scheme},
journal = jfp,
year = 2002,
volume = {12},
pages = {159--182},
doi = {http://dx.doi.org/10.1017/S0956796801004208},
publisher = {Cambridge University Press},
address = {New York, NY, USA},
}
@article{multi-language-semantics,
author = {Matthews, Jacob and Bruce Findler, Robert},
title = {Operational semantics for multi-language programs},
journal = toplas,
year = {2009},
volume = {31},
number = {12},
doi = {http://dx.doi.org/10.1145/1498926.1498930},
publisher = {ACM},
address = {New York, NY, USA},
}
@article{repeatability-debate,
author = {Krishnamurthi, Shriram and Vitek, Jan},
title = {Viewpoint: The Real Software Crisis: Repeatability as a Core Value},
journal = cacm,
year = {2015},
month = mar,
volume = {58},
number = {3},
pages = {34--36},
doi = {http://dx.doi.org/10.1145/2658987},
publisher = {ACM},
address = {New York, NY, USA},
}
@article{ousterhout:scripting,
author = {K. Ousterhout, John},
title = {Scripting: Higher Level Programming for the 21st Century},
journal = icm,
year = {1998},
month = mar,
volume = {31},
pages = {23--30},
doi = {http://dx.doi.org/10.1109/2.660187},
publisher = {IEEE},
address = {Washington, DC, USA},
}
@misc{wat,
author = {Bernhardt, Gary},