-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathall.bib
executable file
·15583 lines (13589 loc) · 464 KB
/
all.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
@string{DLS = {Symposium on Dynamic languages (DLS)}}
@string{ECOOP = {European Conference on Object-Oriented Programming (ECOOP)}}
@string{POPL = {Symposium on Principles of Programming Languages (POPL)}}
@string{OOPSLA = {Conference on Object Oriented Programming Systems Languages and Applications (OOPSLA)}}
@string{PLDI = {Conference on Programming Language Design and Implementation (PLDI)}}
@string{SCP = {Science of Computer Programming}}
@inproceedings{allende13,
author = {Esteban Allende and Johan Fabry and {\'E}ric Tanter},
title = {Cast Insertion Strategies for Gradually-Typed Objects},
doi = {10.1145/2508168.2508171},
booktitle = DLS,
year = 2013,
}
@inproceedings{Takikawa:2012,
author = {Takikawa, Asumu and Strickland, T. Stephen and Dimoulas, Christos and Tobin-Hochstadt, Sam and Felleisen, Matthias},
title = {Gradual Typing for First-class Classes},
doi = {10.1145/2398857.2384674},
booktitle = OOPSLA,
year = {2012},
}
@inproceedings{Bracha93,
author = {Gilad Bracha and David Griswold},
title = {Strongtalk: Typechecking {Smalltalk} in a Production Environment},
booktitle= OOPSLA,
year = {1993},
doi = {10.1145/165854.165893},
}
@misc{typescript13,
title = "{T}ype{S}cript -- Language Specification",
author = "Microsoft",
year = 2016}
@inproceedings{tf-dls06,
author = {Sam Tobin-Hochstadt and
Matthias Felleisen},
title = {Interlanguage migration: from scripts to programs},
year = {2006},
doi = {10.1145/1176617.1176755},
booktitle = DLS }
@inproceedings{SiekTaha06,
author = {Jeremy Siek},
title = {Gradual Typing for Functional Languages},
booktitle = {Scheme and Functional Programming Workshop},
year = {2006},
note = "\url{http://ecee.colorado.edu/~siek/pubs/pubs/2006/siek06_gradual.pdf}"
}
@inproceedings{guha10ECOOP,
Author = {Arjun Guha and Claudiu Saftoiu and Shriram Krishnamurthi},
Booktitle = ECOOP,
doi = {10.1007/978-3-642-14107-2_7},
Title = {The Essence of {JavaScript}},
Year = {2010},
}
@inproceedings{wurthinger2013one,
title={One {VM} to rule them all},
author={W{\"u}rthinger, Thomas and Wimmer, Christian and W{\"o}ss, Andreas and Stadler, Lukas and Duboscq, Gilles and Humer, Christian and Richards, Gregor and Simon, Doug and Wolczko, Mario},
booktitle={Onwards!},
year={2013},
doi={10.1145/2509578.2509581},
}
@inproceedings{BAT14,
author = {Gavin Bierman and Martin Abadi and Mads Torgersen},
title = {Understanding {TypeScript}},
year = 2014,
booktitle = ECOOP,
doi={10.1007/978-3-662-44202-9_11},
}
@inproceedings{Bierman10,
author = {Gavin M. Bierman and Erik Meijer and Mads Torgersen},
title = {Adding Dynamic Types to {C\#}},
booktitle = ECOOP,
year = {2010},
doi = {10.1007/978-3-642-14107-2_5},
}
@inproceedings{Suzuki81,
author = {Suzuki, Norihisa},
title = {Inferring types in {S}malltalk},
booktitle = POPL,
year = {1981},
doi = {10.1145/567532.567553},
}
@inproceedings{Borning82,
author = {Borning, Alan H. and Ingalls, Daniel H. H.},
title = {A type declaration and inference system for {S}malltalk},
booktitle = POPL,
year = {1982},
doi = {10.1145/582153.582168},
}
@inproceedings{SoftTyping,
author = {Robert Cartwright and Mike Fagan},
title = {{S}oft {T}yping},
booktitle = PLDI,
year = {1991},
doi = {10.1145/113446.113469},
}
@inproceedings{bracha96,
author = {Gilad Bracha},
title = {The {Strongtalk} Type System for {Smalltalk}},
year = {1996},
booktitle = {OOPSLA Workshop on Extending the Smalltalk Language} }
@inproceedings{ff-oopsla01,
author = {Robert Findler and
Matthias Felleisen},
title = {Contract Soundness for Object-Oriented Languages},
booktitle = OOPSLA,
year = {2001},
doi = {10.1145/504282.504283},
}
@inproceedings{ff-icfp02,
author = {Robert Findler and
Matthias Felleisen},
title = {Contracts for higher-order functions},
year = {2002},
doi = {10.1145/581478.581484},
booktitle = ICFP,
}
@inproceedings{fff-ecoop04,
author = {Robert Findler and
Matthew Flatt and
Matthias Felleisen},
title = {Semantic Casts: Contracts and Structural Subtyping in a
Nominal World},
year = {2004},
doi={10.1007/978-3-540-24851-4_17},
booktitle = ECOOP }
@inproceedings{tf-popl08,
author = {Sam Tobin-Hochstadt and
Matthias Felleisen},
title = {The design and implementation of typed {Scheme}},
year = {2008},
doi = {10.1145/1328438.1328486},
booktitle = POPL }
@inproceedings{siek14,
author = {Vitousek, Michael and Kent, Andrew
and Siek, Jeremy and Baker, Jim},
title = {Design and Evaluation of Gradual Typing for {P}ython},
booktitle = DLS,
year = {2014},
doi = {10.1145/2661088.2661101},
}
@article{Gapeyev:2002,
author = {Vladimir Gapeyev and Michael Levin and Benjamin Pierce},
title = {Recursive Subtyping Revealed},
journal = {Journal of Functional Programming},
year = {2002},
volume = {12},
number = {6},
pages = {511-548},
doi = {10.1017/S0956796802004318},
}
@article{FJ,
author = {Atsushi Igarashi and Benjamin C. Pierce and Philip Wadler},
title = {{F}eatherweight {J}ava: a minimal core calculus for {J}ava and
{GJ}},
journal = {ACM Trans. Program. Lang. Syst.},
volume = {23},
number = {3},
year = {2001},
doi = {10.1145/503502.503505},
}
@misc{crockford,
Author = { Douglas Crockford},
title = {Classical inheritance in {J}ava{S}cript},
howpublished = {\url{http://www.crockford.com/javascript/inheritance.html}}
}
@inproceedings{safe-typescript,
author={Aseem Rastogi and Nikhil Swamy and Cedric Fournet and Gavin Bierman and Panagiotis Vekris},
booktitle=POPL,
title={Safe and Efficient Gradual Typing for {T}ype{S}cript},
year=2015,
doi={10.1145/2676726.2676971},
}
@inproceedings{practical-gt,
title={Towards practical gradual typing},
author={Takikawa, Asumu and Feltey, Daniel and Dean, Earl and Flatt, Matthew and Findler, Robert and Tobin-Hochstadt, Sam and Felleisen, Matthias},
booktitle={???},
volume={37},
year={2015},
}
@inproceedings{bidir-typing,
title={Complete and easy bidirectional typechecking for higher-rank polymorphism},
author={Dunfield, Joshua and Krishnaswami, Neelakantan R},
booktitle={????},
year={2013},
}
@Misc{dart13,
title = "Dart Programming Language Specification",
author = "The Dart Team",
note = "\url{http://dartlang.org}",
year= 2016}
@misc{hack13,
title = "Hack",
author = "The Facebook Hack Team",
note = "\url{http://hacklang.org}",
year= 2016}
@article{GS13,
author = {Esteban Allende and
Oscar Calla{\'{u}} and
Johan Fabry and
{\'{E}}ric Tanter and
Marcus Denker},
title = {Gradual typing for Smalltalk},
journal = SCP,
volume = {96},
year = {2014},
doi = {10.1016/j.scico.2013.06.006},
}
@inproceedings{Borning82,
author = {Borning, Alan H. and Ingalls, Daniel H. H.},
title = {A type declaration and inference system for {S}malltalk},
booktitle = POPL,
year = {1982},
doi = {10.1145/582153.582168},
}
@inproceedings{Suzuki81,
author = {Suzuki, Norihisa},
title = {Inferring types in Smalltalk},
booktitle = POPL,
year = {1981},
doi = {10.1145/567532.567553},
}
@inproceedings{noble08,
author = {Ewan D. Tempero and
James Noble and
Hayden Melton},
title = {How Do Java Programs Use Inheritance? An Empirical Study
of Inheritance in Java Software},
year = {2008},
booktitle = ECOOP}
@article{calder,
author = "Brad Calder and Dirk Grunwald and Benjamin Zorn",
title = "Quantifying Behavioral Differences Between C and C++ Programs",
journal = "Journal of Programming Languages",
vol = 2,
number = 4,
year = 1994}
@inproceedings{dong,
author = "Dongseok Jang and Kwang-Moo Choe",
title = "Points-to Analysis for {J}ava{S}cript",
booktitle = "Symposium on Applied Computing (SAC)",
year = 2009}
@inproceedings{gal09,
author = {Andreas Gal and Brendan Eich and
Mike Shaver and David Anderson and
David Mandelin and Mohammad R. Haghighat and
Blake Kaplan and Graydon Hoare and
Boris Zbarsky and Jason Orendorff and
Jesse Ruderman and Edwin W. Smith and
Rick Reitmaier and Michael Bebenita and
Mason Chang and Michael Franz},
title = {Trace-based just-in-time type specialization for dynamic
languages},
year = {2009},
booktitle = PDLI}
@inproceedings{jensen09,
author = {Simon Holm Jensen and
Anders M{\o}ller and
Peter Thiemann},
title = {Type Analysis for {J}ava{S}cript},
year = {2009},
booktitle = {Static Analysis Symposium (SAS)}}
@inproceedings{thiemann05,
author = {Peter Thiemann},
title = {Towards a Type System for Analyzing {J}ava{S}cript Programs},
year = {2005},
booktitle = {European Symposium on Programming (ESOP)},
doi = {10.1007/978-3-540-31987-0_28}}
@article{anderson05,
author = {Christopher Anderson and Paola Giannini},
title = {Type Checking for {J}ava{S}cript},
journal = {Electr. Notes Theor. Comput. Sci.},
volume = {138},
number = {2},
pages = {37--58},
Doi = {10.1016/j.entcs.2005.09.010},
year = {2005}}
@PHDTHESIS{andersonphd,
school = {Department of Computing, Imperial College London},
title = {{Type Inference for {J}ava{S}cript}},
author = {Anderson, Christopher},
month = {March},
year = {2006}}
@InProceedings{lerner09,
title = "Staged information flow for {J}ava{S}cript",
author = "Ravi Chugh and Jeffrey A. Meister and Ranjit Jhala and
Sorin Lerner",
booktitle = PLDI,
year = "2009"}
inproceedings{shriram09,
author = {Arjun Guha and
Shriram Krishnamurthi and
Trevor Jim},
title = {Using static analysis for Ajax intrusion detection},
year = {2009},
booktitle = {International Conference on World Wide Web (WWW)}}}
@inproceedings{lively,
author = {Daniel Ingalls and Krzysztof Palacz and Stephen Uhler
and Antero Taivalsaari and Tommi Mikkonen},
title = {The Lively Kernel A Self-supporting System on a Web Page.},
booktitle = {Self-Sustaining Systems},
year = {2008}}
@inproceedings{yu07,
author = {Dachuan Yu and
Ajay Chander and
Nayeem Islam and
Igor Serikov},
year = 2007,
title = {{J}ava{S}cript instrumentation for browser security},
booktitle = POPL}
@inproceedings{vigna07,
author = {Philipp Vogt and
Florian Nentwich and
Nenad Jovanovic and
Engin Kirda and
Christopher Kr{\"u}gel and
Giovanni Vigna},
title = {Cross Site Scripting Prevention with Dynamic Data Tainting
and Static Analysis},
year = 2007,
booktitle = {Network and Distributed System Security
Symposium (NDSS)}}
@inproceedings{maffeis09,
author = {Sergio Maffeis and
John C. Mitchell and
Ankur Taly},
title = {Isolating {J}ava{S}cript with Filters, Rewriting, and Wrappers},
year = {2009},
booktitle = {European Symposium on Research in Computer Security (ESORICS)}}
@inproceedings{hop,
author = "F. Loitsch and M. Serrano",
title = "Hop Client-Side Compilation",
booktitle = "Symposium on Trends on Functional Languages",
year = 2007}
@phdthesis{sth10,
title = {Typed {Scheme}: {From} Scripts to Programs},
author = {Sam Tobin-Hochstadt },
year = 2010,
institution= {Northeastern University}
}
@inproceedings{SiekTaha07,
title = {Gradual Typing for Objects},
author = {Jeremy Siek and Walid Taha},
booktitle = ECOOP,
year = {2007},
doi = {10.1007/978-3-540-73589-2_2},
}
@Misc{WebKit,
title = {{The WebKit Open Source Project}},
author = {{The WebKit Team}},
year = {2009},
note = {\url{http://webkit.org/}}
}
@Misc{sunSpider,
title = {{SunSpider {J}ava{S}cript Benchmark}},
author = {{WebKit}},
note = {\url{http://www2.webkit.org/perf/sunspider-0.9/sunspider.html}}
}
@Misc{gmail,
title = {{Gmail}},
author = {{Google}},
year = {2009},
note = {\url{http://mail.google.com/}}
}
@Misc{facebook,
title = {{Facebook}},
author = {{Facebook}},
year = {2009},
note = {\url{http://www.facebook.com/}}
}
@Misc{livelyKernel,
title = {{Lively Kernel}},
author = {{Sun Labs}},
year = {2009},
note = {\url{http://research.sun.com/projects/lively/}}
}
@Misc{prototypeLib,
title = {{The Prototype {J}ava{S}cript Framework}},
author = {{The Prototype Core Team}},
year = {2006--2007},
note = {\url{http://www.prototypejs.org/}}
}
@Misc{nasa,
title = {{NASA}},
author = {{National Aeronautics and Space Agency}},
note = {\url{http://www.nasa.gov/}}
}
@Misc{basecamp,
title = {{Basecamp}},
author = {{37signals, LLC}},
year = {1999--2009},
note = {\url{http://basecamphq.com/}}
}
@Misc{amazon,
title = {{amazon.com}},
author = {{Amazon.com, Inc.}},
year = {1996--2009},
note = {\url{http://www.amazon.com/}}
}
@proceedings{Cop05,
volume = {136},
editor = {Mario Coppo and Ferruccio Damiani},
title = {International Workshop on Intersection Types and Related Systems (ITRS)},
tag = {ENTCS, volume 136, Elsevier},
publisher = {Elsevier},
series = {ENTCS},
year = {2005},
}
@article{CDC94,
volume = {66},
url = {http://www.di.unito.it/~dezani/papers/CDdL94.pdf},
title = {{Combining Type Disciplines}},
author = {F. Cardone and M. Dezani-Ciancaglini and U. de' Liguoro},
year = {1994},
pages = {197--230},
journal = {Annals of Pure and Applied Logic},
}
@inproceedings{MYC03,
author = {Mandelbaum,, Yitzhak and Walker,, David and Harper,, Robert},
title = {An effective theory of type refinements},
booktitle = {ICFP '03},
year = {2003},
isbn = {1-58113-756-7},
pages = {213--225},
location = {Uppsala, Sweden},
doi = {10.1145/944705.944725},
publisher = {ACM},
address = {New York, NY, USA},
}
booktitle = {ICFP '03: Proceedings of the eighth ACM SIGPLAN international conference on Functional programming},
@article{depauw2002vej,
title={{Visualizing the execution of {J}ava programs}},
author={De Pauw, W. and Jensen, E. and Mitchell, N. and Sevitsky, G. and Vlissides, J. and Yang, J.},
journal={Software Visualization},
year={2002},
publisher={Springer}
}
@conference{reiss2001ob,
title={{An overview of BLOOM}},
author={Reiss, S.P.},
booktitle={Proceedings of the 2001 ACM SIGPLAN-SIGSOFT workshop on Program analysis for software tools and engineering},
pages={2--5},
year={2001},
organization={ACM New York, NY, USA}
}
@conference{hamoulhadj2004ste,
title={{A survey of trace exploration tools and techniques}},
author={Hamou-Lhadj, A. and Lethbridge, T.C.},
booktitle={Proceedings of the 2004 conference of the Centre for Advanced Studies on Collaborative research},
pages={42--55},
year={2004},
organization={IBM Press}
}
@book{garret1994maa,
title={{Measurement and application of dynamic receiver class distributions}},
author={Garret, C.D. and Dean, J. and Grove, D. and Chambers, C.},
year={1994},
publisher={Univ of Washington}
}
@conference{holzle1994odd,
title={{Optimizing dynamically-dispatched calls with run-time type feedback}},
author={H{\"o}lzle, U. and Ungar, D.},
booktitle= PLDI,
pages={326--336},
year={1994},
}
@inproceedings{thiemann09,
title = "Recency Types for Dynamically-Typed, Object-Based Languages",
author = "P Heidegger and P Thiemann",
booktitle = "Foundations of Object Oriented Languages (FOOL)",
year = 2009}
@inproceedings{hendren,
author = {Bruno Dufour and
Karel Driesen and
Laurie J. Hendren and
Clark Verbrugge},
title = {Dynamic metrics for java},
year = {2003},
booktitle = OOPSLA}
@inproceedings{IN06,
author = {Atsushi Igarashi and Hideshi Nagira},
title = {Union types for object-oriented programming},
booktitle = {Symposium on Applied Computing (SAC)},
year = {2006},
doi = {10.1145/1141277.1141610},
}
@article{Abadi91,
author = {Mart\'{\i}n Abadi and Luca Cardelli and Benjamin Pierce and Gordon Plotkin},
title = {Dynamic typing in a statically typed language},
journal = {ACM Trans. Program. Lang. Syst.},
volume = {13},
number = {2},
year = {1991},
pages = {237--268},
doi = {10.1145/103135.103138}}
@inproceedings{GrayFF05,
author = {Kathryn E. Gray and
Robert Findler and
Matthew Flatt},
title = {Fine-grained interoperability through mirrors and contracts},
year = {2005},
booktitle = OOPSLA}
}
@inproceedings{typedlisp,
author = {Robert Cartwright},
booktitle = "International Colloquium on Automata,
Languages and Programming (ICALP)",
title = {User-Defined Data Types as an Aid to Verifying {LISP} Programs},
year = {1976},
}
@inproceedings{softscheme,
author = "{Andrew K.} Wright and Robert Cartwright",
title = {A practical soft type system for {Scheme}},
booktitle = {Conference on LISP and Functional programming},
year = {1994},
}
@Misc{ObjC,
author = {Apple},
title = {The {Objective-C} 2.0 Programming Language},
year = {2009}
}
@inproceedings{Wadler09,
author = {Philip Wadler and Robert Findler},
title = {Well-Typed Programs Can't Be Blamed},
year = {2009},
booktitle = {European Symposium on Programming (ESOP)}}
@inproceedings{Siek09,
author = {Jeremy Siek and Ronald Garcia and Walid Taha},
title = {Exploring the Design Space of Higher-Order Casts},
year = {2009},
booktitle = {European Symposium on Programming (ESOP)}}
@inproceedings{SW09,
author = {Jeremy Siek and Philip Wadler},
title = {Threesomes, With and Without Blame},
year = {2009},
booktitle = {Script to Program Evolution (STOP)}}
@inproceedings{Ahmed09,
author = {Amal Ahmed and Robert Findler and Jacob Matthews and Philip Wadler},
title = {Blame for all},
year = {2009},
booktitle = {Script to Program Evolution (STOP)}}
@TechReport{Hage09,
title = "Soft Typing {PHP}",
author = "Patrick Camphuijsen and Jurriaan Hage and Stefan Holdermans",
year = 2009,
institution = "Utrecht University"}
@inproceedings{Nystrom03,
author = {Sven-Olof Nystr{\"o}m},
title = {A soft-typing system for {Erlang}},
booktitle = {Erlang Workshop},
year = {2003}}
@inproceedings{Furr09,
author = {Michael Furr and Jong-hoon An and Jeffrey Foster
and Michael Hicks},
title = {Static type inference for Ruby},
year = {2009},
booktitle = {Symposium on Applied Computing (SAC)}}
@inproceedings{FurrAF2009,
author = {Furr, Michael and An, Jong-hoon and Foster, Jeffrey},
title = {Profile-guided static typing for dynamic scripting languages},
booktitle = OOPSLA,
year = {2009},
doi = {10.1145/1640089.1640110},
}
@Misc{Boo,
author = {Rodrigo Barreto de Oliveira},
title = {{The Boo Programming Language}},
year = {2009},
XXXnote = {\url{http://boo.codehaus.org}},
}
@inproceedings{Modula3,
author = {Cardelli,, L. and Donahue,, J. and Jordan,, M. and Kalsow,,
B. and Nelson,, G.},
title = {The {M}odula--3 Type System},
booktitle = POPL,
year = {1989},
}
@inproceedings {malayeriIntegrating08,
author = {Donna Malayeri and Jonathan Aldrich},
title = {Integrating Nominal and Structural Subtyping},
booktitle = {European Conference on Object Oriented Programming (ECOOP)},
year = 2008}
@misc {Whiteoak,
author = {Joseph Gil and Itay Maman},
title = {Whiteoak},
XXXnote = {\url{http://whiteoak.sourceforge.net/}},
}
@book{BeckSmalltalkPractices,
author = {Kent Beck},
title = {Smalltalk: {B}est {P}ractice {P}atterns},
year = {1997},
publisher = {Prentice-Hall},
}
@Misc{DS06,
title = {An upcoming experimental feature: {A}ctive {P}atterns in {F}\#},
author = {Don Syme},
year = {2006}}
@Misc{PPM,
title = {{P}luto---or how to make {Perl} juggle with billions},
author = {Niclas Lundborg and Erwan Lemonnier},
year = {2006},
XXXnote = {\url{http://erwan.lemonnier.se/talks/pluto.html}}}
@InProceedings{DS84,
author = {L. Peter Deutsch and Alan Schiffman},
title = {{E}fficient Implementation of the {S}malltalk-80 System},
booktitle = POPL,
year = {1984},
}
@InProceedings{Ayc00,
author = {John Aycock},
title = {Aggressive Type Inference},
booktitle = {International Python Conference},
year = {2000}}
@InProceedings{PythonAintDynamic,
author = {Alex Holkner and James Harland},
title = {Evaluating the Dynamic Behaviour of {P}ython Applications},
booktitle = { Australasian Computer Science Conference (ACSC)},
pages={19--28},
year = {2009}}
@InProceedings{OptionTypes,
author = {Burak Emir and Martin Odersky and John Williams},
title = {Matching Objects with Patterns},
booktitle = {European Conference on Object Oriented Programming (ECOOP)},
year = {2007}}
@InProceedings{AXE,
booktitle = {Workshop on Formal Design of Safety Critical Embedded Systems},
title = {Four-fold Increase in Productivity and Quality},
author = {Ulf Wiger},
year = {2001},
XXXnote = {\url{http://www.erlang.se/publications/Ulf_Wiger.pdf}}
}
@Misc{JW06,
author = {John Williams},
month = {April},
year = {2006},
XXXnote = {\url{http://article.gmane.org/gmane.comp.lang.scala/1993}}
}
@InProceedings{TypePlug,
author = {Niklaus Haldiman and Marcus Denker and Oscar Nierstrasz},
title = {Practical, Pluggable Types for a Dynamic Language},
booktitle = {International Conference on Dynamic Languages},
year = {2009}}
@InProceedings{CHAGN07,
author = {Jeremy Condit and Matthew Harren and Zachary Anderson and David
Gay and George Necula},
title = {{D}ependent {T}ypes for {L}ow-Level {P}rogramming},
booktitle = {European Symposium on Programming (ESOP)},
year = {2007}
}
@mastersthesis{And07,
Author = {Zachary Ryan Anderson},
Title = {{S}tatic {A}nalysis of {C} for {H}ybrid {T}ype {C}hecking},
School = {EECS Department, University of California, Berkeley},
Year = {2007},
Number = {UCB/EECS-2007-1}
}
@inproceedings{PACPE08,
author = {Matthew M. Papi and Mahmood Ali and Telmo Luis Correa Jr.
and Jeff H. Perkins and Michael D. Ernst},
title = {Practical pluggable types for {J}ava},
booktitle = {International Symposium on Software Testing and Analysis},
year = {2008}}
@inproceedings{SoftTyping,
author = {Robert Cartwright and Mike Fagan},
title = {{S}oft {T}yping},
booktitle = PLDI,
year = {1991}}
@article{Perl6,
author = {Audrey Tang},
title = {Perl 6: reconciling the irreconcilable},
journal = {?????},
volume = {42},
number = {1},
year = {2007}}
@Misc{SchemeNote,
author = {Daniel P. Friedman and Christopher T Haynes and Eugene
Kohlbecker and Mitchell Wand},
title = {A Guide to the Metaphysical Universe},
year = {ca 1984}}
@inproceedings{SV08,
author = {Jeremy Siek and Manish Vachharajani},
title = {Gradual typing with unification-based inference},
booktitle = DLS,
year = {2008}}
@inproceedings{JUSTII,
title = {Type inference for polymorphic methods in {J}ava-like languages},
author = {Davide Ancona and Giovanni Lagorio and Elena Zucca},
booktitle = {ICTCS},
year = {2007}}
@article{JUST,
title = {Just: Safe Unknown Types in {Java}-like Languages},
author = {Giovanni Lagorio and Elena Zucca},
journal = {Journal of Object Technology},
number = {2},
volume = {6},
year = {2007}}
@article{drossopoulou:babyj,
title = {{BabyJ}: From Object Based to Class Based Programming via Types},
author = {Christopher Anderson and Sophia Drossopoulou},
journal = {Electr. Notes in Theor. Comput. Sci.},
number = {7},
volume = {82},
doi={10.1016/S1571-0661(04)80802-8},
year = {2003}}
@techreport{siek13XX,
title = {Gradual Typing for Mutable Objects},
author = { Jeremy Siek and Michael Vitousek and Shashank Bharadwaj},
institution = {Indiana University},
ee = {http://ecee.colorado.edu/~siek/gtmo.pdf},
year = {2013}}
@book{TDD,
author = {Kent Beck},
title = {Test Driven Development: By Example},
year = {2002},
publisher = {Addison-Wesley}}
@TechReport{Cecil,
title = {The {C}ecil Language: Specification \& Rationale},
author = {Craig Chambers and {the Cecil Group}},
institution = {University of Washington},
year = {2004}}
@inproceedings{Fla06,
author = {Cormac Flanagan},
title = {Hybrid type checking},
booktitle = POPL,
year = {2006}}
@TechReport{Sage,
author = {Kenneth Knowles and Aaron Tomb and Jessica Gronski and Stephen
N. Freund and Cormac Flanagan},
title = {Sage: Unified Hybrid Checking for First-Class Types, General
Refinement Types, and Dynamic},
institution = {University of California, Santa Cruz},
year = {2006}}
@Misc{PythonSuccessStory,
author = {Walter D{\"o}rwald and Alois Kastner-Maresch},
title = {{XIST}: {A}n {XML} {T}ransformation {E}ngine {W}ritten in
{P}ython},
XXXnote = {\url{http://www.python.org/about/success/xist/}}}
@Misc{JSON,
key = {JSON},
title = {Introducing {JSON}},
note = {\url{http://www.json.org/}}
}
@Misc{clojure,
key = {Clojure},
title = {{C}lojure},
note = {\url{http://clojure.org/}}}
@Misc{kawa,
key = {Kawa},
title = {The {K}awa language framework},
note = {\url{http://www.gnu.org/software/kawa}}}
@Misc{jython,
key = {Jython},
title = {{T}he {J}ython {P}roject},
note = {\url{http://www.jython.org/}}}
@Misc{jruby,
key = {{JR}uby},
title = {{J}ava powered {R}uby implementation},
note = {\url{http://jruby.codehaus.org/}}}
@Book{Python,
editor = {Guido van Rossum and Fred L. Drake Jr.},
title = {{T}he {P}ython {L}anguage {R}eference {M}anual (version 2.5)},
publisher = {Network Theory Ltd},
year = {2006}}
@Book{Tcl,
editor = {John K. Ousterhout},
title = {{T}cl and the {T}k {T}oolkit},
publisher = {Addison-Wesley Professional},
year = {1994},
}
@Book{Groovy,
editor = {Kenneth Barclay and John Savage},
title = {{G}roovy {P}rogramming},
publisher = {Morgan Kaufmann},
year = {2006},
}
@inproceedings{Lua,
author = {Roberto Ierusalimschy and Luiz Henrique de Figueiredo and
Waldemar Celes},
title = {The evolution of {Lua}},
booktitle = {Conference on History of programming languages (HOPL)},
year = {2007},
}
@book{Haskell,
author = {Jones, Simon P. },
publisher = {{Cambridge University Press}},
title = {{H}askell 98 {L}anguage and {L}ibraries: {T}he {R}evised
{R}eport},
year = {2003}
}
@book{SML,
Address = {Cambridge, MA},
Author = {Milner, Robin and Tofte, Mads and Harper, Robert},
Key = {milner90},
Publisher = {MIT Press},
Title = {{T}he {D}efinition of {S}tandard {ML}},
Year = 1990
}
@InProceedings{FCA,
author = {Kim Mens and Tom Tourw{\'e}},
title = {Conceptual Code Mining---Mining for Source-Code Regularities with
Formal Concept Analysis},
booktitle = {12th ESUG Smalltalk Conference},
year = {2004},
}
@Misc{Shootout,
key = {Computer Language Benchmarks Game, The},
title = {{T}he {C}omputer {L}anguage {B}enchmarks {G}ame},
note = {\url{http://shootout.alioth.debian.org/}}
}
@article{FJ,
author = {Atsushi Igarashi and Benjamin C. Pierce and Philip Wadler},
title = {{F}eatherweight {J}ava: a minimal core calculus for {J}ava and
{GJ}},
journal = {ACM Trans. Program. Lang. Syst.},
volume = {23},
number = {3},
year = {2001}}
@article{IgarashiUnionTypes,
author = {Atsushi Igarashi and
Hideshi Nagira},
title = {{U}nion {T}ypes for {O}bject-{O}riented {P}rogramming},
journal = {Journal of Object Technology},
volume = {6},
number = {2},
year = {2007},
}
@Misc{ActionScript3,
author = {Adobe Systems Inc.},
title = {{A}ction{S}cript 3.0 {L}anguage and {C}omponents {R}eference},
year = {2008},
XXXnote = {\url{http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/}}
}
@INPROCEEDINGS{Herman07,
author = {David Herman and Aaron Tomb and Cormac Flanagan},
title = {Space-Efficient Gradual Typing},
booktitle = {In Trends in Functional Programming (TFP)},
year = {2007}
}
@Misc{ECMAScript4,
author = {{ECMA-262 Group}},
title = {Proposed {ECMAS}cript 4th Edition---Language Overview},
year = {2007}}
@InProceedings{MD04,
author = {Erik Meijer and Peter Drayton},