-
Notifications
You must be signed in to change notification settings - Fork 25
/
main.bib
2701 lines (2500 loc) · 90.7 KB
/
main.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
@article{scott1976data,
title={Data types as lattices},
author={Scott, Dana},
journal={Siam Journal on computing},
volume={5},
number={3},
pages={522--587},
year={1976},
publisher={SIAM}
}
@book{scott1971toward,
title={Toward a mathematical semantics for computer languages},
author={Scott, Dana and Strachey, Christopher},
volume={1},
year={1971},
publisher={Oxford University Computing Laboratory, Programming Research Group}
}
@incollection {graphfree,
author = {Mohnen, Markus},
affiliation = {RWTH Aachen Lehrstuhl für Informatik II Germany},
title = {A Graph—Free Approach to Data—Flow Analysis},
booktitle = {Compiler Construction},
series = {Lecture Notes in Computer Science},
editor = {Horspool, R.},
publisher = {Springer Berlin / Heidelberg},
isbn = {978-3-540-43369-9},
keyword = {Computer Science},
pages = {185-213},
volume = {2304},
year = {2002}
}
@TECHREPORT{nimble,
author = {Henry G. Baker},
title = {The Nimble Type Inferencer for {C}ommon {L}isp-84},
institution = {Tech. Rept., Nimble Comp},
year = {1990}
}
@TECHREPORT{egal,
author = {Henry G. Baker},
title = {Equal Rights for Functional Objects or, The More Things Change, The More They Are the Same},
institution = {Tech. Rept., Nimble Comp},
year = {1992}
}
@incollection {typeinfpractical,
author = {Oxhøj, Nicholas and Palsberg, Jens and Schwartzbach, Michael},
affiliation = {Aarhus University Computer Science Department Ny Munkegade DK-8000 århus C Denmark Ny Munkegade DK-8000 århus C Denmark},
title = {Making type inference practical},
booktitle = {ECOOP ’92 European Conference on Object-Oriented Programming},
series = {Lecture Notes in Computer Science},
editor = {Madsen, Ole},
publisher = {Springer Berlin / Heidelberg},
isbn = {978-3-540-55668-8},
keyword = {Computer Science},
pages = {329-349},
volume = {615},
url = {http://dx.doi.org/10.1007/BFb0053045},
note = {10.1007/BFb0053045},
year = {1992}
}
@article{rubydust,
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},
issue = {1},
month = jan,
year = {2011},
issn = {0362-1340},
pages = {459--472},
numpages = {14},
url = {http://doi.acm.org/10.1145/1925844.1926437},
doi = {http://doi.acm.org/10.1145/1925844.1926437},
acmid = {1926437},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {dynamic languages, dynamic type inference, ruby, static types},
}
@incollection {typeinfjavascript,
author = {Anderson, Christopher and Giannini, Paola and Drossopoulou, Sophia},
affiliation = {Department of Computing, Imperial College London, 180 Queen’s Gate, London, SW7 2BZ U.K},
title = {Towards Type Inference for JavaScript},
booktitle = {ECOOP 2005 - Object-Oriented Programming},
series = {Lecture Notes in Computer Science},
editor = {Black, Andrew},
publisher = {Springer Berlin / Heidelberg},
isbn = {978-3-540-27992-1},
keyword = {Computer Science},
pages = {733-733},
volume = {3586},
year = {2005}
}
% shows that most JS programs use singly-typed variables
@inproceedings{richards2010,
author = {Richards, Gregor and Lebresne, Sylvain and Burg, Brian and Vitek, Jan},
title = {An Analysis of the Dynamic Behavior of JavaScript Programs},
booktitle = {Proceedings of the 2010 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 = {1--12},
numpages = {12},
url = {http://doi.acm.org/10.1145/1806596.1806598},
doi = {10.1145/1806596.1806598},
acmid = {1806598},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {dynamic behavior, dynamic metrics, execution tracing, javascript, program analysis},
}
@incollection{evaluatingR,
year={2012},
isbn={978-3-642-31056-0},
booktitle={ECOOP 2012 - Object-Oriented Programming},
volume={7313},
series={Lecture Notes in Computer Science},
editor={Noble, James},
doi={10.1007/978-3-642-31057-7_6},
title={Evaluating the Design of the R Language},
url={http://dx.doi.org/10.1007/978-3-642-31057-7_6},
publisher={Springer Berlin Heidelberg},
author={Morandat, Floréal and Hill, Brandon and Osvald, Leo and Vitek, Jan},
pages={104-131},
language={English}
}
@article{kaplanullman,
author = {Kaplan, Marc A. and Ullman, Jeffrey D.},
title = {A Scheme for the Automatic Inference of Variable Types},
journal = {J. ACM},
volume = {27},
issue = {1},
month = {January},
year = {1980},
issn = {0004-5411},
pages = {128--145},
numpages = {18},
url = {http://doi.acm.org/10.1145/322169.322181},
doi = {http://doi.acm.org/10.1145/322169.322181},
acmid = {322181},
publisher = {ACM},
address = {New York, NY, USA},
}
@inproceedings{cecil,
author = {Chambers, Craig},
title = {Object-Oriented Multi-Methods in Cecil},
booktitle = {Proceedings of the European Conference on Object-Oriented Programming},
year = {1992},
isbn = {3-540-55668-0},
pages = {33--56},
numpages = {24},
url = {http://dl.acm.org/citation.cfm?id=646150.679216},
acmid = {679216},
publisher = {Springer-Verlag},
address = {London, UK},
}
@article{cecilspec,
author = {Chambers, Craig},
title = {The Cecil language specification and rationale: Version 2.1.},
url = {http://www.cs.washington.edu/research/projects/cecil/www/pubs/cecil-spec.html},
year = {1997},
month = {March},
}
@article{chambers2006diesel,
title={The Diesel language specification and rationale: Version 0.2},
author={Chambers, Craig},
year={2006},
publisher={Citeseer}
}
@article{multipledispatch,
author = {Muschevici, Radu and Potanin, Alex and Tempero, Ewan and Noble, James},
title = {Multiple dispatch in practice},
journal = {SIGPLAN Not.},
issue_date = {September 2008},
volume = {43},
issue = {10},
month = {October},
year = {2008},
issn = {0362-1340},
pages = {563--582},
numpages = {20},
url = {http://doi.acm.org/10.1145/1449955.1449808},
doi = {http://doi.acm.org/10.1145/1449955.1449808},
acmid = {1449808},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {double dispatch, empirical software engineering, instanceof, multimethods, multiple dispatch},
}
@inproceedings{druby,
author = {Furr, Michael and An, Jong-hoon (David) and Foster, Jeffrey S. and Hicks, Michael},
title = {Static type inference for Ruby},
booktitle = {Proceedings of the 2009 ACM symposium on Applied Computing},
series = {SAC '09},
year = {2009},
isbn = {978-1-60558-166-8},
location = {Honolulu, Hawaii},
pages = {1859--1866},
numpages = {8},
url = {http://doi.acm.org/10.1145/1529282.1529700},
doi = {http://doi.acm.org/10.1145/1529282.1529700},
acmid = {1529700},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {Ruby, contracts, dynamic typing, type inference},
}
% finds that dynamic features are often used, but most uses are highly
% constrained.
@article{profileguided,
author = {Furr, Michael and An, Jong-hoon (David) and Foster, Jeffrey S.},
title = {Profile-guided static typing for dynamic scripting languages},
journal = {SIGPLAN Not.},
issue_date = {October 2009},
volume = {44},
issue = {10},
month = oct,
year = {2009},
issn = {0362-1340},
pages = {283--300},
numpages = {18},
url = {http://doi.acm.org/10.1145/1639949.1640110},
doi = {http://doi.acm.org/10.1145/1639949.1640110},
acmid = {1640110},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {RIL, profile guided anlaysis, ruby, scripting languages},
}
% adds unification-based type inference to dylan
@inproceedings{dylantypes,
author = {Mehnert, Hannes},
title = {Extending Dylan's type system for better type inference and error detection},
booktitle = {Proceedings of the 2010 international conference on Lisp},
series = {ILC '10},
year = {2010},
isbn = {978-1-4503-0470-2},
location = {Reno/Tahoe, Nevada, USA},
pages = {1--10},
numpages = {10},
url = {http://doi.acm.org/10.1145/1869643.1869645},
doi = {http://doi.acm.org/10.1145/1869643.1869645},
acmid = {1869645},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {compilers, dylan, dynamic typing, generic functions, gradual typing, lisp, multimethods, multiple dispatch, object-orientation, static typing, type inference},
}
@article{Rlang,
author = {Ihaka, R. and Gentleman, R.},
title = {R: A Language for Data Analysis and Graphics},
journal = {Journal of Computational and Graphical Statistics},
volume = {5},
issue = {3},
year = {1996},
issn = {1061-8600},
pages = {299-314},
publisher = {American Statistical Association},
}
@article{schemelang,
author = {Abelson, H. and Dybvig, R. K. and Haynes, C. T. and Rozas, G. J. and Adams,IV, N. I. and Friedman, D. P. and Kohlbecker, E. and Steele,Jr., G. L. and Bartley, D. H. and Halstead, R. and Oxley, D. and Sussman, G. J. and Brooks, G. and Hanson, C. and Pitman, K. M. and Wand, M.},
editor = {Clinger, William and Rees, Jonathan},
title = {Revised report on the algorithmic language scheme},
journal = {SIGPLAN Lisp Pointers},
volume = {IV},
issue = {3},
month = {July},
year = {1991},
issn = {1045-3563},
pages = {1--55},
numpages = {55},
url = {http://doi.acm.org/10.1145/382130.382133},
doi = {http://doi.acm.org/10.1145/382130.382133},
acmid = {382133},
publisher = {ACM},
address = {New York, NY, USA},
}
@inproceedings{tracingjit,
author = {Gal, Andreas and Eich, Brendan and Shaver, Mike and Anderson, David and Mandelin, David and Haghighat, Mohammad R. and Kaplan, Blake and Hoare, Graydon and Zbarsky, Boris and Orendorff, Jason and Ruderman, Jesse and Smith, Edwin W. and Reitmaier, Rick and Bebenita, Michael and Chang, Mason and Franz, Michael},
title = {Trace-based just-in-time type specialization for dynamic languages},
booktitle = {Proceedings of the 2009 ACM SIGPLAN conference on Programming language design and implementation},
series = {PLDI '09},
year = {2009},
isbn = {978-1-60558-392-1},
location = {Dublin, Ireland},
pages = {465--478},
numpages = {14},
url = {http://doi.acm.org/10.1145/1542476.1542528},
doi = {http://doi.acm.org/10.1145/1542476.1542528},
acmid = {1542528},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {dynamically typed languages, trace-based compilation},
}
@inproceedings{pypyjit,
author = {Bolz, Carl Friedrich and Cuni, Antonio and Fijalkowski, Maciej and Rigo, Armin},
title = {Tracing the meta-level: {PyPy}'s tracing {JIT} compiler},
booktitle = {Proceedings of the 4th workshop on the Implementation, Compilation, Optimization of Object-Oriented Languages and Programming Systems},
series = {ICOOOLPS '09},
year = {2009},
isbn = {978-1-60558-541-3},
location = {Genova, Italy},
pages = {18--25},
numpages = {8},
url = {http://doi.acm.org/10.1145/1565824.1565827},
doi = {http://doi.acm.org/10.1145/1565824.1565827},
acmid = {1565827},
publisher = {ACM},
address = {New York, NY, USA},
}
@inproceedings{pypyalloc,
author = {Bolz, Carl Friedrich and Cuni, Antonio and FijaBkowski, Maciej and Leuschel, Michael and Pedroni, Samuele and Rigo, Armin},
title = {Allocation removal by partial evaluation in a tracing {JIT}},
booktitle = {Proceedings of the 20th ACM SIGPLAN workshop on Partial evaluation and program manipulation},
series = {PEPM '11},
year = {2011},
isbn = {978-1-4503-0485-6},
location = {Austin, Texas, USA},
pages = {43--52},
numpages = {10},
url = {http://doi.acm.org/10.1145/1929501.1929508},
doi = {http://doi.acm.org/10.1145/1929501.1929508},
acmid = {1929508},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {optimization, partial evaluation, tracing jit},
}
@inproceedings{tracingjit2,
author = {Chang, Mason and Smith, Edwin and Reitmaier, Rick and Bebenita, Michael and Gal, Andreas and Wimmer, Christian and Eich, Brendan and Franz, Michael},
title = {Tracing for web 3.0: trace compilation for the next generation web applications},
booktitle = {Proceedings of the 2009 ACM SIGPLAN/SIGOPS international conference on Virtual execution environments},
series = {VEE '09},
year = {2009},
isbn = {978-1-60558-375-4},
location = {Washington, DC, USA},
pages = {71--80},
numpages = {10},
url = {http://doi.acm.org/10.1145/1508293.1508304},
doi = {http://doi.acm.org/10.1145/1508293.1508304},
acmid = {1508304},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {dynamic compilation, dynamically typed languages, forth, javascript, tamarin, trace trees, tracing, type specialization},
}
% self - method specialization and inlining
% optimizations for prototype-based languages
% traversing dependencies to respond to code changes
% message splitting, type prediction
@article{selflang,
author = {Chambers, C. and Ungar, D. and Lee, E.},
title = {An efficient implementation of SELF: a dynamically-typed object-oriented language based on prototypes},
journal = {SIGPLAN Not.},
volume = {24},
issue = {10},
month = {September},
year = {1989},
issn = {0362-1340},
pages = {49--70},
numpages = {22},
url = {http://doi.acm.org/10.1145/74878.74884},
doi = {http://doi.acm.org/10.1145/74878.74884},
acmid = {74884},
publisher = {ACM},
address = {New York, NY, USA},
}
@article{numpy,
author = {St{\'e}fan van der Walt and
S. Chris Colbert and
Ga{\"e}l Varoquaux},
title = {The {NumPy} array: a structure for efficient numerical computation},
journal = {CoRR},
volume = {abs/1102.1523},
year = {2011},
ee = {http://arxiv.org/abs/1102.1523},
bibsource = {DBLP, http://dblp.uni-trier.de}
}
@article{octave,
author = {Murphy, Malcolm},
title = {Octave: A Free, High-Level Language for Mathematics},
journal = {Linux J.},
issue_date = {July 1997},
volume = {1997},
issue = {39es},
month = jul,
year = {1997},
issn = {1075-3583},
articleno = {8},
url = {http://dl.acm.org/citation.cfm?id=326876.326884},
acmid = {326884},
publisher = {Belltown Media},
address = {Houston, TX},
}
@book{scilab,
editor = {Gomez, Claude},
title = {Engineering and Scientific Computing With Scilab},
publisher = {Birkh{\"a}user},
year = {1999},
}
@article{APL,
author = {Falkoff, A. D. and Iverson, K. E.},
title = {The design of {APL}},
journal = {SIGAPL APL Quote Quad},
volume = {6},
issue = {1},
month = {April},
year = {1975},
issn = {0163-6006},
pages = {5--14},
numpages = {10},
url = {http://doi.acm.org/10.1145/585923.585925},
doi = {http://doi.acm.org/10.1145/585923.585925},
acmid = {585925},
publisher = {ACM},
address = {New York, NY, USA},
}
@incollection {ZPL,
author = {Lin, Calvin and Snyder, Lawrence},
affiliation = {Department of Computer Science and Engineering FR-35 USA FR-35 USA},
title = {{ZPL}: An array sublanguage},
booktitle = {Languages and Compilers for Parallel Computing},
series = {Lecture Notes in Computer Science},
editor = {Banerjee, Utpal and Gelernter, David and Nicolau, Alex and Padua, David},
publisher = {Springer Berlin / Heidelberg},
isbn = {978-3-540-57659-4},
keyword = {Computer Science},
pages = {96-114},
volume = {768},
year = {1994}
}
%url = {http://dx.doi.org/10.1007/3-540-57659-2_6},
%note = {10.1007/3-540-57659-2_6},
@incollection {springerlink:10.1007/3540543961_22,
author = {Henglein, Fritz},
affiliation = {University of Copenhagen DIKU Universitetsparken 1 2100 Copenhagen Ø Denmark Universitetsparken 1 2100 Copenhagen Ø Denmark},
title = {Efficient type inference for higher-order binding-time analysis},
booktitle = {Functional Programming Languages and Computer Architecture},
series = {Lecture Notes in Computer Science},
editor = {Hughes, John},
publisher = {Springer Berlin / Heidelberg},
isbn = {978-3-540-54396-1},
keyword = {Computer Science},
pages = {448-472},
volume = {523},
url = {http://dx.doi.org/10.1007/3540543961_22},
note = {10.1007/3540543961_22},
year = {1991}
}
@inproceedings{Milner:1984:PSM:800055.802035,
author = {Milner, Robin},
title = {A proposal for standard ML},
booktitle = {Proceedings of the 1984 {ACM} Symposium on {LISP} and functional programming},
series = {LFP '84},
year = {1984},
isbn = {0-89791-142-3},
location = {Austin, Texas, United States},
pages = {184--197},
numpages = {14},
url = {http://doi.acm.org/10.1145/800055.802035},
doi = {http://doi.acm.org/10.1145/800055.802035},
acmid = {802035},
publisher = {ACM},
address = {New York, NY, USA},
}
@article{MLtypeinf,
title = "A theory of type polymorphism in programming",
journal = "Journal of Computer and System Sciences",
volume = "17",
number = "3",
pages = "348 - 375",
year = "1978",
note = "",
issn = "0022-0000",
doi = "10.1016/0022-0000(78)90014-4",
url = "http://www.sciencedirect.com/science/article/pii/0022000078900144",
author = "Robin and Milner"
}
@article{hindley1969principal,
title={The principal type-scheme of an object in combinatory logic},
author={Hindley, Roger},
journal={Transactions of the american mathematical society},
pages={29--60},
year={1969},
publisher={JSTOR}
}
@inproceedings{typedscheme,
author = {Tobin-Hochstadt, Sam and Felleisen, Matthias},
title = {The design and implementation of typed scheme},
booktitle = {Proceedings of the 35th annual ACM SIGPLAN-SIGACT symposium on Principles of programming languages},
series = {POPL '08},
year = {2008},
isbn = {978-1-59593-689-9},
location = {San Francisco, California, USA},
pages = {395--406},
numpages = {12},
url = {http://doi.acm.org/10.1145/1328438.1328486},
doi = {http://doi.acm.org/10.1145/1328438.1328486},
acmid = {1328486},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {scheme, type systems},
}
@inproceedings{Henglein:1995:SPT:224164.224203,
author = {Henglein, Fritz and Rehof, Jakob},
title = {Safe polymorphic type inference for a dynamically typed language: translating {S}cheme to {ML}},
booktitle = {Proceedings of the seventh international conference on Functional programming languages and computer architecture},
series = {FPCA '95},
year = {1995},
isbn = {0-89791-719-7},
location = {La Jolla, California, United States},
pages = {192--203},
numpages = {12},
url = {http://doi.acm.org/10.1145/224164.224203},
doi = {http://doi.acm.org/10.1145/224164.224203},
acmid = {224203},
publisher = {ACM},
address = {New York, NY, USA},
}
@incollection {dyntype,
author = {Henglein, Fritz},
affiliation = {University of Copenhagen Universitetsparken 1 2100 Copenhagen Ø Denmark Universitetsparken 1 2100 Copenhagen Ø Denmark},
title = {Dynamic typing},
booktitle = {ESOP '92},
series = {Lecture Notes in Computer Science},
editor = {Krieg-Brückner, Bernd},
publisher = {Springer Berlin / Heidelberg},
isbn = {978-3-540-55253-6},
keyword = {Computer Science},
pages = {233-253},
volume = {582},
year = {1992}
}
@inproceedings{taggingopt,
author = {Henglein, Fritz},
title = {Global tagging optimization by type inference},
booktitle = {Proceedings of the 1992 ACM conference on LISP and functional programming},
series = {LFP '92},
year = {1992},
isbn = {0-89791-481-3},
location = {San Francisco, California, United States},
pages = {205--215},
numpages = {11},
url = {http://doi.acm.org/10.1145/141471.141542},
doi = {http://doi.acm.org/10.1145/141471.141542},
acmid = {141542},
publisher = {ACM},
address = {New York, NY, USA},
}
% generic functions with default case and specializations in Haskell
@inproceedings{Lammel:2005:SYB:1086365.1086391,
author = {L\"{a}mmel, Ralf and Jones, Simon Peyton},
title = {Scrap your boilerplate with class: extensible generic functions},
booktitle = {Proceedings of the tenth ACM SIGPLAN international conference on Functional programming},
series = {ICFP '05},
year = {2005},
isbn = {1-59593-064-7},
location = {Tallinn, Estonia},
pages = {204--215},
numpages = {12},
url = {http://doi.acm.org/10.1145/1086365.1086391},
doi = {http://doi.acm.org/10.1145/1086365.1086391},
acmid = {1086391},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {extensibility, generic programming, recursive dictionaries, type classes, typecase},
}
@article{telescoping,
title = "Telescoping Languages: A Strategy for Automatic Generation of Scientific Problem-Solving Systems from Annotated Libraries",
journal = "Journal of Parallel and Distributed Computing",
volume = "61",
number = "12",
pages = "1803 - 1826",
year = "2001",
note = "",
issn = "0743-7315",
doi = "10.1006/jpdc.2001.1724",
url = "http://www.sciencedirect.com/science/article/pii/S0743731501917241",
author = "Ken Kennedy and Bradley Broom and Keith Cooper and Jack Dongarra and Rob Fowler and Dennis Gannon and Lennart Johnsson and John Mellor-Crummey and Linda Torczon"
}
@article{lispmachine,
author = {Greenblatt, Richard D. and Knight, Thomas F. and Holloway, John T. and Moon, David A.},
title = {A {LISP} machine},
journal = {SIGIR Forum},
volume = {15},
issue = {2},
month = {March},
year = {1980},
issn = {0163-5840},
pages = {137--138},
numpages = {2},
url = {http://doi.acm.org/10.1145/1013881.802703},
doi = {http://doi.acm.org/10.1145/1013881.802703},
acmid = {802703},
publisher = {ACM},
address = {New York, NY, USA},
}
@article {futamura,
author = {Futamura, Yoshihiko},
title = {Partial Evaluation of Computation Process: An Approach to a Compiler-Compiler},
journal = {Higher-Order and Symbolic Computation},
publisher = {Springer Netherlands},
issn = {1388-3690},
keyword = {Computer Science},
pages = {381-391},
volume = {12},
issue = {4},
url = {http://dx.doi.org/10.1023/A:1010095604496},
note = {10.1023/A:1010095604496},
year = {1999}
}
@article {TICL,
author = {Ma, Kwan-Liu and Kessler, Robert R.},
title = {{TICL}—A type inference system for {C}ommon {L}isp},
journal = {Software: Practice and Experience},
volume = {20},
number = {6},
publisher = {John Wiley & Sons, Ltd.},
issn = {1097-024X},
url = {http://dx.doi.org/10.1002/spe.4380200606},
doi = {10.1002/spe.4380200606},
pages = {593--623},
keywords = {Common Lisp, Data types, Type inference, Fixed-point},
year = {1990},
}
@article{pticl,
author = {Beer, Randall D.},
title = {Preliminary report on a practical type inference system for {C}ommon {L}isp},
journal = {SIGPLAN Lisp Pointers},
volume = {1},
issue = {2},
month = {June},
year = {1987},
issn = {1045-3563},
pages = {5--11},
numpages = {7},
url = {http://doi.acm.org/10.1145/1317193.1317195},
doi = {http://doi.acm.org/10.1145/1317193.1317195},
acmid = {1317195},
publisher = {ACM},
address = {New York, NY, USA},
}
@inproceedings{lispcrit,
author = {Brooks, Rodney A. and Gabriel, Richard P.},
title = {A critique of common {LISP}},
booktitle = {Proceedings of the 1984 ACM Symposium on LISP and functional programming},
series = {LFP '84},
year = {1984},
isbn = {0-89791-142-3},
location = {Austin, Texas, United States},
pages = {1--8},
numpages = {8},
url = {http://doi.acm.org/10.1145/800055.802016},
doi = {http://doi.acm.org/10.1145/800055.802016},
acmid = {802016},
publisher = {ACM},
address = {New York, NY, USA},
}
@incollection {gradualobjects,
author = {Siek, Jeremy and Taha, Walid},
affiliation = {University of Colorado, Boulder, CO 80309, USA, and LogicBlox Inc., Atlanta, GA 30309 USA},
title = {Gradual Typing for Objects},
booktitle = {ECOOP 2007 – Object-Oriented Programming},
series = {Lecture Notes in Computer Science},
editor = {Ernst, Erik},
publisher = {Springer Berlin / Heidelberg},
isbn = {978-3-540-73588-5},
keyword = {Computer Science},
pages = {2-27},
volume = {4609},
year = {2007}
}
@inproceedings{quasistatic,
author = {Thatte, Satish},
title = {Quasi-static typing},
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, United States},
pages = {367--381},
numpages = {15},
url = {http://doi.acm.org/10.1145/96709.96747},
doi = {http://doi.acm.org/10.1145/96709.96747},
acmid = {96747},
publisher = {ACM},
address = {New York, NY, USA},
}
@book{dylanlang,
author = {Shalit, Andrew},
title = {The Dylan reference manual: the definitive guide to the new object-oriented dynamic language},
year = {1996},
isbn = {0-201-44211-6},
publisher = {Addison Wesley Longman Publishing Co., Inc.},
address = {Redwood City, CA, USA},
}
@incollection {slicehoisting,
author = {Chauhan, Arun and Kennedy, Ken},
affiliation = {Department of Computer Science, Rice University, Houston, TX 77005, USA},
title = {Slice-Hoisting for Array-Size Inference in {MATLAB}},
booktitle = {Languages and Compilers for Parallel Computing},
series = {Lecture Notes in Computer Science},
editor = {Rauchwerger, Lawrence},
publisher = {Springer Berlin / Heidelberg},
isbn = {978-3-540-21199-0},
keyword = {Computer Science},
pages = {495-508},
volume = {2958},
year = {2004}
}
@inproceedings{telescopingvectorization,
author = {Chauhan, Arun and Kennedy, Ken},
title = {Optimizing strategies for telescoping languages: procedure strength reduction and procedure vectorization},
booktitle = {Proceedings of the 15th international conference on Supercomputing},
series = {ICS '01},
year = {2001},
isbn = {1-58113-410-X},
location = {Sorrento, Italy},
pages = {92--101},
numpages = {10},
url = {http://doi.acm.org/10.1145/377792.377812},
doi = {http://doi.acm.org/10.1145/377792.377812},
acmid = {377812},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {Matlab, automatic differentiation, high-level languages, high-performance computing, partial evaluation, procedure specialization, reduction in strength, scripts, specialization, telescoping languages, vectorization},
}
@inproceedings{Birkbeck:2007:DAA:1251974.1252535,
author = {Birkbeck, Neil and Levesque, Jonathan and Amaral, Jose Nelson},
title = {A Dimension Abstraction Approach to Vectorization in {M}atlab},
booktitle = {Proceedings of the International Symposium on Code Generation and Optimization},
series = {CGO '07},
year = {2007},
isbn = {0-7695-2764-7},
pages = {115--130},
numpages = {16},
url = {http://dx.doi.org/10.1109/CGO.2007.1},
doi = {http://dx.doi.org/10.1109/CGO.2007.1},
acmid = {1252535},
publisher = {IEEE Computer Society},
address = {Washington, DC, USA},
}
@InProceedings{LLVM,
author = {Chris Lattner and Vikram Adve},
title = {{LLVM}: A Compilation Framework for Lifelong Program Analysis \& Transformation},
booktitle = "{Proceedings of the 2004 International Symposium on Code Generation and Optimization (CGO'04)}",
address = {Palo Alto, California},
month = {Mar},
year = {2004}
}
@article{closspec,
author = {Bobrow, Daniel G. and DeMichiel, Linda G. and Gabriel, Richard P. and Keene, Sonya E. and Kiczales, Gregor and Moon, David A.},
title = {Common {L}isp {O}bject {S}ystem specification},
journal = {SIGPLAN Not.},
volume = {23},
issue = {SI},
month = {September},
year = {1988},
issn = {0362-1340},
pages = {1--142},
numpages = {142},
url = {http://doi.acm.org/10.1145/885631.885632},
doi = {http://doi.acm.org/10.1145/885631.885632},
acmid = {885632},
publisher = {ACM},
address = {New York, NY, USA},
}
@incollection {closoverview,
author = {DeMichiel, Linda and Gabriel, Richard},
affiliation = {Lucid, Inc., Menlo Park, California},
title = {The {C}ommon {L}isp {O}bject {S}ystem: An Overview},
booktitle = {ECOOP’ 87 European Conference on Object-Oriented Programming},
series = {Lecture Notes in Computer Science},
editor = {Bézivin, Jean and Hullot, Jean-Marie and Cointe, Pierre and Lieberman, Henry},
publisher = {Springer Berlin / Heidelberg},
isbn = {978-3-540-18353-2},
keyword = {Computer Science},
pages = {151-170},
volume = {276},
year = {1987}
}
@book{steele1990common,
title={Common {LISP}: the language},
author={Steele, Guy L},
year={1990},
publisher={Digital press}
}
@inbook{steele1990common:types,
title={Common {LISP}: the language},
author={Steele, Guy L},
year={1990},
chapter={4},
publisher={Digital press}
}
@incollection {portablejit,
author = {Williams, Kevin and McCandless, Jason and Gregg, David},
affiliation = {Trinity College Dublin, Dublin, Ireland},
title = {Portable Just-in-Time Specialization of Dynamically Typed Scripting Languages},
booktitle = {Languages and Compilers for Parallel Computing},
series = {Lecture Notes in Computer Science},
editor = {Gao, Guang and Pollock, Lori and Cavazos, John and Li, Xiaoming},
publisher = {Springer Berlin / Heidelberg},
isbn = {978-3-642-13373-2},
keyword = {Computer Science},
pages = {391-398},
volume = {5898},
url = {http://dx.doi.org/10.1007/978-3-642-13374-9_27},
note = {10.1007/978-3-642-13374-9_27},
year = {2010}
}
@article{clostrophobia,
author = {Baker, Henry G.},
title = {{CLOS}trophobia: its etiology and treatment},
journal = {SIGPLAN OOPS Mess.},
issue_date = {Oct. 1991},
volume = {2},
number = {4},
month = oct,
year = {1991},
issn = {1055-6400},
pages = {4--15},
numpages = {12},
url = {http://doi.acm.org/10.1145/126983.126984},
doi = {10.1145/126983.126984},
acmid = {126984},
publisher = {ACM},
address = {New York, NY, USA},
}
@techreport{fortresspec,
author = {Eric Allen and David Chase and Joe Hallett and Victor Luchangco and Jan-Willem Maessen and Sukyoung Ryu and Steele,Jr.,Guy L. and Sam Tobin-Hochstadt},
title = {The Fortress Language Specification Version 1.0},
month = {March},
year = {2008},
}
@inproceedings{fortress,
author = {Steele,Jr., Guy L.},
title = {Parallel programming and code selection in fortress},
booktitle = {Proceedings of the eleventh ACM SIGPLAN symposium on Principles and practice of parallel programming},
series = {PPoPP '06},
year = {2006},
isbn = {1-59593-189-9},
location = {New York, New York, USA},
pages = {1--1},
numpages = {1},
url = {http://doi.acm.org/10.1145/1122971.1122972},
doi = {10.1145/1122971.1122972},
acmid = {1122972},
publisher = {ACM},
address = {New York, NY, USA},
}
@inproceedings{Allen:2007:MMD:1244002.1244245,
author = {Allen, Eric and Hallett, J. J. and Luchangco, Victor and Ryu, Sukyoung and Steele,Jr., Guy L.},
title = {Modular Multiple Dispatch with Multiple Inheritance},
booktitle = {Proceedings of the 2007 ACM Symposium on Applied Computing},
series = {SAC '07},
year = {2007},
isbn = {1-59593-480-4},
location = {Seoul, Korea},
pages = {1117--1121},
numpages = {5},
url = {http://doi.acm.org/10.1145/1244002.1244245},
doi = {10.1145/1244002.1244245},
acmid = {1244245},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {modularity, multiple dispatch, multiple inheritance, overloading},
}
@inproceedings{fortressmodular,
author = {Allen, Eric and Hilburn, Justin and Kilpatrick, Scott and Luchangco, Victor and Ryu, Sukyoung and Chase, David and Steele, Guy},
title = {Type Checking Modular Multiple Dispatch with Parametric Polymorphism and Multiple Inheritance},
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 = {973--992},
numpages = {20},
url = {http://doi.acm.org/10.1145/2048066.2048140},
doi = {10.1145/2048066.2048140},
acmid = {2048140},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {components, fortress, ilks, meet rule, methods, modularity, multimethods, multiple dispatch, multiple inheritance, object-oriented programming, overloading, run-time types, separate compilation, static types, symmetric dispatch},
}
@inproceedings{abstractinterp,
author = {Cousot, Patrick and Cousot, Radhia},
title = {Abstract interpretation: a unified lattice model for static analysis of programs by construction or approximation of fixpoints},
booktitle = {Proceedings of the 4th ACM SIGACT-SIGPLAN symposium on Principles of programming languages},
series = {POPL '77},
year = {1977},
location = {Los Angeles, California},
pages = {238--252},
numpages = {15},
url = {http://doi.acm.org/10.1145/512950.512973},
doi = {10.1145/512950.512973},
acmid = {512973},
publisher = {ACM},
address = {New York, NY, USA},
}
@incollection {widening,
author = {Cousot, Patrick and Cousot, Radhia},
affiliation = {LIENS, DMI, école Normale Supérieure 45, rue d'Ulm 75230 Paris cedex 05 France 45, rue d'Ulm 75230 Paris cedex 05 France},
title = {Comparing the Galois connection and widening/narrowing approaches to abstract interpretation},
booktitle = {Programming Language Implementation and Logic Programming},
series = {Lecture Notes in Computer Science},
editor = {Bruynooghe, Maurice and Wirsing, Martin},
publisher = {Springer Berlin / Heidelberg},
isbn = {978-3-540-55844-6},
keyword = {Computer Science},
pages = {269-295},
volume = {631},
year = {1992}
}
@article{coroutines,
author = {Conway, Melvin E.},
title = {Design of a separable transition-diagram compiler},
journal = {Commun. ACM},
issue_date = {July 1963},
volume = {6},
number = {7},
month = jul,
year = {1963},
issn = {0001-0782},
pages = {396--408},
numpages = {13},
url = {http://doi.acm.org/10.1145/366663.366704},
doi = {10.1145/366663.366704},
acmid = {366704},
publisher = {ACM},
address = {New York, NY, USA},
}
@article{blas,
author = {Lawson, C. L. and Hanson, R. J. and Kincaid, D. R. and Krogh, F. T.},
title = {Basic Linear Algebra Subprograms for Fortran Usage},
journal = {ACM Trans. Math. Softw.},
issue_date = {Sept. 1979},
volume = {5},
number = {3},
month = sep,
year = {1979},
issn = {0098-3500},
pages = {308--323},