-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathproceedings.bib
2613 lines (2353 loc) · 77.1 KB
/
proceedings.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
@proceedings{AFP:08,
Optaddress = {Nijmegen, The Netherlands},
Booktitle = {Advanced Functional Programming, Sixth International School},
Opteditor = {Koopman, Pieter and Plasmeijer, Rinus and Swierstra, Doaitse},
Optmonth = May,
Number = 5382,
Publisher = {Springer},
Series = LNCS,
Title = {Advanced Functional Programming, Sixth International School},
Year = 2008}
@proceedings{CC:03,
Optaddress = {Warsaw, Poland},
Booktitle = {CC~~2003: Proceedings of the 12th international conference on Compiler construction},
Opteditor = {Hedin, G\"{o}rel},
Publisher = {Springer},
series = LNCS,
volume = {2622},
Year = {2003}}
@proceedings{DLS:07,
Optaddress = {Montreal, Quebec, Canada},
Booktitle = {{DLS~2007: Proceedings of the 2007 symposium on Dynamic languages}},
Opteditor = {Costanza, Pascal and Hirschfeld, Robert},
Title = {{DLS~2007: Proceedings of the 2007 symposium on Dynamic languages}},
Year = {2007}}
@proceedings{ECOOP:03,
Optaddress = {Darmstadt, Germany},
Booktitle = {ECOOP~2003: Proceedings of the 18th European conference on Object-Oriented Programming},
Opteditor = {Luca Cardelli},
Title = {ECOOP~2003: Proceedings of the 18th European
conference on Object-Oriented Programming},
series = LNCS,
volume = {2743},
publisher = {Springer},
Year = {2003}}
@proceedings{ECOOP:04,
Optaddress = {Oslo, Norway},
Booktitle = {ECOOP~2004: Proceedings of the 18th European conference on Object-Oriented Programming},
Opteditor = {Martin Odersky},
Title = {ECOOP~2004: Proceedings of the 18th European
conference on Object-Oriented Programming},
series = LNCS,
volume = {3086},
publisher = {Springer},
Year = {2004}}
@proceedings{ECOOP:06,
Optaddress = {Nantes, France},
Booktitle = {ECOOP~2006: Proceedings of the 20th European conference on Object-Oriented Programming},
Opteditor = {Dave Thomas},
Title = {ECOOP~2006: Proceedings of the 20th European
conference on Object-Oriented Programming},
series = LNCS,
volume = {4067},
publisher = {Springer},
Year = {2006}}
@proceedings{ECOOP:07,
Optaddress = {Berlin, Germany},
Booktitle = {ECOOP~2007: Proceedings of the 21st European conference on Object-Oriented Programming},
Opteditor = {Erik Ernst},
Title = {ECOOP~2007: Proceedings of the 21st European
conference on Object-Oriented Programming},
series = LNCS,
volume = {4609},
publisher = {Springer},
Year = {2007}}
@proceedings{ECOOP:08,
Optaddress = {Paphos, Cyprus},
Booktitle = {Proceedings of the 22nd European conference on
Object-Oriented Programming (ECOOP~2008)},
Opteditor = {Jan Vitek},
Title = {ECOOP~2008: Proceedings of the 22nd European
conference on Object-Oriented Programming},
series = {LNCS},
volume = {5142},
publisher = {Springer},
Year = {2008}}
@proceedings{ECOOP:09,
Optaddress = {Genova, Italy},
Booktitle = {Proceedings of the 23rd European conference on Object-Oriented Programming (ECOOP~2009)},
Opteditor = {Sophia Drossopoulou},
series = {LNCS},
volume = {5653},
publisher = {Springer},
Year = {2009}}
@proceedings{ECOOP:10,
Opteditor = {Theo D'Hondt},
Optaddress = {Maribor, Slovenia},
optbooktitle = {Proceedings of the 24th European Conference
Object-Oriented Programming (ECOOP~2010)},
Opttitle = {ECOOP 2010: Proceedings of the 24th European
Conference Object-Oriented Programming},
publisher = {Springer},
series = {LNCS},
volume = {6183},
booktitle = {ECOOP},
year = {2010},
}
@proceedings{ECOOP:11,
Optaddress = {Lancaster, UK},
Booktitle = {ECOOP~2011: Proceedings of the 25th European conference on Object-Oriented Programming},
Opteditor = {Mira Mezini},
series = LNCS,
volume = {6813},
publisher = {Springer},
Title = {ECOOP~2011: Proceedings of the 25th European conference on Object-Oriented Programming},
Year = {2011}}
@proceedings{ECOOP:14,
Optaddress = {Uppsala, Sweden},
optBooktitle = {Proceedings of the 28th European conference on Object-Oriented Programming (ECOOP~2014)},
booktitle = {ECOOP},
Opteditor = {??},
series = {LNCS},
volume = {8586},
publisher = {Springer},
optTitle = {ECOOP~2011: Proceedings of the 25th European conference on Object-Oriented Programming},
Year = {2014}}
@proceedings{ESOP:07,
Optaddress = {Braga, Portugal},
booktitle = {ESOP},
optbooktitle = {ESOP},
Opteditor = {Rocco De Nicola},
publisher = {Springer},
series = {LNCS},
volume = {4421},
optTitle = {ESOP~2007: Proceedings of the 16th European Symposium on Programming Languages and Systems},
year = {2007}}
@proceedings{ESOP:09,
Optaddress = {York, UK},
Booktitle = {Proceedings of the 18th European Symposium on Programming Languages and Systems (ESOP~2009)},
Opteditor = {Giuseppe Castagna},
publisher = {Springer},
optKey = {ESOP~2009},
optTitle = {ESOP~2009: Proceedings of the 18th European Symposium
on Programming Languages and Systems},
series = {LNCS},
volume = {5502},
Year = {2009}}
@proceedings{ESOP:11,
Optaddress = {Saarbr\''{u}cken, Germany},
optBooktitle = {ESOP~2011: Proceedings of the 20th European Symposium on Programming Languages and Systems},
Opteditor = {Gilles Barthe},
publisher = {Springer},
booktitle = {ESOP},
series = {LNCS},
volume = {6602},
Year = {2011}}
@proceedings{ESOP:12,
Optaddress = {Tallinn, Estonia},
Booktitle = {ESOP},
Opteditor = {Helmut Seidl},
optvolume = {7211},
publisher = {Springer},
optTitle = {ESOP~2012: Proceedings of the 21th European Symposium
on Programming Languages and Systems},
Year = {2012}}
@proceedings{ESOP:13,
Optaddress = {Rome, Italy},
optBooktitle = {ESOP},
Booktitle = {ESOP},
Opteditor = {Matthias Felleisen and Philippa Gardner},
volume = {7792},
series = LNCS,
publisher = {Springer},
optTitle = {ESOP~2013: Proceedings of the 22nd European Symposium
on Programming Languages and Systems},
Year = {2013}}
@proceedings{ESOP:14,
Opteditor = {Zhong Shao},
booktitle = {ESOP},
optbooktitle = {Proceedings of the 23rd European Symposium on Programming Languages and Systems (ESOP~2014)},
publisher = {Springer},
series = {LNCS},
volume = {8410},
year = {2014}
}
@proceedings{ICALP:14,
Booktitle = {ICALP~(2)},
optBooktitle = {Proceedings of the 41st International Colloquium Automata, Languages, and Programming (ICALP~2014). Part
{II}},
publisher = {Springer},
series = LNCS,
volume = {8573},
year = {2014}
}
@proceedings{FMOODS:08,
Optaddress = {Oslo, Norway},
Booktitle = {FMOODS~2008: Proceedings of the 10th international conference on Formal Methods for Open Object-Based Distributed Systems},
Opteditor = {Barthe, Gilles and de Boer, Frank},
Publisher = {Springer},
Year = {2008}}
@proceedings{ICSE:06,
title = {{ICSE ~2006: Proceedings of the 28th international conference on Software engineering}},
booktitle = {{ICSE ~2006: Proceedings of the 28th international conference on Software engineering}},
year = {2006},
address = {Shanghai, China}}
@proceedings{LDTA:11,
Optaddress = {Saarbr\"ucken, Germany},
Booktitle = {LDTA~2011: Proceedings of the 11th International Workshop on Language Descriptions, Tools, and Applications},
Opteditor = {Claus Brabrand and Eric Van Wyk},
Title = {LDTA~2011: Proceedings of the 11th International Workshop on Language Descriptions, Tools, and Applications},
Year = {2011}}
@proceedings{PEPM:09,
title = {PEPM~2009: Proceedings of the 2009 ACM SIGPLAN workshop on Partial evaluation and program manipulation},
booktitle = {PEPM~2009: Proceedings of the 2009 ACM SIGPLAN workshop on Partial evaluation and program manipulation},
year = {2009},
address = {Savannah, GA, USA},
editor = {Puebla, Germ\'{a}n and Vidal, Germ\'{a}n}}
@proceedins{OOPSLA:98,
Optaddress = {Vancouver, British Columbia, Canada},
Booktitle = {OOPSLA'98: Proceedings of the 13th ACM SIGPLAN conference on Object-oriented programming, systems, languages, and applications},
Opteditor = {Craig Chambers},
Key = {OOPSLA'98},
Title = {OOPSLA'98: Proceedings of the 13th ACM SIGPLAN conference on Object-oriented programming, systems, languages, and applications},
Year = {1998}}
@proceedings{OOPSLA:99,
Optaddress = {Denver, Colorado, USA},
Booktitle = {OOPSLA '99: Proceedings of the 14th annual ACM SIGPLAN conference on Object-oriented programming systems, languages and applications},
Opteditor = {A. Michael Berman},
Key = {OOPSLA'99},
Publisher = {ACM},
Title = {OOPSLA '99: Proceedings of the 14th annual ACM SIGPLAN conference on Object-oriented programming systems, languages and applications},
Year = {1999}}
@proceedings{OOPSLA:01,
Optaddress = {Tampa, Florida, USA},
Booktitle = {OOPSLA'01: Proceedings of the 16th ACM SIGPLAN conference on Object-oriented programming, systems, languages, and applications},
Opteditor = {John Vlissides},
Key = {OOPSLA'01},
Title = {OOPSLA'01: Proceedings of the 16th ACM SIGPLAN conference on Object-oriented programming, systems, languages, and applications},
Year = {2001}}
@proceedings{OOPSLA:02,
Optaddress = {Seattle, Washington, USA},
Booktitle = {OOPSLA'02: Proceedings of the 17th ACM SIGPLAN conference on Object-oriented programming, systems, languages, and applications},
Opteditor = {Satoshi Matsuoka},
Key = {OOPSLA'02},
Title = {OOPSLA'02: Proceedings of the 17th ACM SIGPLAN conference on Object-oriented programming, systems, languages, and applications},
Year = {2002}}
@proceedings{OOPSLA:03,
Optaddress = {Anaheim, California, USA},
Booktitle = {OOPSLA'03: Proceedings of the 18th ACM SIGPLAN conference on Object-oriented programming, systems, languages, and applications},
Opteditor = {Guy L. {Steele~Jr.}},
Key = {OOPSLA'03},
Title = {OOPSLA'03: Proceedings of the 18th ACM SIGPLAN conference on Object-oriented programming, systems, languages, and applications},
Year = {2003}}
@proceedings{OOPSLA:06,
Optaddress = {Portland, Oregon, USA},
Booktitle = {OOPSLA'06: Proceedings of the 21st ACM SIGPLAN conference on Object-oriented programming, systems, languages, and applications},
Opteditor = {William R. Cook},
Key = {OOPSLA'06},
Title = {OOPSLA'06: Proceedings of the 21st ACM SIGPLAN conference on Object-oriented programming, systems, languages, and applications},
Year = {2006}}
@proceedings{OOPSLA:07,
Optaddress = {Montreal, Quebec, Canada},
Booktitle = {OOPSLA'07: Proceedings of the 22nd annual ACM SIGPLAN conference on Object-oriented programming systems, languages and applications},
Opteditor = {David F. Bacon and Lopes, Cristina Videira and {Steele, Jr.}, Guy L.},
Key = {OOPSLA'07},
Title = {OOPSLA '07: Proceedings of the 22nd annual ACM SIGPLAN conference on Object-oriented programming systems, languages and applications},
Year = {2007}}
@proceedings{OOPSLA:10,
Optaddress = {Reno/Tahoe Nevada, USA},
Booktitle = {OOPSLA'10: Proceedings of the 25th annual ACM SIGPLAN conference on Object-oriented programming systems, languages and applications},
Key = {OOPSLA'10},
publisher = {ACM},
Title = {OOPSLA '10: Proceedings of the 25th annual ACM SIGPLAN conference on Object-oriented programming systems, languages and applications},
Year = {2010}}
@proceedings{OOPSLA:11,
Optaddress = {Portland, Oregon, USA},
optBooktitle = {Proceedings of the 26th annual ACM SIGPLAN
conference on Object-oriented programming systems,
languages and applications (OOPSLA'11)},
optKey = {OOPSLA'11},
booktitle = {OOPSLA},
optTitle = {OOPSLA '11: Proceedings of the 26th annual ACM SIGPLAN conference on Object-oriented programming systems, languages and applications},
publisher = {ACM},
Year = {2011}}
@proceedings{PLDI:03,
Optaddress = {San Diego, CA, USA},
Booktitle = {PLDI~2003: Proceedings of the ACM SIGPLAN 2003 conference on Programming language design and implementation},
Opteditor = {Rajiv Gupta},
Optmonth = Jun,
publisher = {ACM},
Year = 2003}
@proceedings{PLDI:05,
Optaddress = {Chicago, IL, USA},
Booktitle = {PLDI~2005: Proceedings of the 2005 ACM SIGPLAN conference on Programming language design and implementation},
Opteditor = {Mary Hall},
Key = {PLDI~2005},
Year = {2005}}
@proceedings{PLDI:08,
Optaddress = {Tucson, AZ, USA},
optBooktitle = {Proceedings of the 2008 ACM SIGPLAN conference on Programming language design and implementation (PLDI~2008)},
Opteditor = {Saman Amarasinghe},
optKey = {PLDI~2008},
booktitle = {PLDI},
publisher = {ACM},
Year = {2008}}
@proceedings{SCHEME:06,
Optaddress = {Portland, Oregon, USA},
Booktitle = {Scheme and Functional Programming Workshop},
Key = {Scheme'06},
Title = {Scheme and Functional Programming Workshop},
Year = {2006}}
@proceedings{TOOLS:10,
Optaddress = {Berlin, Heidelberg},
Booktitle = {Proceedings of the 48th international conference on Objects, models, components, patterns (TOOLS~2010)},
Opteditor = {Vitek, Jan},
series = LNCS,
volume = {6141},
Publisher = {Springer},
Location = {Malaga, Spain},
Year = {2010}}
@proceedings{TOOLS:11,
Optaddress = {Zurich, Switzerland},
Booktitle = {Proceedings of the 49th international conference on Objects, models, components, patterns (TOOLS~2011)},
Opteditor = {Judith Bishop and Antonio Vallecillo},
series = LNCS,
volume = {6705},
Publisher = {Springer},
Year = {2011}}
@proceedings{Abramsky-Hankin:87,
Booktitle = {Abstract Interpretation of Declarative Languages},
Opteditor = {Samson Abramsky and Chris Hankin},
Key = {Abramsky and Hankin},
Publisher = {Ellis Horwood},
Title = {Abstract Interpretation of Declarative Languages},
Year = 1987}
@proceedings{APLAS:05,
Optaddress = {Tsukuba, Japan},
Booktitle = {Proceedings of the Third Asian Symposium on Programming Languages and Systems, APLAS 2005},
Opteditor = {Kwangkeun Yi},
Optmonth = Nov,
Publisher = S-V,
Series = LNCS,
Title = {Proceedings of the Third Asian Symposium on Programming Languages and Systems, APLAS 2005},
Volume = 3780,
Year = 2005}
@proceedings{APPSEM:00,
Optaddress = {Caminha, Portugal},
Booktitle = {Applied Semantics -- Advanced Lectures},
Opteditor = {Gilles Barthe and Peter Dybjer and Lu{\'\i}s Pinto and Jo{\~a}o Saraiva},
Optmonth = Sep,
Publisher = S-V,
Series = LNCS,
Title = {Applied Semantics -- Advanced Lectures},
Volume = 2395,
Year = 2000}
@proceedings{ASE:01,
Optaddress = {Coronado Island, San Diego, California},
Booktitle = {16th IEEE International Conference on Automated Software Engineering (ASE 2001)},
Opteditor = {Martin S. Feather and Michael Goedicke},
Isbn = {0-7695-1426-X},
Key = {Feather and Goedicke},
Optmonth = Nov,
Publisher = {IEEE Computer Society},
Title = {16th IEEE International Conference on Automated Software Engineering (ASE 2001)},
Year = 2001}
@proceedings{CAAP:94,
Optaddress = {Edinburgh, Scotland},
Booktitle = {19th Colloquium on Trees in Algebra and Programming (CAAP'94)},
Opteditor = {Sophie Tison},
Key = {Tison},
Optmonth = Apr,
Publisher = S-V,
Series = LNCS,
Title = {19th Colloquium on Trees in Algebra and Programming (CAAP'94)},
Volume = 787,
Year = 1994}
@proceedings{CC:96,
Optaddress = {Link{\"o}ping, Sweden},
Booktitle = CC96,
Opteditor = {Tibor Gyim{\'o}thy},
Key = {Gyim{\'o}thy},
Optmonth = Apr,
Publisher = S-V,
Series = LNCS,
Title = CC96,
Volume = 1060,
Year = 1996}
@proceedings{CC:98,
Optaddress = {London, UK},
Booktitle = CC98,
Opteditor = {Kai Koskimies},
Key = {Koskimies},
Optmonth = Apr,
Publisher = S-V,
Series = LNCS,
Title = CC98,
Volume = 1383,
Year = 1998}
@proceedings{CP:97,
Optaddress = {Linz, Austria},
Booktitle = {CP},
Opteditor = {Gert Smolka},
Optmonth = {Oct-Nov},
Publisher = S-V,
Series = LNCS,
Title = {Principles and Practice of Constraint Programming - CP97, Third International Conference, Proceedings},
Volume = 1330,
Year = 1997}
@proceedings{CTCP:86,
Optaddress = {Guildford, UK},
Booktitle = {Category Theory and Computer Programming},
Opteditor = {David H. Pitt and others},
Optmonth = Sep,
Publisher = S-V,
Series = LNCS,
Title = {Category Theory and Computer Programming},
Volume = 240,
Year = 1986}
@proceedings{CW:04,
Optaddress = {Venice, Italy},
Booktitle = PROCEEDINGS # { of the Fourth ACM SIGPLAN Workshop on Continuations},
Opteditor = {Hayo Thielecke},
Key = {Thielecke},
Optmonth = Jan,
Series = {Technical report CSR-04-1, Department of Computer Science, Queen Mary's College},
Title = PROCEEDINGS # { of the Fourth ACM SIGPLAN Workshop on Continuations},
Year = 2004}
@proceedings{ECOOP:92,
Optaddress = {Utrecht, The Netherlands},
Booktitle = PROCEEDINGS # { of the European Conference on Object-Oriented Programming ({ECOOP'92})},
Opteditor = {Ole Lehrmann Madsen},
Key = {Lehrmann},
Optmonth = {Jun--Jul},
Publisher = S-V,
Series = LNCS,
Title = PROCEEDINGS # { of the European Conference on Object-Oriented Programming ({ECOOP'92})},
Volume = 615,
Year = 1992}
@proceedings{ECOOP:95,
Booktitle = PROCEEDINGS # { of the 9th European Conference on Object-Oriented Programming ({ECOOP'95})},
Opteditor = {Walter G. Olthoff},
Key = {Olthoff},
Optmonth = Aug,
Publisher = S-V,
Series = LNCS,
Title = PROCEEDINGS # { of the 9th European Conference on Object-Oriented Programming ({ECOOP'95})},
Volume = 952,
Year = 1995}
@proceedings{ESOP:90,
Optaddress = {Copenhagen, Denmark},
Booktitle = ESOP90,
Opteditor = {Neil D. Jones},
Key = {Jones},
Optmonth = May,
Optkey = {ESOP'90},
Publisher = S-V,
Series = LNCS,
Title = ESOP90,
Volume = 432,
Year = 1990}
@proceedings{ESOP:96,
Optaddress = {Link{\"o}ping, Sweden},
Booktitle = ESOP96,
Opteditor = {Hanne Riis Nielson},
Key = {Nielson},
Optmonth = Apr,
Publisher = S-V,
Series = LNCS,
Title = ESOP96,
Volume = 1058,
Year = 1996}
@proceedings{ESOP:99,
Optaddress = {Amsterdam, The Netherlands},
Booktitle = ESOP99,
Opteditor = {S. Doaitse Swierstra},
Key = {Swierstra},
Optmonth = Mar,
Optkey = {ESOP'99},
Publisher = S-V,
Series = LNCS,
Title = ESOP99,
Volume = 1576,
Year = 1999}
@proceedings{ESOP:00,
Optaddress = {Berlin, Germany},
Booktitle = ESOP00,
Opteditor = {Gert Smolka},
Key = {Smolka},
Optmonth = Mar,
Publisher = S-V,
Series = LNCS,
Title = ESOP00,
Volume = 1782,
Year = 2000}
@proceedings{ESOP:02,
Optaddress = {Grenoble, France},
Booktitle = ESOP02,
Opteditor = {Daniel {Le M\'etayer}},
Key = {Le M\'etayer},
Optmonth = Apr,
Publisher = S-V,
Series = LNCS,
Title = ESOP02,
Volume = 2305,
Year = 2002}
@proceedings{ESOP:03,
Optaddress = {Warsaw, Poland},
Booktitle = ESOP03,
Opteditor = {Pierpaolo Degano},
Key = {Degano},
Optmonth = Apr,
Publisher = S-V,
Series = LNCS,
Title = ESOP03,
Volume = 2618,
Year = 2003}
@proceedings{ESOP:05,
Optaddress = {Edinburgh, Scotland},
Booktitle = ESOP05,
Opteditor = {Mooly Sagiv},
Key = {Sagiv},
Optmonth = Apr,
Publisher = S-V,
Series = LNCS,
Title = ESOP05,
Volume = 2618,
Year = 2005}
@proceedings{ESOP:10,
opteditor = {Andrew D. Gordon},
booktitle = {Proceedings of the 19th European Symposium on Programming (ESOP~2010)},
series = {LNCS},
year = {2010},
volume = {6012},
publisher = {Springer},
}
@proceedings{FPaiA:82,
Booktitle = {Functional Programming and its Applications},
Opteditor = {John Darlington and Peter Henderson and David A. Turner},
Key = {Darlington, Henderson, and Turner},
Publisher = {Cambridge University Press},
Title = {Functional Programming and its Applications},
Year = 1982}
@proceedings{FMPA:93,
Optaddress = {Academgorodok, Novosibirsk, Russia},
Opteditor = {Dines Bj{\o}rner and Manfred Broy and Igor V. Pottosin},
Key = {Bj{\o}rner, Broy, and Pottosin},
Optmonth = Jun,
Publisher = S-V,
Series = LNCS,
Title = {Formal Methods in Programming and Their Applications},
Volume = 735,
Year = 1993}
@proceedings{FPCA:85,
Optaddress = {Nancy, France},
Booktitle = {Functional Programming Languages and Computer Architecture},
Opteditor = {Jean-Pierre Jouannaud},
Key = {Jouannaud},
Optmonth = Sep,
Publisher = S-V,
Series = LNCS,
Title = {Functional Programming Languages and Computer Architecture},
Volume = 201,
Year = 1985}
@proceedings{FPCA:87,
Optaddress = {Portland, Oregon},
Booktitle = {Functional Programming Languages and Computer Architecture},
Opteditor = {Gilles Kahn},
Key = {Kahn},
Optmonth = Sep,
Publisher = S-V,
Series = LNCS,
Title = {Functional Programming Languages and Computer Architecture},
Volume = 274,
Year = 1987}
@proceedings{FPCA:89,
Optaddress = {London, England},
Booktitle = FPCA89,
Opteditor = {Joseph E. Stoy},
Key = {Stoy},
Optmonth = Sep,
Optkey = {FPCA'89},
Optorganization = {ACM},
publisher = {ACM},
Title = FPCA89,
Year = 1989}
@proceedings{FPCA:91,
Optaddress = {Cambridge, Massachusetts},
Booktitle = FPCA91,
Opteditor = {John Hughes},
Key = {Hughes},
Optmonth = Aug,
Optorganization = {ACM},
Publisher = S-V,
Series = LNCS,
Title = FPCA91,
Volume = 523,
Year = 1991}
@proceedings{FPCA:93,
Optaddress = {Copenhagen, Denmark},
Booktitle = FPCA93,
Opteditor = {Arvind},
Key = {Arvind},
Optmonth = Jun,
Optkey = {FPCA'93},
Optorganization = {ACM},
Publisher = {ACM Press},
Title = FPCA93,
Year = 1993}
@proceedings{FPCA:95,
Optaddress = {La Jolla, California},
Booktitle = FPCA95,
Opteditor = {Simon {Peyton Jones}},
Key = {{Peyton Jones}},
Optmonth = Jun,
Optkey = {FPCA'95},
Optorganization = {ACM},
publisher = {ACM},
Title = FPCA95,
Year = 1995}
@proceedings{Glasgow:94,
Optaddress = {Ayr, Scotland},
Booktitle = PROCEEDINGS # { of the 1994 Glasgow Workshop on Functional Programming},
Opteditor = {Kevin Hammond and David N. Turner and Patrick M. Sansom},
Key = {Hammond et al.},
Publisher = S-V,
Series = {Workshops in Computing},
Title = {1994 Glasgow Workshop on Functional Programming},
Year = 1994}
@proceedings{ICALP:76,
Optaddress = {Edinburgh, Scotland},
Booktitle = ICALP76,
Opteditor = {S. Michaelson and Robin Milner},
Optmonth = jul,
Publisher = {Edinburgh University Press},
Title = ICALP76,
Year = 1976}
@proceedings{ICALP:81,
Optaddress = {Israel},
Booktitle = ICALP81,
Opteditor = {Shimon Even and Oded Kariv},
Optmonth = jul,
Publisher = S-V,
Series = LNCS,
Title = ICALP81,
Volume = 115,
Year = 1981}
@proceedings{ICCL:94,
Optaddress = {Toulouse, France},
Booktitle = PROCEEDINGS # { of the Fifth IEEE International Conference on Computer Languages},
Opteditor = {Henri Bal},
Key = {ICCL'94},
Optmonth = May,
Optorganization = {IEEE Computer Society},
Publisher = {IEEE Computer Society Press},
Title = {IEEE International Conference on Computer Languages},
Year = 1994}
@proceedings{ICFP:96,
Optaddress = {Philadelphia, Pennsylvania},
Booktitle = ICFP96,
Opteditor = {R. Kent Dybvig},
Key = {Dybvig},
Optmonth = May,
Optkey = {ICFP'96},
Optorganization = {ACM},
publisher = {ACM},
Optseries = {LISP Pointers, Vol.~VII, No.~3},
Title = ICFP96,
Year = 1996}
@proceedings{ICFP:97,
Optaddress = {Amsterdam, The Netherlands},
Booktitle = ICFP97,
Opteditor = {Mads Tofte},
Key = {Tofte},
Optmonth = Jun,
Optorganization = {ACM},
publisher = {ACM},
Optseries = {LISP Pointers, Vol.~VII, No.~3},
Title = ICFP97,
Year = 1997}
@proceedings{ICFP:98,
Optaddress = {Baltimore, Maryland},
Booktitle = ICFP98,
Opteditor = {Matthias Felleisen and Paul Hudak and Christian
Queinnec},
Key = {Felleisen},
Optmonth = Sep,
Optorganization = {ACM},
publisher = {ACM},
Title = ICFP98,
Year = 1998}
@proceedings{ICFP:00,
Optaddress = {Montr\'eal, Canada},
Booktitle = ICFP00,
Opteditor = {Philip Wadler},
Key = {Wadler},
Optmonth = Sep,
Optorganization = {ACM},
publisher = {ACM},
Optseries = {SIGPLAN Notices, Vol.~35, No.~9},
Title = ICFP00,
Year = 2000}
@proceedings{ICFP:01,
Optaddress = {Firenze, Italy},
Booktitle = ICFP01,
Opteditor = {Xavier Leroy},
Key = {Leroy},
Optmonth = Sep,
Optorganization = {ACM},
publisher = {ACM},
Optseries = {SIGPLAN Notices, Vol.~36, No.~10},
Title = ICFP01,
Year = 2001}
@proceedings{ICFP:02,
Optaddress = {Pittsburgh, Pennsylvania},
Booktitle = ICFP02,
Opteditor = {Simon {Peyton Jones}},
Key = {Peyton Jones},
Optmonth = Sep,
Title = ICFP02,
Year = 2002}
@proceedings{ICFP:03,
Optaddress = {Uppsala, Sweden},
Booktitle = ICFP03,
Opteditor = {Olin Shivers},
Key = {Shivers},
Optmonth = Sep,
Title = ICFP03,
Year = 2003}
@proceedings{ICFP:04,
Optaddress = {Snowbird, Utah},
Booktitle = ICFP04,
Opteditor = {Kathleen Fisher},
Key = {Fisher},
Optmonth = Sep,
Optorganization = {ACM},
publisher = {ACM},
Optseries = {SIGPLAN Notices, Vol.~39, No.~9},
Title = ICFP04,
Year = 2004}
@proceedings{ICFP:05,
opteditor = {Olivier Danvy and
Benjamin C. Pierce},
booktitle = {Proceedings of the 10th {ACM} {SIGPLAN} International Conference on
Functional Programming (ICFP~2005)},
year = {2005},
publisher = {ACM}
}
@proceedings{ICFP:06,
Optaddress = {Portland, Oregon},
Booktitle = {ICFP},
Opteditor = {Julia Lawall},
Optmonth = Sep,
publisher = {ACM},
optTitle = ICFP06,
Year = 2006}
@proceedings{ICFP:07,
Optaddress = {Freiburg, Germany},
Booktitle = ICFP07,
Opteditor = {Norman Ramsey},
Key = {Ramsey},
Optmonth = Oct,
publisher = {ACM},
Title = ICFP07,
Year = 2007}
@proceedings{ICFP:08,
Optaddress = {Victoria, British Columbia, Canada},
Booktitle = {ICFP},
Opteditor = {Peter Thiemann},
Key = {Thiemann},
Optmonth = Sep,
Optorganization = {ACM},
publisher = {ACM Press},
Optseries = {SIGPLAN Notices, Vol.~43, No.~9},
Year = 2008}
@proceedings{ICFP:09,
Optaddress = {Edinburgh, Scotland},
Booktitle = {Proceeding of the 14th {ACM} {SIGPLAN} international conference on
Functional programming (ICFP~2009)},
Opteditor = {Graham Hutton and Andrew P. Tolmach},
optKey = {Hutton and Tolmach},
Optmonth = {Aug--Sep},
publisher = {ACM},
Year = {2009}}
@proceedings{ICFP:10,
title = {Proceedings of the 15th ACM SIGPLAN International Conference on Functional Programming (ICFP~2010)},
Booktitle = {Proceedings of the 15th ACM SIGPLAN International
Conference on Functional Programming (ICFP~2010)},
Year = 2010,
Optmonth = {September},
publisher = {ACM},
Publisher = {ACM},
Optaddress = {Baltimore, Maryland, USA},
Opteditor = {Weirich, Stephanie}}
@proceedings{ICFP:11,
opttitle = {Proceedings of the 16th ACM SIGPLAN International Conference on Functional Programming (ICFP~2011)},
Booktitle = {Proceedings of the 16th ACM SIGPLAN International Conference on Functional Programming (ICFP~2011)},
optBooktitle = {ICFP},
Year = 2011,
Optmonth = {September},
Publisher = {ACM},
Optaddress = {Tokyo, Japan},
Opteditor = {Olivier Danvy}}
@proceedings{ICFP:12,
opttitle = {Proceedings of the 17th ACM SIGPLAN International Conference on Functional Programming (ICFP~2012)},
optBooktitle = {Proceedings of the 17th ACM SIGPLAN International Conference on Functional Programming (ICFP~2012)},
Year = 2012,
Optmonth = {September},
publisher = {ACM},
booktitle = {ICFP},
Optaddress = {Copenhagen, Denmark},
Opteditor = {Findler, Robby}}
@proceedings{ICFP:13,
opttitle = {Proceedings of the 18th ACM SIGPLAN International Conference on Functional Programming (ICFP~2013)},
optBooktitle = {Proceedings of the 18th ACM SIGPLAN International Conference on Functional Programming (ICFP~2013)},
Booktitle = {ICFP},
Year = 2013,
Optmonth = {September},
publisher = {ACM},
Optaddress = {Boston, MA, USA},
Opteditor = {Findler, Robby}}
@proceedings{ICLP:02,
Optaddress = {Copenhagen, Denmark},
Booktitle = {ICLP},
Opteditor = {Peter J. Stuckey},
Optmonth = {Jul--Aug},
Publisher = S-V,
Series = LNCS,
Title = {Logic Programming, 18th International Conference, ICLP 2002},
Volume = 2401,
Year = 2002}
@proceedings{IFL:04,
Optaddress = {L{\"u}beck, Germany},
Booktitle = {Implementation and Application of Functional Languages, 16th International Workshop, IFL'04},
Opteditor = {Clemens Grelck and Frank Huch and Greg J. Michaelson and Phil Trinder},
Key = {Grelck et al.},
Optmonth = Sep,
Optnote = {Revised Selected Papers},
Publisher = S-V,
Series = LNCS,
Title = {Implementation and Application of Functional Languages, 16th International Workshop, IFL'04},
Volume = 3474,
Year = 2004}
@proceedings{ISOP:84,
Optaddress = {Toulouse, France},
Booktitle = ISOP84,
Opteditor = {Manfred Paul and Bernard Robinet},
Key = {Paul and Bernard Robinet},
Optmonth = Apr,
Publisher = S-V,
Series = LNCS,
Title = ISOP84,
Volume = 167,
Year = 1984}
@article{JFP:93,
Booktitle = {Special issue on Partial Evaluation},
Opteditor = {Neil D. Jones},
Journal = JFP,
Key = {Jones},
Optmonth = Jul,
Number = 3,
Optkey = {JFP'93},
Publisher = {Cambridge University Press},
Title = {Special issue on Partial Evaluation},
Volume = 3,
Year = 1993}
@proceedings{Jones:02,
Booktitle = {The Essence of Computation: Complexity, Analysis, Transformation. Essays Dedicated to Neil D. Jones},
Opteditor = {Torben {\AE}. Mogensen and David A. Schmidt and I. Hal Sudborough},
Key = {Mogensen, Schmidt, and Sudburough},
Publisher = S-V,
Series = LNCS,
Title = {The Essence of Computation: Complexity, Analysis, Transformation. Essays Dedicated to Neil D. Jones},
Volume = 2566,
Year = 2002}
@proceedings{LaSC:SIoC1,
Booktitle = {Special issue on continuations (Part I)},
Opteditor = {Carolyn L. Talcott},
Key = {Talcott},
Optkey = {LaSC'93},
OptOptmonth = Dec,
Publisher = {Kluwer Academic Publishers},
Series = {Lisp and Symbolic Computation, Vol.~6, Nos.~3/4},
Title = {Special issue on continuations (Part I)},
Year = 1993}
@proceedings{LFP:84,
Optaddress = {Austin, Texas},
Booktitle = LFP84,
Opteditor = {Guy L. {Steele Jr.}},
Key = {Steele},
Optmonth = Aug,
Note = {\typeout{Change 'Steele Jr.' to 'Steele' in LFP:84!}},
Optkey = {LFP'84},
Optorganization = {ACM},
publisher = {ACM},
Title = LFP84,
Year = 1984}
@proceedings{LFP:86,
Optaddress = {Cambridge, Massachusetts},
Booktitle = LFP86,
Optmonth = Jul,
Optkey = {LFP'86},
Optorganization = {ACM},
publisher = {ACM},
Title = LFP86,
Year = 1986}
@proceedings{LFP:88,
Optaddress = {Snowbird, Utah},
Booktitle = LFP88,
Opteditor = {Robert (Corky) Cartwright},
Key = {Cartwright},