-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathThesis.bib
executable file
·1644 lines (1394 loc) · 47.3 KB
/
Thesis.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
% Encoding: UTF-8
@inproceedings{ernst_hoh,
author = {Erik Ernst},
title = {Higher-Order Hierarchies},
booktitle = {European Conference on Object-Oriented Programming},
year = {2003},
}
@inproceedings{biernacki2015logical,
title={Logical relations for coherence of effect subtyping},
author={Biernacki, Dariusz and Polesiuk, Piotr},
booktitle={International Conference on Typed Lambda Calculi and Applications (TLCA)},
year={2015},
}
@article{laurent2012intersection,
title={Intersection types with subtyping by means of cut elimination},
author={Laurent, Olivier},
journal={Fundamenta Informaticae},
volume={121},
number={1-4},
pages={203--226},
year={2012},
}
@InProceedings{Laurent18b,
author = {Olivier Laurent},
title = {Intersection Subtyping with Constructors},
booktitle = {Proceedings of the Ninth Workshop on {I}ntersection {T}ypes and {R}elated {S}ystems},
year = {2018}
}
@techreport{pierce1989decision,
title={A decision procedure for the subtype relation on intersection types with bounded variables},
author={Pierce, Benjamin C},
institution = {Carnegie Mellon University},
year={1989}
}
@Unpublished{Laurent12note,
author = {Olivier Laurent},
title = {A syntactic introduction to intersection types},
note = {Unpublished note},
year = {2012}
}
@book{Harper_2016,
year = 2016,
publisher = {Cambridge University Press},
author = {Robert Harper},
title = {Practical Foundations for Programming Languages}
}
@incollection{Reynolds_1991,
year = 1991,
pages = {675--700},
author = {John C. Reynolds},
title = {The coherence of languages with intersection types},
publisher="Springer Berlin Heidelberg",
booktitle = {Lecture Notes in Computer Science (LNCS)}
}
@article{Breazu_Tannen_1991,
year = 1991,
volume = {93},
number = {1},
pages = {172--221},
author = {Val Breazu-Tannen and Thierry Coquand and Carl A. Gunter and Andre Scedrov},
title = {Inheritance as implicit coercion},
journal = {Information and Computation}
}
@article{cardelli1985understanding,
year = 1985,
volume = {17},
number = {4},
pages = {471--523},
author = {Luca Cardelli and Peter Wegner},
title = {On understanding types, data abstraction, and polymorphism},
journal = {{ACM} Computing Surveys}
}
@article{Curien_1992,
year = 1992,
volume = {2},
number = {01},
pages = {55},
author = {Pierre-Louis Curien and Giorgio Ghelli},
title = {Coherence of subsumption, minimum typing and type-checking in F$_\leq$},
journal={Mathematical Structures in Computer Science (MSCS)}
}
@article{SCHWINGHAMMER_2008,
year = 2008,
volume = {19},
number = {02},
pages = {157},
author = {Jan Schwinghammer},
title = {Coherence of subsumption for monadic types},
journal = {Journal of Functional Programming (JFP)}
}
@article{Moggi_1991,
year = 1991,
volume = {93},
number = {1},
pages = {55--92},
author = {Eugenio Moggi},
title = {Notions of computation and monads},
journal = {Information and Computation}
}
@phdthesis{morris1969lambda,
title={Lambda-calculus models of programming languages},
author={Morris Jr, James Hiram},
year={1969},
school={Massachusetts Institute of Technology}
}
@inproceedings{oliveira2016disjoint,
title={Disjoint intersection types},
author={Oliveira, Bruno C. d. S. and Shi, Zhiyuan and Alpuim, Jo{\~a}o},
booktitle={International Conference on Functional Programming (ICFP)},
year={2016}
}
@inproceedings{alpuimdisjoint,
title={Disjoint Polymorphism},
author={Alpuim, Jo{\~a}o and Oliveira, Bruno C. d. S. and Shi, Zhiyuan},
booktitle = {European Symposium on Programming (ESOP)},
year={2017}
}
@inproceedings{Ernst_2001,
year = 2001,
author = {Erik Ernst},
title = {Family Polymorphism},
booktitle = {European Conference on Object-Oriented Programming (ECOOP)}
}
@article{Corradi_2012,
year = 2012,
volume = {11},
number = {2},
pages = {1:1},
author = {Andrea Corradi and Marco Servetto and Elena Zucca},
title = {{DeepFJig} {\textemdash} Modular composition of nested classes.},
journal = {The Journal of Object Technology}
}
@article{Barendregt_1983,
year = 1983,
volume = {48},
number = {04},
pages = {931--940},
author = {Henk Barendregt and Mario Coppo and Mariangiola Dezani-Ciancaglini},
title = {A filter lambda model and the completeness of type assignment },
journal = {The journal of symbolic logic}
}
@article{Kurata_1995,
title={Decidable properties of intersection type systems},
author={Kurata, Toshihiko and Takahashi, Masako},
journal={Typed Lambda Calculi and Applications},
pages={297--311},
year={1995},
publisher={Springer}
}
@inproceedings{Rehof_2011,
title={Finite combinatory logic with intersection types},
author={Rehof, Jakob and Urzyczyn, Pawe{\l}},
booktitle={International Conference on Typed Lambda Calculi and Applications},
year={2011},
}
@article{Statman_2015,
year = 2015,
volume = {177},
pages = {1--9},
author = {Rick Statman},
title = {A Finite Model Property for Intersection Types},
journal = {Electronic Proceedings in Theoretical Computer Science}
}
@inproceedings{bessaiextracting,
title={Extracting a formally verified Subtyping Algorithm for Intersection Types from Ideals and Filters},
author={Bessai, Jan and Dudenhefner, Andrej and D{\"u}dder, Boris and Rehof, Jakob},
booktitle = {TYPES},
year = 2016,
}
@incollection{reynolds1997design,
title={Design of the programming language Forsythe},
author={Reynolds, John C},
booktitle={ALGOL-like languages},
pages={173--233},
year={1997},
}
@incollection{Cardelli_1984,
year = 1984,
author = {Luca Cardelli},
title = {A semantics of multiple inheritance},
booktitle = {Semantics of Data Types}
}
@article{compagnoni1996higher,
title={Higher-order intersection types and multiple inheritance},
author={Compagnoni, Adriana B and Pierce, Benjamin C},
journal={Mathematical Structures in Computer Science (MSCS)},
volume={6},
number={5},
pages={469--501},
year={1996}
}
@techreport{odersky2004overview,
title={An overview of the Scala programming language},
author={Odersky, Martin and Altherr, Philippe and Cremet, Vincent and Emir, Burak and Maneth, Sebastian and Micheloud, St{\'e}phane and Mihaylov, Nikolay and Schinz, Michel and Stenman, Erik and Zenger, Matthias},
institution = {EPFL},
year={2004}
}
@inproceedings{Rompf_2016,
year = 2016,
author = {Tiark Rompf and Nada Amin},
title = {Type soundness for dependent object types ({DOT})},
booktitle = {Object-Oriented Programming, Systems, Languages, and Applications (OOPSLA)}
}
@inproceedings{amin2012dependent,
title={Dependent object types},
author={Amin, Nada and Moors, Adriaan and Odersky, Martin},
booktitle={Workshop on Foundations of Object-Oriented Languages},
year={2012}
}
@inproceedings{bierman2014understanding,
title={Understanding typescript},
author={Bierman, Gavin and Abadi, Mart{\'\i}n and Torgersen, Mads},
booktitle={European Conference on Object-Oriented Programming},
year={2014},
}
@misc{typescript,
author = {Microsoft},
title = {TypeScript},
year={2012},
howpublished = "\url{https://www.typescriptlang.org/}"
}
@misc{flow,
author = {Facebook},
title = {Flow},
year={2014},
howpublished = "\url{https://flow.org/}"
}
@misc{ceylon,
author = {Redhat},
title = {Ceylon},
year={2011},
howpublished = "\url{https://ceylon-lang.org/}"
}
@inproceedings{Castagna_1992,
year = 1992,
author = {Giuseppe Castagna and Giorgio Ghelli and Giuseppe Longo},
title = {A calculus for overloaded functions with subtyping},
booktitle = {Conference on LISP and Functional Programming}
}
@phdthesis{davies2005practical,
title={Practical refinement-type checking},
author={Davies, Rowan},
year={2005}
}
@inproceedings{Dunfield_2007,
year = 2007,
author = {Joshua Dunfield},
title = {Refined typechecking with Stardust},
booktitle = {PLPV}
}
@inproceedings{Freeman_1991,
year = 1991,
author = {Tim Freeman and Frank Pfenning},
title = {Refinement types for {ML}},
booktitle = {Conference on Programming Language Design and Implementation (PLDI)}
}
@inproceedings{Davies_2000,
year = 2000,
author = {Rowan Davies and Frank Pfenning},
title = {Intersection types and computational effects},
booktitle = {International Conference on Functional Programming (ICFP)}
}
@inproceedings{dunfield2003type,
title={Type assignment for intersections and unions in call-by-value languages},
author={Dunfield, Joshua and Pfenning, Frank},
booktitle={Foundations of Software Science and Computation Structure (FoSSaCS)},
year={2003},
}
@inproceedings{sakkinen1989disciplined,
title={Disciplined Inheritance.},
author={Sakkinen, Markku},
booktitle={European Conference on Object-Oriented Programming},
year={1989}
}
@article{singh1995single,
title={Single versus multiple inheritance in object oriented programming},
author={Singh, Ghan Bir},
journal={ACM SIGPLAN OOPS Messenger},
volume={6},
number={1},
pages={30--39},
year={1995},
}
@inproceedings{fisher2004typed,
title={A typed calculus of traits},
author={Fisher, Kathleen and Reppy, John},
booktitle={Workshop on Foundations of Object-Oriented Languages},
year={2004}
}
@inproceedings{jones2016object,
title={Object inheritance without classes},
author={Jones, Timothy and Homer, Michael and Noble, James and Bruce, Kim},
booktitle={LIPIcs},
year={2016},
}
@inproceedings{ErnstVirtual,
author = {Ernst, Erik and Ostermann, Klaus and Cook, William R.},
title = {A Virtual Class Calculus},
booktitle = {Symposium on Principles of Programming Languages (POPL)},
year = {2006}
}
@book{plotkin1973lambda,
title={Lambda-definability and logical relations},
author={Plotkin, Gordon},
year={1973},
publisher={Edinburgh University}
}
@article{tait,
author = {W. W. Tait},
journal = {The Journal of symbolic logic},
number = {2},
pages = {198-212},
title = {Intensional Interpretations of Functionals of Finite Type I},
volume = {32},
year = {1967}
}
@article{statman1985logical,
title={Logical relations and the typed $\lambda$-calculus},
author={Statman, Richard},
journal={Information and Control},
volume={65},
number={2-3},
pages={85--97},
year={1985},
}
@inproceedings{Nystrom_2004,
year = 2004,
author = {Nathaniel Nystrom and Stephen Chong and Andrew C. Myers},
title = {Scalable extensibility via nested inheritance},
booktitle = {Object-Oriented Programming, Systems, Languages, and Applications (OOPSLA)}
}
@inproceedings{reynolds1983types,
title={Types, Abstraction and Parametric Polymorphism},
author={Reynolds, John C.},
booktitle={Proceedings of the IFIP 9th World Computer Congress},
year={1983}
}
@TechReport{reynolds1988preliminary,
title={Preliminary design of the programming language Forsythe},
author={Reynolds, John C},
institution={Carnegie Mellon University},
year={1988}
}
@inproceedings{bruce95thistype,
author = {Kim B. Bruce and
Angela Schuett and
Robert van Gent},
title = {PolyTOIL: {A} Type-Safe Polymorphic Object-Oriented Language},
booktitle = {European Conference on Object-Oriented Programming (ECOOP)},
year = {1995}
}
@INPROCEEDINGS{pubsdoc:tribe-virtual-calculus,
booktitle = {International Conference on Aspect-Oriented Software Development (AOSD)},
title = {{Tribe: More Types for Virtual Classes}},
author = {Clarke, David and Drossopoulou, Sophia and Noble, James and Wrigstad, Tobias},
year = {2007},
}
@article{SAITO_2007,
year = 2007,
volume = {18},
number = {03},
author = {Chieri Saito and Atsushi Igarashi and Mirko Viroli},
title = {Lightweight family polymorphism},
journal = {Journal of Functional Programming (JFP)}
}
@inproceedings{saito09matching,
author = {Chieri Saito and
Atsushi Igarashi},
title = {Matching \emph{ThisType} to subtyping},
booktitle = {Symposium on Applied Computing (SAC)},
year = {2009}
}
@inproceedings{Madsen_1989,
year = 1989,
author = {O. L. Madsen and B. Moller-Pedersen},
title = {Virtual classes: a powerful mechanism in object-oriented programming},
booktitle = {Object-Oriented Programming, Systems, Languages, and Applications (OOPLAS)}
}
@book{LehrmannMadsen:1993:OPB:221048,
author = {Lehrmann Madsen, Ole and M{\o}-Pedersen, Birger and Nygaard, Kristen},
title = {Object-oriented Programming in the BETA Programming Language},
year = {1993},
publisher={Addison-Wesley}
}
@inproceedings{Nystrom:2006,
author = {Nystrom, Nathaniel and Qi, Xin and Myers, Andrew C.},
title = {{J\&: Nested Intersection for Scalable Software Composition}},
booktitle = {Object-Oriented Programming, Systems, Languages, and Applications (OOPSLA)},
year = {2006},
}
@inproceedings{wang2016expression,
title={The expression problem, trivially!},
author={Wang, Yanlin and Oliveira, Bruno C. d. S.},
booktitle={Proceedings of the 15th International Conference on Modularity},
year={2016},
}
@inproceedings{bruce1995binary,
title={On binary methods},
author={Bruce, Kim and Cardelli, Luca and Castagna, Giuseppe and Leavens, Gary T and Pierce, Benjamin and others},
booktitle={Theory and Practice of Object Systems},
year={1996},
}
@article{CARETTE_2009,
year = 2009,
volume = {19},
number = {05},
pages = {509},
author = {Jacques Carette and Oleg Kiselyov and Chung-Chieh Shan},
title = {Finally tagless, partially evaluated: Tagless staged interpreters for simpler typed languages},
journal = {Journal of Functional Programming}
}
@InProceedings{Zhang_2017,
year = 2017,
author = {Yizhou Zhang and Andrew C. Myers},
title = {Familia: unifying interfaces, type classes, and family polymorphism},
booktitle = {Object-Oriented Programming, Systems, Languages, and Applications (OOPSLA)},
}
@inproceedings{Qi:2009,
author = {Qi, Xin and Myers, Andrew C.},
title = {Sharing Classes Between Families},
booktitle = {Conference on Programming Language Design and Implementation (PLDI)},
year = {2009},
}
@inproceedings{jolly2004simple,
title={Simple dependent types: Concord},
author={Jolly, Paul and Drossopoulou, Sophia and Anderson, Christopher and Ostermann, Klaus},
year={2004},
booktitle = {European Conference on Object-Oriented Programming Workshop on Formal Techniques for Java Programs (FTfJP)},
}
@inproceedings{Siek_2015,
year = 2015,
author = {Jeremy Siek and Peter Thiemann and Philip Wadler},
title = {Blame and coercion: together again for the first time},
booktitle = {Conference on Programming Language Design and Implementation (PLDI)}
}
@article{Henglein_1994,
year = 1994,
month = {6},
publisher = {Elsevier {BV}},
volume = {22},
number = {3},
pages = {197--230},
author = {Fritz Henglein},
title = {Dynamic typing: syntax and proof theory},
journal = {Science of Computer Programming}
}
@phdthesis{ahmed2004semantics,
title={Semantics of types for mutable state},
author={Ahmed, Amal},
year={2004},
school={Princeton University}
}
@article{herman2010space,
title={Space-efficient gradual typing},
author={Herman, David and Tomb, Aaron and Flanagan, Cormac},
journal={Higher-Order and Symbolic Computation},
volume={23},
number={2},
pages={167},
year={2010},
publisher={Springer}
}
@inproceedings{scharli2003traits,
title={Traits: Composable units of behaviour},
author={Sch{\"a}rli, Nathanael and Ducasse, St{\'e}phane and Nierstrasz, Oscar and Black, Andrew P},
booktitle={European Conference on Object-Oriented Programming (ECOOP)},
year={2003},
}
@inproceedings{cook1989denotational,
year = {1989},
author = {Cook, William R. and Palsberg, Jens},
title = {A denotational semantics of inheritance and its correctness},
booktitle = {Object-Oriented Programming: Systems, Languages and Applications (OOPSLA)}
}
@article{wadler1998expression,
title={The expression problem},
author={Wadler, Philip},
journal={Java-genericity mailing list},
year={1998}
}
@Article{coppo1981functional,
author = {Mario Coppo and Mariangiola Dezani{-}Ciancaglini and Betti Venneri},
title = {Functional Characters of Solvable Terms},
year = 1981,
volume = 27,
number = {2-6},
pages = {45-58},
journal={Mathematical Logic Quarterly},
}
@Article{dunfield2014elaborating,
author = {Joshua Dunfield},
title = {Elaborating intersection and union types},
year = 2014,
volume = 24,
number = {2-3},
pages = {133-165},
journal={Journal of Functional Programming (JFP)},
}
@inproceedings{oliveira09modular,
title = {Modular Visitor Components: A Practical Solution to the Expression Families Problem},
author = {Oliveira, Bruno C. d. S.},
year = {2009},
booktitle = {European Conference on Object Oriented Programming (ECOOP)},
}
@inproceedings{oliveira2012extensibility,
title={Extensibility for the Masses},
author={Oliveira, Bruno C. d. S. and Cook, William R.},
booktitle={European Conference on Object-Oriented Programming (ECOOP)},
year={2012},
}
@inproceedings{cook1989inheritance,
title={Inheritance is not subtyping},
author={Cook, William R. and Hill, Walter and Canning, Peter S},
booktitle={Principles of Programming Languages (POPL)},
year={1989},
}
@inproceedings{togersen:2004,
author = {Mads Torgersen},
title = {{The Expression Problem Revisited}},
booktitle = {European Conference on Object-Oriented Programming (ECOOP)},
year = {2004},
}
@inproceedings{oliveira2013feature,
title={Feature-Oriented programming with object algebras},
author={Oliveira, Bruno C. d. S. and Van Der Storm, Tijs and Loh, Alex and Cook, William R},
booktitle={European Conference on Object-Oriented Programming (ECOOP)},
year={2013}
}
@inproceedings{rendel14attributes,
author = {Rendel, Tillmann and Brachth\"{a}user, Jonathan Immanuel and Ostermann, Klaus},
title = {From Object Algebras to Attribute Grammars},
booktitle = {Object-Oriented Programming, Systems Languages and Applications (OOPSLA)},
year = {2014}
}
@BOOK{poplcook,
TITLE = {Anatomy of Programming Languages},
AUTHOR = {William R. Cook},
YEAR = {2013},
url = {http://www.cs.utexas.edu/~wcook/anatomy/}
}
@article{pottinger1980type,
title={A type assignment for the strongly normalizable $\lambda$-terms},
author={Pottinger, Garrel},
journal={To HB Curry: essays on combinatory logic, lambda calculus and formalism},
pages={561--577},
year={1980}
}
@inproceedings{bracha1990mixin,
title={Mixin-based inheritance},
author={Bracha, Gilad and Cook, William R.},
booktitle={Object-Oriented Programming, Systems, Languages and Applications (OOPSLA)},
year={1990},
}
@inproceedings{flatt1998classes,
title={Classes and mixins},
author={Flatt, Matthew and Krishnamurthi, Shriram and Felleisen, Matthias},
booktitle={Principles of Programming Languages (POPL)},
year={1998},
}
@inproceedings{chambers1992object,
title={Object-oriented multi-methods in Cecil},
author={Chambers, Craig},
booktitle={European Conference on Object-Oriented Programming (ECOOP)},
year={1992},
}
@techreport{chambers1993cecil,
title={The Cecil Language},
author={Chambers, Craig},
year={1993},
institution={University of Washington}
}
@InProceedings{lieberman1986using,
author = {Henry Lieberman},
title = {Using Prototypical Objects to Implement Shared Behavior in Object Oriented Systems},
year = 1986,
booktitle = {Object-Oriented Programming Systems, Languages, and Applications (OOPSLA)},
}
@inproceedings{kniesel1999type,
title={Type-safe delegation for run-time component adaptation},
author={Kniesel, G{\"u}nter},
booktitle={European Conference on Object-Oriented Programming (ECOOP)},
year={1999},
}
@inproceedings{ostermann2001object,
title={Object-oriented composition untangled},
author={Ostermann, Klaus and Mezini, Mira},
booktitle={Object-Oriented Programming: Systems, Languages and Applications (OOPSLA)},
year={2001},
}
@inproceedings{buchi2000generic,
title={Generic wrappers},
author={B{\"u}chi, Martin and Weck, Wolfgang},
booktitle={European Conference on Object-Oriented Programming (ECOOP)},
year={2000},
}
@article{ernst2000gbeta,
title={gbeta-a language with virtual attributes, Block Structure, and Propagating, Dynamic Inheritance},
author={Ernst, Erik},
journal={DAIMI Report Series},
volume={29},
number={549},
year={2000}
}
@article{ostermann2008nominal,
year = 2008,
volume = {7},
number = {1},
pages = {121--145},
author = {Klaus Ostermann},
title = {Nominal and Structural Subtyping in Component-Based Programming.},
journal = {The Journal of Object Technology}
}
@inproceedings{ostermann2002dynamically,
title={Dynamically composable collaborations with delegation layers},
author={Ostermann, Klaus},
booktitle={European Conference on Object-Oriented Programming (ECOOP)},
year={2002},
}
@inproceedings{wegner1987dimensions,
title={Dimensions of object-based language design},
author={Wegner, Peter},
year={1987},
booktitle={Object-Oriented Programming: Systems, Languages and Applications (OOPSLA)},
}
@inproceedings{malenfant1995semantic,
title={On the semantic diversity of delegation-based programming languages},
author={Malenfant, Jacques},
booktitle={Object-Oriented Programming: Systems, Languages and Applications (OOPSLA)},
year={1995},
}
@article{anderson2003can,
title={Can Addresses be Types?: A case study: objects with delegation},
author={Anderson, Christopher and Barbanera, Franco and Dezani-Ciancaglini, Mariangiola and Drossopoulou, Sophia},
journal={Electronic Notes in Theoretical Computer Science},
volume={82},
number={8},
pages={108--129},
year={2003},
}
@inproceedings{menon2012big,
title={Big Bang: Designing a statically-typed scripting language},
author={Menon, PH and Palmer, Z and Rozenshteyn, A and Smith, S},
booktitle={International Workshop on Scripts to Programs (STOP)},
year={2012}
}
@phdthesis{palmer2015building,
title={Building a Typed Scripting Language},
author={Palmer, Zachary Eli},
year={2015},
school={Johns Hopkins University}
}
@inproceedings{bono1999core,
title={A core calculus of classes and mixins},
author={Bono, Viviana and Patel, Amit and Shmatikov, Vitaly},
booktitle={European Conference on Object-Oriented Programming (ECOOP)},
year={1999},
}
@inproceedings{ancona2003jam,
title={Jam--designing a Java extension with mixins},
author={Ancona, Davide and Lagorio, Giovanni and Zucca, Elena},
booktitle={Transactions on Programming Languages and Systems (TOPLAS)},
year={2003},
}
@article{dahl1967simula,
title={Simula 67 common base language},
author={Dahl, Ole-Johan and Myhrhaug, Bjorn and Nygaard, Kristen},
year={1967}
}
@article{meyer1987eiffel,
title={Eiffel: programming for reusability and extendibility},
author={Meyer, Bertrand},
journal={ACM Sigplan Notices},
volume={22},
number={2},
pages={85--94},
year={1987},
publisher={ACM}
}
@inproceedings{odersky2005scalable,
title={Scalable component abstractions},
author={Odersky, Martin and Zenger, Matthias},
booktitle={Object-Oriented Programming: Systems, Languages and Applications (OOPSLA)},
year={2005},
}
@inproceedings{ungar1988self,
title={SELF: the power of simplicity (object-oriented language)},
author={Ungar, David and Smith, Randall B},
booktitle={Thirty-Third IEEE Computer Society International Conference, Digest of Papers},
year={1988},
}
@inproceedings{fisher1995delegation,
title={A delegation-based object calculus with subtyping},
author={Fisher, Kathleen and Mitchell, John},
booktitle={Fundamentals of Computation Theory},
year={1995},
}
@book{goldberg1989smalltalk,
title={Smalltalk-80: the language},
author={Goldberg, Adele and Robson, David},
year={1989},
publisher={Addison-Wesley Longman Publishing Co., Inc.}
}
@inproceedings{bettini2010prototypical,
title={A prototypical Java-like language with records and traits},
author={Bettini, Lorenzo and Damiani, Ferruccio and Schaefer, Ina and Strocco, Fabio},
booktitle={Proceedings of the 8th International Conference on the Principles and Practice of Programming in Java},
year={2010},
}
@techreport{scharli2003traitsformal,
title={Traits: The formal model},
author={Scharli, Nathanael and Ducasse, St and Wuyts, Roel and Black, Andrew and others},
institution={Oregon Health \& Science University},
year={2003}
}
@article{cardelli1984semantics,
title={A semantics of multiple inheritance},
author={Cardelli, Luca},
journal={Semantics of data types},
pages={51--67},
year={1984},
}
@article{america1991designing,
title={Designing an object-oriented programming language with behavioural subtyping},
author={America, Pierre},
journal={Foundations of object-oriented languages},
year={1991},
}
@inproceedings{graver1989type,
title={A type system for Smalltalk},
author={Graver, Justin O and Johnson, Ralph E},
booktitle={Principles of programming languages (POPL)},
year={1989},
}
@inproceedings{bruce1995polytoil,
title={PolyTOIL: A type-safe polymorphic object-oriented language},
author={Bruce, Kim B and Schuett, Angela and Van Gent, Robert},
booktitle={European Conference on Object-Oriented Programming (ECOOP)},
year={1995},
}
@inproceedings{Smaragdakis98mixin,
author = {Smaragdakis, Yannis and Batory, Don S.},
title = {Implementing Layered Designs with Mixin Layers},
booktitle = {European Conference on Object-Oriented Programming (ECOOP)},
year = {1998}
}
@incollection{Aracic06CaesarJ,
author = {Aracic, Ivica and Gasiunas, Vaidas and Mezini, Mira and Ostermann, Klaus},
chapter = {An Overview of Caesarj},
title = {Transactions on Aspect-Oriented Software Development I},
year = {2006}
}
@inproceedings{McDirmid01Jiazzi,
author = {McDirmid, Sean and Flatt, Matthew and Hsieh, Wilson C.},
title = {Jiazzi: New-age Components for Old-fasioned Java},
booktitle = {Object-oriented Programming, Systems, Languages, and Applications (OOPSLA)},
year = {2001}
}
@inproceedings{Harrison93subject,
author = {Harrison, William and Ossher, Harold},
title = {Subject-oriented Programming: A Critique of Pure Objects},
booktitle = {Object-oriented Programming Systems, Languages, and Applications (OOPSLA)},
year = {1993},
}
@inproceedings{Tarr99ndegrees,
author = {Tarr, Peri and Ossher, Harold and Harrison, William and Sutton,Jr., Stanley M.},
title = {N Degrees of Separation: Multi-dimensional Separation of Concerns},
booktitle = {Proceedings of the 21st International Conference on Software Engineering},
year = {1999},
}
@inproceedings{Prehofer97,
author = {Christian Prehofer},
title = {Feature-Oriented Programming: A Fresh Look at Objects},
booktitle = {Object-Oriented Programming 11th European Conference},
year = 1997
}
@InProceedings{Zenger-Odersky2005 ,
author = {Zenger, Mathhias and Odersky, Martin},
title = {Independently Extensible Solutions to the Expression Problem},
booktitle = {Foundations of Object-Oriented Languages},
year = 2005,
}
@inproceedings{Oliveira_2008,
year = 2008,
author = {Oliveira, Bruno C. d. S. and Wang, Meng and Gibbons, Jeremy},
title = {The visitor pattern as a reusable, generic, type-safe component},
booktitle = {Object Oriented Programming: Systems, Languages and Applications (OOPSLA)}
}
@article{zave1999faq,
title={Faq sheet on feature interaction},
author={Zave, Pamela},
journal={Link: http://www. research. att. com/\~{} pamela/faq. html},
year={1999}
}
@inproceedings{lopez2005evaluating,
title={Evaluating support for features in advanced modularization technologies},
author={Lopez-Herrejon, Roberto E and Batory, Don and Cook, William},
booktitle={European Conference on Object-Oriented Programming (ECOOP)},
year={2005},
}
@inproceedings{wand1987complete,
title={Complete type inference for simple objects},
author={Wand, Mitchell},
booktitle={Symposium on Logic in Computer Science (LICS)},
year={1987}
}
@inproceedings{wand1989type,
title={Type Inference for Record Concatenation and Multiple Inheritance},
author={Wand, Mitchell},
booktitle={Symposium on Logic in Computer Science (LICS)},
year={1989}
}
@InProceedings{DBLP:conf/oopsla/TakikawaSDTF12,
author = {Asumu Takikawa and T. Stephen Strickland and Christos Dimoulas
and Sam Tobin{-}Hochstadt and Matthias Felleisen},
title = {Gradual typing for first-class classes},
year = 2012,
booktitle = {Object-oriented Programming: Systems, Languages and Applications (OOPSLA)},
}
@InProceedings{DBLP:conf/ecoop/LeeASP15,
author = {Joseph Lee and Jonathan Aldrich and Troy Shaw and Alex
Potanin},
title = {A Theory of Tagged Objects},
year = 2015,
booktitle = {European Conference on Object-Oriented Programming (ECOOP)},
}
@InProceedings{DBLP:conf/ecoop/0002HNB16,
author = {Timothy Jones and Michael Homer and James Noble and Kim B.
Bruce},
title = {Object Inheritance Without Classes},
year = 2016,
booktitle = {European Conference on Object-Oriented Programming (ECOOP)},
}
@Article{DBLP:journals/jot/NobleBBHJ17,
author = {James Noble and Andrew P. Black and Kim B. Bruce and Michael
Homer and Timothy Jones},
title = {Grace's Inheritance},
year = 2017,
volume = 16,
number = 2,