-
Notifications
You must be signed in to change notification settings - Fork 0
/
bibliography.bib
1110 lines (1054 loc) · 34.9 KB
/
bibliography.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
@phdthesis{Tob10,
author = {Tobin-Hochstadt, Sam},
title = {{Typed Scheme}: From Scripts to Programs},
school = {Northeastern University},
year = 2010
}
@inproceedings{stf-esop,
author = {Strickland, T. Stephen and Tobin-Hochstadt, Sam and Felleisen, Matthias},
title = {Practical Variable-Arity Polymorphism},
booktitle = {Proc. ESOP},
year = {2009},
}
@inproceedings{Bra98,
author = {Bracha, Gilad and Odersky, Martin and Stoutamire, David and Wadler, Philip},
title = {Making the Future Safe for the Past: Adding Genericity to the {Java} Programming Language},
booktitle = {OOPSLA},
year = {1998},
}
@inproceedings{CF91,
author = {Cartwright, Robert and Fagan, Mike},
title = {Soft Typing},
booktitle = {Proc. PLDI},
year = {1991},
}
@inproceedings{TF08,
author = {Tobin-Hochstadt, Sam and Felleisen, Matthias},
title = {The Design and Implementation of {Typed Scheme}},
booktitle = {Proc. POPL},
year = {2008},
}
@inproceedings{TF10,
author = {Tobin-Hochstadt, Sam and Felleisen, Matthias},
title = {Logical Types for Untyped Languages},
booktitle = {Proc. ICFP},
series = {ICFP '10},
year = {2010},
}
@inproceedings{SA+12,
author = {St-Amour, Vincent and Tobin-Hochstadt, Sam and Flatt, Matthew and Felleisen, Matthias},
title = {Typing the numeric tower},
booktitle = {Proceedings of the 14th international conference on Practical Aspects of Declarative Languages},
series = {PADL'12},
year = {2012},
isbn = {978-3-642-27693-4},
location = {Philadelphia, PA},
pages = {289--303},
numpages = {15},
acmid = {2187146},
publisher = {Springer-Verlag},
address = {Berlin, Heidelberg},
}
@manual{mypy,
author = "Lehtosalo, Jukka",
title = "mypy",
url = {http://mypy-lang.org/}
}
@manual{CljSeqDoc,
title = {{Clojure} sequence Documentation},
author = {Hickey, Rich},
year = {2015},
month = {February},
url = {https://clojure.org/reference/sequences}
}
@manual{CircleCI,
author = "CircleCI",
title = "{CircleCI}",
url = {https://circleci.com}
}
@manual{coretyped,
author = "Bonnaire-Sergeant, Ambrose and contributors",
title = "{core.typed}",
url = {https://github.com/clojure/core.typed}
}
@manual{CircleCIBlog,
title = {Why we're no longer using core.typed},
author = {CircleCI},
year = {2015},
month = {September},
url = {https://blog.circleci.com/why-were-no-longer-using-core-typed/}
}
@manual{CircleCIUsesTC,
title = {Why we're supporting {Typed Clojure}, and you should too!},
author = {CircleCI},
year = {2013},
month = {September},
url = {https://blog.circleci.com/supporting-typed-clojure/}
}
@string{dls:short = {Dynamic Languages Syposium}}
@inproceedings{Hic08,
author = {Hickey, Rich},
title = {The {Clojure} programming language},
booktitle = {Proc. DLS},
year = {2008},
}
@INPROCEEDINGS{CM91,
author = {Luca Cardelli and John C. Mitchell},
title = {Operations on records},
booktitle = {Mathematical Structures in Computer Science},
year = {1991},
pages = {3--48}
}
@INPROCEEDINGS{Lucassen88polymorphiceffect,
author = {John M. Lucassen and David K. Gifford},
title = {Polymorphic effect systems},
booktitle = {Proc. POPL},
year = {1988},
}
@inproceedings{Vitousek14,
author = {Vitousek, Michael M. and Kent, Andrew M. and Siek, Jeremy G. and Baker, Jim},
title = {Design and Evaluation of Gradual Typing for {Python}},
booktitle = {Proc. DLS},
year = {2014},
}
@MISC{Wand89typeinference,
author = {Mitchell Wand},
title = {Type Inference for Record Concatenation and Multiple Inheritance},
year = {1989}
}
@INPROCEEDINGS{HP91,
author = {Robert Harper and Benjamin Pierce},
title = {A Record Calculus Based on Symmetric Concatenation},
booktitle = {Proc. POPL},
year = {1991},
}
@inproceedings{Lindahl:2006:PTI,
author = {Lindahl, Tobias and Sagonas, Konstantinos},
title = {Practical Type Inference Based on Success Typings},
booktitle = {Proc. PPDP},
year = {2006},
}
@article{Wand:1991,
author = {Wand, Mitchell},
title = {Type Inference for Record Concatenation and Multiple Inheritance},
journal = {Inf. Comput.},
issue_date = {July 1991},
volume = {93},
number = {1},
month = jul,
year = {1991},
issn = {0890-5401},
pages = {1--15},
numpages = {15},
url = {https://dx.doi.org/10.1016/0890-5401(91)90050-C},
doi = {10.1016/0890-5401(91)90050-C},
acmid = {116982},
publisher = {Academic Press, Inc.},
address = {Duluth, MN, USA},
}
@inproceedings{Chugh:2012:DTJ,
author = {Chugh, Ravi and Herman, David and Jhala, Ranjit},
title = {Dependent Types for {JavaScript}},
booktitle = {Proc. OOPSLA},
year = {2012},
}
@inproceedings{Maidl:2014:TLO,
author = {Maidl, Andr{\'e} Murbach and Mascarenhas, Fabio and Ierusalimschy, Roberto},
title = {Typed {Lua}: An Optional Type System for {Lua}},
booktitle = {Proc. Dyla},
year = {2014},
}
@TECHREPORT{OCD+,
author = {Martin Odersky and Vincent Cremet and Iulian Dragos and Gilles Dubochet and Burak Emir and Sean McDirmid and Stéphane Micheloud and Nikolay Mihaylov and Michel Schinz and Erik Stenman and Lex Spoon and Matthias Zenger and et al.},
title = {An overview of the {Scala} programming language (second edition)},
year = {2006},
institution = {EPFL Lausanne, Switzerland}
}
@manual{hack,
institution = "Facebook",
title = "{Hack} Language",
year = "2018",
month = {October},
url = {https://hacklang.org},
}
@manual{flow,
institution = "Facebook",
title = "{Flow}",
year = "2018",
month = {October},
url = {https://flow.org}
}
@article{gradualtalk,
title={Gradual typing for {Smalltalk}},
author={Allende, Esteban and Callau, Oscar and Fabry, Johan and Tanter, {\'E}ric and Denker, Marcus},
journal={Science of Computer Programming},
volume={96},
pages={52--69},
year={2014},
publisher={Elsevier}
}
@INPROCEEDINGS{MS02,
author = {Todd Millstein and Craig Chambers},
title = {Modular Statically Typed Multimethods},
booktitle = {Information and Computation},
year = {2002},
pages = {279--303},
publisher = {Springer-Verlag}
}
@phdthesis{Her10,
author = {David Herman},
title = {A Theory of Typed Hygienic Macros},
school = {Northeastern University},
address = {Boston, MA},
year = 2010,
month = may
}
@inproceedings{Chambers:1994:TMM,
author = {Chambers, Craig and Leavens, Gary T.},
title = {Typechecking and Modules for Multi-methods},
booktitle = {Proc. OOPSLA},
year = {1994},
}
@inproceedings{Chambers:1992:OMC,
author = {Chambers, Craig},
title = {Object-Oriented Multi-Methods in {Cecil}},
booktitle = {Proc. ECOOP},
year = {1992},
}
@InProceedings{siek06:_gradual,
author = {Jeremy G. Siek and Walid Taha},
title = {Gradual typing for functional languages},
booktitle = {Scheme and Functional Programming Workshop},
year = 2006,
month = {September}
}
@inproceedings{thf06,
author = {Tobin-Hochstadt, Sam and Felleisen, Matthias},
title = {Interlanguage Migration: From Scripts to Programs},
booktitle = {Companion to the 21st ACM SIGPLAN Symposium on Object-oriented Programming Systems, Languages, and Applications},
series = {OOPSLA '06},
year = {2006},
isbn = {1-59593-491-X},
location = {Portland, Oregon, USA},
pages = {964--974},
numpages = {11},
url = {https://doi.acm.org/10.1145/1176617.1176755},
doi = {10.1145/1176617.1176755},
acmid = {1176755},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {{\$\lambda\$}-calculus, contract, interlanguage migration, module systems},
}
@inproceedings{TeJaS,
author = {Lerner, Benjamin S. and Politz, Joe Gibbs and Guha, Arjun and Krishnamurthi, Shriram},
title = {{TeJaS}: Retrofitting Type Systems for {JavaScript}},
booktitle = {Proceedings of the 9th Symposium on Dynamic Languages},
series = {DLS '13},
year = {2013},
isbn = {978-1-4503-2433-5},
location = {Indianapolis, Indiana, USA},
pages = {1--16},
numpages = {16},
url = {https://doi.acm.org/10.1145/2508168.2508170},
doi = {10.1145/2508168.2508170},
acmid = {2508170},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {javascript, type systems},
}
@article{An10dynamicinference,
author = {An, Jong-hoon (David) and Chaudhuri, Avik and Foster, Jeffrey S. and Hicks, Michael},
title = {Dynamic Inference of Static Types for Ruby},
journal = {SIGPLAN Not.},
issue_date = {January 2011},
volume = {46},
number = {1},
month = jan,
year = {2011},
issn = {0362-1340},
pages = {459--472},
numpages = {14},
url = {https://doi.acm.org/10.1145/1925844.1926437},
doi = {10.1145/1925844.1926437},
acmid = {1926437},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {dynamic languages, dynamic type inference, ruby, static types},
}
@techreport{saftoiu2010jstrace,
title={JSTrace: Run-time type discovery for JavaScript},
author={Saftoiu, Claudiu},
year={2010},
institution={Technical Report CS-10-05, Brown University}
}
%TODO
@techreport{odgaard2014,
title={JavaScript Type Inference Using Dynamic Analysis},
author={Odgaard, Morten Passow},
year={2014},
institution={Aarhus University}
}
@inproceedings{ball1999concept,
title={The concept of dynamic analysis},
author={Ball, Thomas},
booktitle={Software Engineering—ESEC/FSE’99},
pages={216--234},
year={1999},
organization={Springer}
}
@inproceedings{mock2003dynamic,
title={Dynamic analysis from the bottom up},
author={Mock, Markus},
booktitle={WODA 2003 ICSE Workshop on Dynamic Analysis},
pages={13},
year={2003}
}
@inproceedings{pradel2015typedevil,
title={TypeDevil: Dynamic type inconsistency analysis for JavaScript},
author={Pradel, Michael and Schuh, Parker and Sen, Koushik},
booktitle={2015 IEEE/ACM 37th IEEE International Conference on Software Engineering},
volume={1},
pages={314--324},
year={2015},
organization={IEEE}
}
@article{ernst2001dynamically,
title={Dynamically discovering likely program invariants to support program evolution},
author={Ernst, Michael D and Cockrell, Jake and Griswold, William G and Notkin, David},
journal={IEEE Transactions on Software Engineering},
volume={27},
number={2},
pages={99--123},
year={2001},
publisher={IEEE}
}
@article{knobe1976method,
title={A method for inferring context-free grammars},
author={Knobe, Bruce and Knobe, Kathleen},
journal={Information and Control},
volume={31},
number={2},
pages={129--146},
year={1976},
publisher={Elsevier}
}
@article{shamir1962remark,
title={A remark on discovery algorithms for grammars},
author={Shamir, E},
journal={Information and Control},
volume={5},
number={3},
pages={246--251},
year={1962},
publisher={Elsevier}
}
@article{vcrepinvsek2005inferring,
title={Inferring context-free grammars for domain-specific languages},
author={{\v{C}}repin{\v{s}}ek, Matej and Mernik, Marjan and Bryant, Barrett R and Javed, Faizan and Sprague, Alan},
journal={Electronic notes in theoretical computer science},
volume={141},
number={4},
pages={99--116},
year={2005},
publisher={Elsevier}
}
@phdthesis{wang1998grammar,
title={Grammar inference and statistical machine translation},
author={Wang, Ye-Yi},
year={1998},
school={Carnegie Mellon University Pittsburgh, PA}
}
@inproceedings{chen1995bayesian,
title={Bayesian grammar induction for language modeling},
author={Chen, Stanley F},
booktitle={Proceedings of the 33rd annual meeting on Association for Computational Linguistics},
pages={228--235},
year={1995},
organization={Association for Computational Linguistics}
}
@inproceedings{marot2009fast,
title={Fast type reconstruction for dynamically typed programming languages},
author={Marot, Fr{\'e}d{\'e}ric Pluquet Antoine and Wuyts, Roel},
booktitle={In DLS’09: Proceedings of the 5th symposium on Dynamic languages},
year={2009}
}
@inproceedings{milojkovic2016exploring,
title={Exploring cheap type inference heuristics in dynamically typed languages},
author={Milojkovi{\'c}, Nevena and Nierstrasz, Oscar},
booktitle={Proceedings of the 2016 ACM International Symposium on New Ideas, New Paradigms, and Reflections on Programming and Software},
pages={43--56},
year={2016},
organization={ACM}
}
@inproceedings{spasojevic2014mining,
title={Mining the ecosystem to improve type inference for dynamically typed languages},
author={Spasojevi{\'c}, Boris and Lungu, Mircea and Nierstrasz, Oscar},
booktitle={Proceedings of the 2014 ACM International Symposium on New Ideas, New Paradigms, and Reflections on Programming \& Software},
pages={133--142},
year={2014},
organization={ACM}
}
@inproceedings{findler2002contracts,
title={Contracts for higher-order functions},
author={Findler, Robert Bruce and Felleisen, Matthias},
booktitle={ACM SIGPLAN Notices},
volume={37},
number={9},
pages={48--59},
year={2002},
organization={ACM}
}
@inproceedings{adamsen2016analyzing,
title={Analyzing test completeness for dynamic languages},
author={Adamsen, Christoffer Quist and Mezzetti, Gianluca and M{\o}ller, Anders},
booktitle={Proceedings of the 25th International Symposium on Software Testing and Analysis},
pages={142--153},
year={2016},
organization={ACM}
}
@MISC{Ernst06thedaikon,
author = {Michael D. Ernst and Jeff H. Perkins and Philip J. Guo and Stephen McCamant and Carlos Pacheco and Matthew S. Tschantz and Chen Xiao},
title = { The Daikon system for dynamic detection of likely invariants},
year = {2006}
}
@inproceedings{hangal2002tracking,
title={Tracking down software bugs using automatic anomaly detection},
author={Hangal, Sudheendra and Lam, Monica S},
booktitle={Software Engineering, 2002. ICSE 2002. Proceedings of the 24rd International Conference on},
pages={291--301},
year={2002},
organization={IEEE}
}
@article{pytlik2003automated,
title={Automated fault localization using potential invariants},
author={Pytlik, Brock and Renieris, Manos and Krishnamurthi, Shriram and Reiss, Steven P},
journal={arXiv preprint cs/0310040},
year={2003}
}
@INPROCEEDINGS{Perkins04efficientincremental,
author = {Jeff H. Perkins and Michael D. Ernst},
title = {Efficient Incremental Algorithms for Dynamic Detection of Likely Invariants},
booktitle = {In Proceedings of the ACM SIGSOFT 12th Symposium on the Foundations of Software Engineering (FSE 2004},
year = {2004},
pages = {23--32}
}
@TECHREPORT{Detlefs03simplifya,
author = {David Detlefs and Greg Nelson and James B. Saxe},
title = {Simplify: A theorem prover for program checking},
institution = {J. ACM},
year = {2003}
}
@inproceedings{bonnaire2016practical,
title={Practical Optional Types for Clojure},
author={Bonnaire-Sergeant, Ambrose and Davies, Rowan and Tobin-Hochstadt, Sam},
booktitle={European Symposium on Programming Languages and Systems},
pages={68--94},
year={2016},
organization={Spr\-inger}
}
@inproceedings{Akerblom:2014:TDF:2597073.2597103,
author = {Akerblom, Beatrice and Stendahl, Jonathan and Tumlin, Mattias and Wrigstad, Tobias},
title = {Tracing Dynamic Features in Python Programs},
booktitle = {Proceedings of the 11th Working Conference on Mining Software Repositories},
series = {MSR 2014},
year = {2014},
isbn = {978-1-4503-2863-0},
location = {Hyderabad, India},
pages = {292--295},
numpages = {4},
url = {https://doi.acm.org/10.1145/2597073.2597103},
doi = {10.1145/2597073.2597103},
acmid = {2597103},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {Dynamic languages, Python, dynamic features, open source},
}
@inproceedings{Mastrangelo:2015:UYO:2814270.2814313,
author = {Mastrangelo, Luis and Ponzanelli, Luca and Mocci, Andrea and Lanza, Michele and Hauswirth, Matthias and Nystrom, Nathaniel},
title = {Use at Your Own Risk: The Java Unsafe API in the Wild},
booktitle = {Proceedings of the 2015 ACM SIGPLAN International Conference on Object-Oriented Programming, Systems, Languages, and Applications},
series = {OOPSLA 2015},
year = {2015},
isbn = {978-1-4503-3689-5},
location = {Pittsburgh, PA, USA},
pages = {695--710},
numpages = {16},
url = {https://doi.acm.org/10.1145/2814270.2814313},
doi = {10.1145/2814270.2814313},
acmid = {2814313},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {Java, Maven Central, Stack Overflow, mining, patterns, unsafe},
}
@Article{Callau2013,
author="Calla{\'u}, Oscar
and Robbes, Romain
and Tanter, {\'E}ric
and R{\"o}thlisberger, David",
title="How (and why) developers use the dynamic features of programming languages: the case of smalltalk",
journal="Empirical Software Engineering",
year="2013",
month="Dec",
day="01",
volume="18",
number="6",
pages="1156--1194",
issn="1573-7616",
doi="10.1007/s10664-012-9203-2",
url="https://doi.org/10.1007/s10664-012-9203-2"
}
@inproceedings{Andreasen2016TraceTA,
title={Trace Typing: An Approach for Evaluating Retrofitted Type Systems},
author={Esben Andreasen and Colin S. Gordon and Satish Chandra and Manu Sridharan and Frank Tip and Koushik Sen},
booktitle={ECOOP},
year={2016}
}
@inproceedings{Chang2017TSM,
author = {Chang, Stephen and Knauth, Alex and Greenman, Ben},
title = {Type Systems As Macros},
booktitle = {Proceedings of the 44th ACM SIGPLAN Symposium on Principles of Programming Languages},
series = {POPL 2017},
year = {2017},
isbn = {978-1-4503-4660-3},
location = {Paris, France},
pages = {694--705},
numpages = {12},
url = {https://doi.acm.org/10.1145/3009837.3009886},
doi = {10.1145/3009837.3009886},
acmid = {3009886},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {macros, type systems, typed embedded DSLs},
}
@inproceedings{Erdweg2011SJ,
author = {Erdweg, Sebastian and Rendel, Tillmann and K\"{a}stner, Christian and Ostermann, Klaus},
title = {SugarJ: Library-based Syntactic Language Extensibility},
booktitle = {Proceedings of the 2011 ACM International Conference on Object Oriented Programming Systems Languages and Applications},
series = {OOPSLA '11},
year = {2011},
isbn = {978-1-4503-0940-0},
location = {Portland, Oregon, USA},
pages = {391--406},
numpages = {16},
url = {https://doi.acm.org/10.1145/2048066.2048099},
doi = {10.1145/2048066.2048099},
acmid = {2048099},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {DSL embedding, SugarJ, language composition, language extensibility, libraries, syntactic sugar},
}
@inproceedings{Burmako2013SML,
author = {Burmako, Eugene},
title = {Scala Macros: Let Our Powers Combine!: On How Rich Syntax and Static Types Work with Metaprogramming},
booktitle = {Proceedings of the 4th Workshop on Scala},
series = {SCALA '13},
year = {2013},
isbn = {978-1-4503-2064-1},
location = {Montpellier, France},
pages = {3:1--3:10},
articleno = {3},
numpages = {10},
url = {https://doi.acm.org/10.1145/2489837.2489840},
doi = {10.1145/2489837.2489840},
acmid = {2489840},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {Scala, compile-time metaprogramming, domain-specific languages, type classes},
}
@inproceedings{Lorenzen2016STS,
author = {Lorenzen, Florian and Erdweg, Sebastian},
title = {Sound Type-dependent Syntactic Language Extension},
booktitle = {Proceedings of the 43rd Annual ACM SIGPLAN-SIGACT Symposium on Principles of Programming Languages},
series = {POPL '16},
year = {2016},
isbn = {978-1-4503-3549-2},
location = {St. Petersburg, FL, USA},
pages = {204--216},
numpages = {13},
url = {https://doi.acm.org/10.1145/2837614.2837644},
doi = {10.1145/2837614.2837644},
acmid = {2837644},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {Language extensibility, automatic verification, macros, metaprogramming, type soundness, type-dependent desugaring},
}
@article{hosoya1999good,
title={How Good is Local Type Inference?},
author={Hosoya, Haruo and Pierce, Benjamin C},
journal={Technical Reports (CIS)},
pages={180},
year={1999}
}
@inproceedings{polyduce2,
author = {G. Castagna and K. Nguyễn and Z. Xu and P. Abate},
title = {Polymorphic Functions with Set-Theoretic Types. {Part 2}: Local Type Inference and Type Reconstruction},
booktitle = {POPL\,'15, 42nd ACM Symposium on Principles of Programming Languages},
year = {2015},
pages = {289--302},
month = {jan},
}
@inproceedings{PierceLTI,
author = {Pierce, Benjamin C. and Turner, David N.},
title = {Local Type Inference},
booktitle = {Proceedings of the 25th ACM SIGPLAN-SIGACT Symposium on Principles of Programming Languages},
series = {POPL '98},
year = {1998},
isbn = {0-89791-979-3},
location = {San Diego, California, USA},
pages = {252--265},
numpages = {14},
url = {https://doi.acm.org/10.1145/268946.268967},
doi = {10.1145/268946.268967},
acmid = {268967},
publisher = {ACM},
address = {New York, NY, USA},
}
@inproceedings{kristensen2017inference,
title={Inference and Evolution of TypeScript Declaration Files},
author={Kristensen, Erik Krogh and M{\o}ller, Anders},
booktitle={International Conference on Fundamental Approaches to Software Engineering},
pages={99--115},
year={2017},
organization={Springer}
}
@InProceedings{noregrets2018,
author = {Gianluca Mezzetti and Anders M\o{}ller and Martin Toldam Torp},
title = {Type Regression Testing to Detect Breaking Changes in {N}ode.js Libraries},
booktitle = {Proc. 32nd European Conference on Object-Oriented Programming (ECOOP)},
year = {2018},
month = {July},
}
@INPROCEEDINGS{Fisher06staticanalysis,
author = {David Fisher},
title = {Static analysis for syntax objects},
booktitle = {In ACM SIGPLAN International Conference on Functional Programming},
year = {2006}
}
@inproceedings{Khoo2010MTC,
author = {Khoo, Yit Phang and Chang, Bor-Yuh Evan and Foster, Jeffrey S.},
title = {Mixing Type Checking and Symbolic Execution},
booktitle = {Proceedings of the 31st ACM SIGPLAN Conference on Programming Language Design and Implementation},
series = {PLDI '10},
year = {2010},
isbn = {978-1-4503-0019-3},
location = {Toronto, Ontario, Canada},
pages = {436--447},
numpages = {12},
url = {https://doi.acm.org/10.1145/1806596.1806645},
doi = {10.1145/1806596.1806645},
acmid = {1806645},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {false alarms, mix, mix rules, mixed off-the-shelf analysis, precision, symbolic execution, type checking},
}
@article{King1976SEP,
author = {King, James C.},
title = {Symbolic Execution and Program Testing},
journal = {Commun. ACM},
issue_date = {July 1976},
volume = {19},
number = {7},
month = jul,
year = {1976},
issn = {0001-0782},
pages = {385--394},
numpages = {10},
url = {https://doi.acm.org/10.1145/360248.360252},
doi = {10.1145/360248.360252},
acmid = {360252},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {program debugging, program proving, program testing, program verification, symbolic execution, symbolic interpretation},
}
@manual{greenmanttailoring,
title={Type Tailoring (Unpublished manuscript)},
author={Greenman, Ben and Chang, Stephen and Felleisen, Matthias},
url = {https://www.ccs.neu.edu/home/types/resources/type-tailoring.pdf}
}
@inproceedings{omar2014safely,
title={Safely composable type-specific languages},
author={Omar, Cyrus and Kurilova, Darya and Nistor, Ligia and Chung, Benjamin and Potanin, Alex and Aldrich, Jonathan},
booktitle={European Conference on Object-Oriented Programming},
pages={105--130},
year={2014},
organization={Springer}
}
@inproceedings{pombrio2018inferring,
title={Inferring type rules for syntactic sugar},
author={Pombrio, Justin and Krishnamurthi, Shriram},
booktitle={Proceedings of the 39th ACM SIGPLAN Conference on Programming Language Design and Implementation},
pages={812--825},
year={2018},
organization={ACM}
}
@inproceedings{Heeren2003STI,
author = {Heeren, Bastiaan and Hage, Jurriaan and Swierstra, S. Doaitse},
title = {Scripting the Type Inference Process},
booktitle = {Proceedings of the Eighth ACM SIGPLAN International Conference on Functional Programming},
series = {ICFP '03},
year = {2003},
isbn = {1-58113-756-7},
location = {Uppsala, Sweden},
pages = {3--13},
numpages = {11},
url = {https://doi.acm.org/10.1145/944705.944707},
doi = {10.1145/944705.944707},
acmid = {944707},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {constraints, directives, domain-specific programming, type errors, type inference},
}
@inproceedings{xie2018let,
title={Let Arguments Go First},
author={Xie, Ningning and Oliveira, Bruno C d S},
booktitle={European Symposium on Programming},
pages={272--299},
year={2018},
organization={Springer}
}
@article{Herman:2010,
author = {Herman, David and Tomb, Aaron and Flanagan, Cormac},
title = {Space-efficient Gradual Typing},
journal = {Higher Order Symbol. Comput.},
issue_date = {June 2010},
volume = {23},
number = {2},
month = jun,
year = {2010},
issn = {1388-3690},
pages = {167--189},
numpages = {23},
url = {https://dx.doi.org/10.1007/s10990-011-9066-z},
doi = {10.1007/s10990-011-9066-z},
acmid = {2070839},
publisher = {Kluwer Academic Publishers},
address = {Hingham, MA, USA},
keywords = {Casts, Coercions, Gradual typing, Type dynamic},
}
@manual{pyannotate,
author = "Dropbox",
title = "PyAnnotate",
url = {https://github.com/dropbox/pyannotate}
}
@manual{pytype,
author = "Google",
title = "PyType",
year = "2018",
url = {https://github.com/google/pytype}
}
@InProceedings{typette18,
author="Hassan, Mostafa and Urban, Caterina and Eilers, Marco and M{\"u}ller, Peter",
editor="Chockler, Hana
and Weissenbacher, Georg",
title="MaxSMT-Based Type Inference for Python 3",
booktitle="Computer Aided Verification",
year="2018",
publisher="Springer International Publishing",
address="Cham",
pages="12--19",
isbn="978-3-319-96142-2"
}
@inproceedings{bracha2004pluggable,
title={Pluggable type systems},
author={Bracha, Gilad},
booktitle={OOPSLA workshop on revival of dynamic languages},
volume={4},
year={2004}
}
@manual{typescript,
institution="Microsoft",
title="TypeScript",
year = {2018},
month = {October},
url= {https://www.typescriptlang.org}
}
@manual{typewiz,
author = "Uri Shaked",
year = {2018},
month = {October},
title= "TypeWiz",
url= {https://github.com/urish/typewiz}
}
@INPROCEEDINGS{Culpepper07advancedmacrology,
author = {Ryan Culpepper and Sam Tobin-Hochstadt and Matthew Flatt},
title = {Advanced macrology and the implementation of Typed Scheme},
booktitle = {IN PROC. 8TH WORKSHOP ON SCHEME AND FUNCTIONAL PROGRAMMING},
year = {2007},
pages = {1--14},
publisher = {ACM Press}
}
@article{dybvig2018chez,
title={Chez Scheme Version 9 User’s Guide},
author={Dybvig, R Kent},
journal={Cisco Systems, Inc.},
year={2018}
}
@book{steele1990common,
title={Common Lisp: The Language (Second Edition)},
author={Steele, Guy},
year={1990},
publisher={Elsevier}
}
@inproceedings{flatt2002composable,
title={Composable and Compilable Macros: You Want it When?},
author={Flatt, Matthew},
booktitle={ACM SIGPLAN Notices},
volume={37},
number={9},
pages={72--83},
year={2002},
organization={ACM}
}
@manual{CljEvalDoc,
title = {{Clojure} Evaluation Documentation},
author = {Hickey, Rich},
year = {2018},
month = {December},
url = {https://clojure.org/reference/evaluation}
}
@manual{CljCoreAsync,
title = {core.async},
author = {Hickey, Rich},
year = {2018},
month = {December},
url = {https://github.com/clojure/core.async}
}
@InProceedings{coloredlti01,
author = {Martin Odersky and Matthias Zenger and Christoph Zenger},
title = {Colored Local Type Inference},
booktitle = {Proc. ACM Symposium on Principles of Programming Languages},
year = 2001,
pages = {41-53}
}
@book{schwartzbach1995polymorphic,
title={Polymorphic type inference},
author={Schwartzbach, Michael I},
year={June 1995},
publisher={BRICS Lecture Series LS-95-3}
}
@article{milner1978theory,
title={A theory of type polymorphism in programming},
author={Milner, Robin},
journal={Journal of computer and system sciences},
volume={17},
number={3},
pages={348--375},
year={1978},
publisher={Elsevier}
}
@inproceedings{Mairson:1989,
author = {Mairson, Harry G.},
title = {Deciding ML Typability is Complete for Deterministic Exponential Time},
booktitle = {Proceedings of the 17th ACM SIGPLAN-SIGACT Symposium on Principles of Programming Languages},
series = {POPL '90},
year = {1990},
isbn = {0-89791-343-4},
location = {San Francisco, California, USA},
pages = {382--401},
numpages = {20},
url = {http://doi.acm.org/10.1145/96709.96748},
doi = {10.1145/96709.96748},
acmid = {96748},
publisher = {ACM},
address = {New York, NY, USA},
}
@inproceedings{kanellakis1989polymorphic,
title={Polymorphic unification and ML typing},
author={Kanellakis, Paris C and Mitchell, John C},
booktitle={Proceedings of the 16th ACM SIGPLAN-SIGACT symposium on Principles of programming languages},
pages={105--115},
year={1989},
organization={ACM}
}
@inproceedings{wells1994typability,
title={Typability and type checking in the second-order lambda/-calculus are equivalent and undecidable},
author={Wells, Joe B},
booktitle={Proceedings of the Symposium on Logic in Computer Science, 1994},
pages={176--185},
year={1994},
organization={IEEE}
}
@inproceedings{Pfenning1988partial,
author = {Pfenning, Frank},
title = {Partial Polymorphic Type Inference and Higher-order Unification},
booktitle = {Proceedings of the 1988 ACM Conference on LISP and Functional Programming},
series = {LFP '88},
year = {1988},
isbn = {0-89791-273-X},
location = {Snowbird, Utah, USA},
pages = {153--163},
numpages = {11},
url = {http://doi.acm.org/10.1145/62678.62697},
doi = {10.1145/62678.62697},
acmid = {62697},
publisher = {ACM},
address = {New York, NY, USA},
}
@inproceedings{Dunfield2004Tridirectional,
author = {Dunfield, Joshua and Pfenning, Frank},
title = {Tridirectional Typechecking},
booktitle = {Proceedings of the 31st ACM SIGPLAN-SIGACT Symposium on Principles of Programming Languages},
series = {POPL '04},
year = {2004},
isbn = {1-58113-729-X},
location = {Venice, Italy},
pages = {281--292},
numpages = {12},
url = {http://doi.acm.org/10.1145/964001.964025},
doi = {10.1145/964001.964025},
acmid = {964025},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {dependent types, intersection types, type refinements, union types},
}
@inproceedings{polyduce1,
author = {G. Castagna and K. Nguyễn and Z. Xu and H. Im and S. Lenglet and L. Padovani},
title = {Polymorphic Functions with Set-Theoretic Types. {Part 1}: Syntax, Semantics, and Evaluation},
booktitle = {POPL\,'14, 41st ACM Symposium on Principles of Programming Languages},
year = {2014},
pages = {5--17},
month = {jan},
}
@inproceedings{wells2002branching,
title={Branching types},
author={Wells, Joe B and Haack, Christian},
booktitle={European Symposium on Programming},
pages={115--132},
year={2002},
organization={Springer}
}
@inproceedings{wadler1989theorems,
title={Theorems for free!},
author={Wadler, Philip},
booktitle={FPCA},
volume={89},
number={4},
pages={347--359},
year={1989}
}
@inproceedings{Jenkins:2018:STI:3310232.3310233,
author = {Jenkins, Christopher and Stump, Aaron},
title = {Spine-local Type Inference},
booktitle = {Proceedings of the 30th Symposium on Implementation and Application of Functional Languages},
series = {IFL 2018},
year = {2018},
isbn = {978-1-4503-7143-8},
location = {Lowell, MA, USA},
pages = {37--48},
numpages = {12},
url = {http://doi.acm.org/10.1145/3310232.3310233},
doi = {10.1145/3310232.3310233},
acmid = {3310233},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {bidirectional typechecking, polymorphism, type errors},