-
Notifications
You must be signed in to change notification settings - Fork 1
/
Bibliography.bib
1625 lines (1443 loc) · 47.4 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
@comment{===========================================================================================
Structure of the file
1. Effect systems
2. Monads
3. Comonads & applications
4. Applications & examples
5. Logic, types and semantics
6. Substructural, linear, bunched
7. Other and tools
===================================================================================================}
@comment{------------------------------------------------------------------------------------------}
@comment{ 1. Effect systems }
@comment{------------------------------------------------------------------------------------------}
@inproceedings{effects-embedding,
author = {Orchard, Dominic and Petricek, Tomas},
title = {Embedding Effect Systems in {Haskell}},
booktitle = {Proceedings Haskell Symposium},
series = {Haskell '14},
year = {2014},
isbn = {978-1-4503-3041-1},
location = {Gothenburg, Sweden},
pages = {13--24},
numpages = {12},
}
@inproceedings{effects-gifford,
author = {Gifford, David K. and Lucassen, John M.},
title = {Integrating functional and imperative programming},
booktitle = {Proceedings of Conference on LISP and func. prog.},
series = {LFP '86},
year = {1986},
isbn = {0-89791-200-4},
location = {Cambridge, Massachusetts, United States},
numpages = {11}
}
@inproceedings{effects-polymorphic,
author = {Lucassen, J. M. and Gifford, D. K.},
title = {Polymorphic effect systems},
booktitle = {Proceedings of Symposium on principles of programming languages},
series = {POPL '88},
year = {1988},
isbn = {0-89791-252-7},
location = {San Diego, California, USA},
pages = {47--57},
numpages = {11},
url = {http://doi.acm.org/10.1145/73560.73564},
doi = {10.1145/73560.73564},
acmid = {73564},
publisher = {ACM},
address = {New York, NY, USA},
}
@inproceedings{effects-talpin-et-al,
title={The type and effect discipline},
author={Talpin, J.P. and Jouvelot, P.},
booktitle={Logic in Computer Science, 1992. LICS'92.},
pages={162--173},
year={1994},
}
@inproceedings{effects-atomicity,
author = {Flanagan, Cormac and Qadeer, Shaz},
title = {A type and effect system for atomicity},
booktitle = {Proceedings of Conference on Programming Language Design and Implementation},
series = {PLDI '03},
}
@TechReport{effects-messagepassing,
author = {Jouvelot, P. and Gifford, David K.},
title = {Communication effects for message-based concurrency},
institution = {Massachusetts Institute of Technology},
year = {1989},
key = {LCS/TM-386}
}
@inproceedings{effects-comprehensive,
author = {Filinski, Andrzej},
title = {Towards a comprehensive theory of monadic effects},
booktitle = {Proceeding of International conference on functional programming},
series = {ICFP '11},
year = {2011},
isbn = {978-1-4503-0865-6},
location = {Tokyo, Japan},
}
@inproceedings{effects-producer-semantics,
author = {Tate, Ross},
title = {The sequential semantics of producer effect systems},
booktitle = {Proceedings of Symposium on principles of programming languages},
series = {POPL '13},
year = {2013},
isbn = {978-1-4503-1832-7},
location = {Rome, Italy},
pages = {15--26},
numpages = {12},
url = {http://doi.acm.org/10.1145/2429069.2429074},
doi = {10.1145/2429069.2429074},
acmid = {2429074},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {effectors, effects, monads, productors, thunks},
}
@incollection{effects-nielson,
title={Type and effect systems},
author={Nielson, Flemming and Nielson, Hanne Riis},
booktitle={Correct System Design},
pages={114--136},
year={1999},
publisher={Springer}
}
@proceedings{effects-revisited,
editor = {Christian W. Probst and
Chris Hankin and
Ren{\'{e}} Rydhof Hansen},
title = {Semantics, Logics, and Calculi - Essays Dedicated to Hanne Riis Nielson
and Flemming Nielson on the Occasion of Their 60th Birthdays},
series = {Lecture Notes in Computer Science},
volume = {9560},
publisher = {Springer},
year = {2016},
doi = {10.1007/978-3-319-27810-0},
isbn = {978-3-319-27809-4},
}
@inproceedings{other-optcomp,
title={A unified approach to global program optimization},
author={Kildall, Gary A},
booktitle={Proceedings of Symposium on principles of programming languages},
pages={194--206},
year={1973},
organization={ACM}
}
@comment{------------------------------------------------------------------------------------------}
@comment{ 2. Monads
@comment{------------------------------------------------------------------------------------------}
@techreport{monad-parsing,
author = "Graham Hutton and Erik Meijer",
title = "{Monadic Parser Combinators}",
institution = "Department of Computer Science, University of Nottingham",
type = "Technical Report",
number = "NOTTCS-TR-96-4",
year = 1996
}
@article{monad-notions,
author = {Moggi, Eugenio},
title = {Notions of computation and monads},
journal = {Inf. Comput.},
volume = {93},
issue = {1},
month = {July},
year = {1991},
issn = {0890-5401},
pages = {55--92},
numpages = {38},
}
@inproceedings{monads-compre,
author = {Giorgidze, George and Grust, Torsten and Schweinsberg, Nils and Weijers, Jeroen},
title = {Bringing Back Monad Comprehensions},
booktitle = {Proceedings of Symposium on Haskell},
series = {Haskell '11},
year = {2011},
isbn = {978-1-4503-0860-1},
location = {Tokyo, Japan},
pages = {13--22},
numpages = {10},
}
@article{monads-effects-marriage,
author = {Wadler, Philip and Thiemann, Peter},
title = {The marriage of effects and monads},
journal = {ACM Trans. Comput. Logic},
volume = {4},
issue = {1},
month = {January},
year = {2003},
pages = {1--32},
numpages = {32}
}
@article{monads-effects-remarriage,
author = {Niki Vazou, Daan Leijen},
title = {Remarrying Effects and Monads},
journal = {Proceedings of MSFP},
year = {2014},
}
@article{monads-parameterised-notions,
author = {Atkey, Robert},
title = {Parameterised notions of computation},
journal = {Journal of Functional Programming},
issue_date = {July 2009},
volume = {19},
issue = {3-4},
year = {2009},
}
@inproceedings{monad-secure-flow,
author = {Russo, Alejandro and Claessen, Koen and Hughes, John},
title = {A library for light-weight information-flow security in {H}askell},
booktitle = {Proceedings of Haskell Symposium},
series = {Haskell '08},
year = {2008},
isbn = {978-1-60558-064-7},
location = {Victoria, BC, Canada},
pages = {13--24},
numpages = {12},
}
@inproceedings{monads-lightweight-ml,
author = {Swamy, Nikhil and Guts, Nataliya and Leijen, Daan and Hicks, Michael},
title = {Lightweight monadic programming in {ML}},
booktitle = {Proceedings of International conference on functional programming},
series = {ICFP '11},
year = {2011},
isbn = {978-1-4503-0865-6},
location = {Tokyo, Japan},
pages = {15--27},
numpages = {13},
url = {http://doi.acm.org/10.1145/2034773.2034778},
doi = {10.1145/2034773.2034778},
acmid = {2034778},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {coercion, coherence, monad, rewriting, type},
}
@inproceedings{monads-relative,
author = {Altenkirch, Thorsten and Chapman, James and Uustalu, Tarmo},
title = {Monads need not be endofunctors},
booktitle = {Proceedings of International conference on foundations of software science and computational structures},
series = {FOSSACS},
year = {2010},
isbn = {3-642-12031-8, 978-3-642-12031-2},
location = {Paphos, Cyprus},
pages = {297--311},
numpages = {15},
url = {http://dx.doi.org/10.1007/978-3-642-12032-9_21},
doi = {10.1007/978-3-642-12032-9_21},
acmid = {2175547}
}
@inproceedings{monads-inaction,
author = {Filinski, Andrzej},
title = {Monads in action},
booktitle = {Proceedings of POPL},
_series = {POPL '10},
year = {2010},
isbn = {978-1-60558-479-9},
location = {Madrid, Spain},
_pages = {483--494},
numpages = {12},
url = {http://doi.acm.org/10.1145/1706299.1706354},
doi = {10.1145/1706299.1706354},
acmid = {1706354},
_publisher = {ACM},
_address = {New York, NY, USA},
keywords = {computational effects, modular semantics, monads},
}
@Unpublished{monads-outrageous,
author = {McBride, Conor},
title = {Kleisli arrows of outrageous fortune},
note = {Journal of Functional Programming (to appear)},
url = {http://personal.cis.strath.ac.uk/~conor/Kleisli.pdf},
year = {2011}
}
@inproceedings{monads-parametric,
author = {Katsumata, Shin-ya},
title = {Parametric Effect Monads and Semantics of Effect Systems},
booktitle = {Proceedings of Symposium on principles of programming languages},
series = {POPL '14},
year = {2014},
isbn = {978-1-4503-2544-8},
location = {San Diego, California, USA},
pages = {633--645},
numpages = {13},
url = {http://doi.acm.org/10.1145/2535838.2535846},
doi = {10.1145/2535838.2535846},
acmid = {2535846},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {algebrac operation, computational effect, effect system, lax monoidal functor, monad, parametric effect monad},
}
@comment{------------------------------------------------------------------------------------------}
@comment{ 3. Comonads & applications
@comment{------------------------------------------------------------------------------------------}
@article{app-exceptions,
title={Advanced topics in exception handling techniques},
author={Knudsen, J{\o}rgen Lindskov, Christophe Dony},
year={2006},
publisher={Springer}
}
@inproceedings{coeffects-modelling,
title={Modelling Coeffects in the Relational Semantics of Linear Logic},
author={Breuvart, Flavien and Pagani, Michele},
booktitle={Leibniz International Proceedings in Informatics},
volume={41},
year={2015},
organization={Schloss Dagstuhl}
}
@inproceedings{coeffects-quantitative,
author = {Alo\"{\i}s Brunel and
Marco Gaboardi and
Damiano Mazza and
Steve Zdancewic},
title = {A Core Quantitative Coeffect Calculus},
booktitle = {ESOP},
year = {2014},
pages = {351-370}
}
@inproceedings{coeffects-icalp13,
author = {Petricek, Tomas and Orchard, Dominic and Mycroft, Alan},
title = {Coeffects: unified static analysis of context-dependence},
booktitle = {Proceedings of International Conference on Automata,
Languages, and Programming - Volume Part II},
series = {ICALP 2013},
location = {Riga, Latvia}
}
@inproceedings{coeffects-icfp14,
author = {Petricek, Tomas and Orchard, Dominic and Mycroft, Alan},
title = {Coeffects: A Calculus of Context-dependent Computation},
booktitle = {Proceedings of International conference on functional programming},
series = {ICFP '14},
year = {2014},
isbn = {978-1-4503-2873-9},
pages = {123--135},
numpages = {13},
}
@phdthesis{comonads-dom-thesis,
author = {Dominic Orchard},
title = {Programming contextual computations},
school = {University of Cambridge},
year = {2013},
}
@article{comonads-notions,
author = {Uustalu, Tarmo and Vene, Varmo},
title = {Comonadic {N}otions of {C}omputation},
journal = {Electron. Notes Theor. Comput. Sci.},
volume = {203},
issue = {5},
month = {June},
year = {2008},
issn = {1571-0661},
pages = {263--284},
numpages = {22}
}
@incollection{comonads-codo,
title={A Notation for Comonads},
author={Orchard, Dominic and Mycroft, Alan},
booktitle={Implementation and Application of Functional Languages},
pages={1--17},
year={2013},
publisher={Springer}
}
@inproceedings{comonads-ypnos,
author = {Orchard, Dominic and Bolingbroke, Max and Mycroft, Alan},
title = {Ypnos: {D}eclarative, {P}arallel {S}tructured {G}rid {P}rogramming},
booktitle = {DAMP '10},
year = {2010},
isbn = {978-1-60558-859-9},
pages = {15--24},
}
@Unpublished{comonads-vs-monads,
author = {Dominic Orchard},
title = {Should {I} use a {M}onad or a {C}omonad?},
note = {Unpublished draft},
url = {http://www.cl.cam.ac.uk/~dao29/drafts/monad-or-comonad-orchard11-draft.pdf},
year = {2012}
}
@Unpublished{comonads-and-codata,
author = {Richard B. Kieburtz},
title = {Codata and {C}omonads in {H}askell},
year = {1999},
note = {Unpublished manuscript}
}
@inproceedings{comonads-computational,
editor = {M. P. Fourman, P. T. Johnstone, and A. M. Pitts},
title = {Computational comonads and intensional semantics},
author = {Stephen Brookes and Shai Geva},
series = {Applications of Categories in Computer Science},
year = {1992},
volum = {177},
publisher = {London Mathematical Society Lecture Note Series, Cambridge University Press}
}
@inproceedings{comonads-containers,
author = {Ahman, Danel and Chapman, James and Uustalu, Tarmo},
title = {When is a container a comonad?},
booktitle = {Proceedings of International Conference on Foundations of Software Science and Computational Structures},
series = {FOSSACS'12},
year = {2012},
isbn = {978-3-642-28728-2},
location = {Tallinn, Estonia},
numpages = {15},
url = {http://dx.doi.org/10.1007/978-3-642-28729-9_5},
doi = {10.1007/978-3-642-28729-9_5},
acmid = {2259329}
}
@inproceedings{comonads-malias,
author = {Petricek, Tomas},
title = {Evaluations strategies for monadic computations},
booktitle = {Proceedings of Mathematically Structured Functional Programming},
series = {MSFP 2012},
location = {Tallinn, Estonia}
}
@comment{------------------------------------------------------------------------------------------}
@comment{ 4. Applications & examples
@comment{------------------------------------------------------------------------------------------}
@inproceedings{app-pixie,
title={Resource aware programming in the {P}ixie {OS}},
author={Lorincz, Konrad and Chen, Bor-rong and Waterman, Jason and Werner-Allen, Geoff and Welsh, Matt},
booktitle={Proceedings of the 6th ACM conference on Embedded network sensor systems},
pages={211--224},
year={2008},
organization={ACM}
}
@misc{app-fsharp,
title={F\#},
author={{The F\# Software Foundation}},
howpublished = {See \url{http://fsharp.org}},
year={2014},
}
@misc{app-fsharp-spec,
title={F\# 3.0 language specification},
author={{The F\# Software Foundation}},
howpublished = {Available at \url{http://fsharp.org/specs/language-spec}},
year={2015}
}
@misc{app-scala-spec,
title={The Scala language specification},
author={Odersky, Martin and Altherr, Philippe and Cremet, Vincent and Emir, Burak and Micheloud, Stphane and Mihaylov, Nikolay and Schinz, Michel and Stenman, Erik and Zenger, Matthias},
howpublished = {Available at \url{http://www.scala-lang.org/docu/files/ScalaReference.pdf}},
year={2014}
}
@inproceedings{app-stencil-dsl,
title={Efficient and Correct Stencil Computation via Pattern Matching and Static Typing},
author={Orchard, Dominic and Mycroft, Alan},
booktitle = {Proceedings of DSL 2011},
series={arXiv preprint arXiv:1109.0777},
year={2011}
}
@inproceedings{app-linq-essence,
author = {Cheney, James and Lindley, Sam and Wadler, Philip},
title = {A Practical Theory of Language-integrated Query},
booktitle = {Proceedings of ICFP},
series = {ICFP '13},
year = {2013},
isbn = {978-1-4503-2326-0},
pages = {403--416},
numpages = {14},
}
@inproceedings{app-inforich,
author = {Syme, Donald and Battocchi, Keith and Takeda, Kenji and Malayeri, Donna and Petricek, Tomas},
title = {Themes in Information-rich Functional Programming for Internet-scale Data Sources},
booktitle = {Proceedings of the 2013 Workshop on Data Driven Functional Programming},
series = {DDFP '13},
year = {2013},
isbn = {978-1-4503-1871-6},
location = {Rome, Italy},
pages = {1--4},
numpages = {4},
}
@inproceedings{app-computation-zoo,
author = {Petricek, Tomas and Syme, Don},
title = {The {F\#} Computation Expression Zoo},
booktitle = {Proceedings of Practical Aspects of Declarative Languages},
series = {PADL 2014},
location = {San Diego, CA, USA}
}
@book{app-sql-injection,
title={SQL Injection Attacks and Defense},
author={Justin Clarke},
year={2009},
publisher={Syngress}
}
@book{app-modern-compiler,
title={Modern compiler implementation in ML},
author={Appel, Andrew W},
year={1998},
publisher={Cambridge University Press}
}
@inproceedings{app-strictness-absecnce,
title={Strictness analysis aids time analysis},
author={Wadler, Philip},
booktitle={Proceedings of Symposium on principles of programming languages},
pages={119--132},
year={1988}
}
@inproceedings{app-linq,
author = {Meijer, Erik and Beckman, Brian and Bierman, Gavin},
title = {{LINQ}: reconciling object, relations and {XML} in the {.NET} framework},
booktitle = {Proceedings of international conference on management of data},
series = {SIGMOD '06},
year = {2006},
isbn = {1-59593-434-0},
location = {Chicago, IL, USA},
pages = {706--706},
numpages = {1},
url = {http://doi.acm.org/10.1145/1142473.1142552},
doi = {10.1145/1142473.1142552},
acmid = {1142552}
}
@inproceedings{app-fsharp-webtools,
author = {Tomas Petricek},
title = {Client-side scripting using meta-programming},
booktitle = {Bachelor thesis, Charles University in Prague},
date = {2007},
year = {2007},
url = {http://www.cl.cam.ac.uk/~tp322/theses/webtools.pdf},
urldate = {2013},
}
@article{app-ocaml-js,
title={From bytecode to {JavasSript}: the js\_of\_ocaml compiler},
author={Vouillon, J{\'e}r{\^o}me and Balat, Vincent},
journal={Software: Practice and Experience},
year={2013},
publisher={Wiley Online Library}
}
@incollection{app-fsharp-webapps,
title={Building Mobile Web Applications},
author={Syme, Don and Granicz, Adam and Cisternino, Antonio},
booktitle={Expert F\# 3.0},
pages={391--426},
year={2012},
publisher={Apress}
}
@inproceedings{app-hop-diffuse,
title={{HOP}: {A} fast server for the diffuse web},
author={Serrano, Manuel},
booktitle={Coordination Models and Languages},
pages={1--26},
year={2009},
organization={Springer}
}
@article{app-hop-lang,
title={Hop client-side compilation},
author={Loitsch, Florian and Serrano, Manuel},
journal={Trends in Functional Programming, TFP},
pages={141--158},
year={2007}
}
@article{app-secure-flow,
author = {Volpano, Dennis and Irvine, Cynthia and Smith, Geoffrey},
title = {A sound type system for secure flow analysis},
journal = {J. Comput. Secur.},
volume = {4},
issue = {2-3},
month = {January},
year = {1996},
pages = {167--187}
}
@article{app-slicing-survey,
title={A survey of program slicing techniques},
author={Tip, Frank},
journal={Journal of programming languages},
volume={3},
number={3},
pages={121--189},
year={1995}
}
@InProceedings{app-distributed-qwesst,
title = "{QWeSST for {T}ype-{S}afe {W}eb {P}rogramming}",
author = "Thierry Sans and Iliano Cervesato",
booktitle = "Third International Workshop on Logics, Agents, and Mobility",
series = "LAM'10",
year = "2010"
}
@INPROCEEDINGS{app-implicit-parameters,
author = {Jeffrey R. Lewis and Mark B. Shields and Erik Meijer and John Launchbury},
title = {Implicit parameters: dynamic scoping with static types},
booktitle = {Proceedings of POPL},
series = {POPL '00},
year = {2000}
}
@inproceedings{app-security-models,
author = {Joseph A. Goguen and
Jos{\'e} Meseguer},
title = {Security Policies and Security Models},
booktitle = {IEEE Symposium on Security and Privacy},
year = {1982},
pages = {11-20},
}
@article{app-secure-information-flow,
author = {Sabelfeld, A. and Myers, A. C.},
title = {Language-based information-flow security},
journal = {IEEE J.Sel. A. Commun.},
issue_date = {September 2006},
volume = {21},
number = {1},
month = sep,
year = {2006},
issn = {0733-8716},
pages = {5--19},
numpages = {15},
url = {http://dx.doi.org/10.1109/JSAC.2002.806121},
doi = {10.1109/JSAC.2002.806121},
acmid = {2314769},
publisher = {IEEE Press},
address = {Piscataway, NJ, USA},
}
@INPROCEEDINGS{app-security-flowcaml,
author = {Vincent Simonet},
title = {Flow {C}aml in a Nutshell},
booktitle = {Proceedings of the first APPSEM-II workshop},
year = {2003},
pages = {152--165}
}
@inproceedings{app-distributed-ml5,
author = {Murphy,VII., Tom and Crary, Karl and Harper, Robert},
title = {Type-safe distributed programming with {ML5}},
booktitle={International Symposium on Trustworthy Global Computing},
pages={108--123},
year={2007},
organization={Springer},
series = {TGC'07},
numpages = {16}
}
@inproceedings{app-capabilities,
title={Typed memory management in a calculus of capabilities},
author={Crary, Karl and Walker, David and Morrisett, Greg},
booktitle={Proceedings of Symposium on principles of programming languages},
pages={262--275},
year={1999},
organization={ACM}
}
@article{app-region-memory,
title={Region-based memory management},
author={Tofte, Mads and Talpin, Jean-Pierre},
journal={Information and Computation},
volume={132},
number={2},
pages={109--176},
year={1997},
publisher={Elsevier}
}
@inproceedings{app-safe-locking,
author = {Abadi, Martin and Flanagan, Cormac and Freund, Stephen N.},
title = {Types for Safe Locking: Static Race Detection for Java},
journal = {ACM Trans. Program. Lang. Syst.},
issue_date = {March 2006},
volume = {28},
number = {2},
month = mar,
year = {2006},
issn = {0164-0925},
pages = {207--255},
numpages = {49},
publisher = {ACM},
}
@article{app-distributed-acute,
author = {Sewell, Peter and Leifer, James J. and Wansbrough, Keith and Nardelli, Francesco Zappa
and Allen-Williams, Mair and Habouzit, Pierre and Vafeiadis, Viktor},
title = {Acute: High-level programming language design for distributed computation},
journal = {Journal of Functional Programming},
issue_date = {July 2007},
volume = {17},
number = {4-5},
month = jul,
year = {2007},
issn = {0956-7968},
pages = {547--612},
numpages = {66},
doi = {10.1017/S0956796807006442},
}
@inproceedings{app-distributed-rebinding,
author = {Bierman, Gavin and Hicks, Michael and Sewell, Peter and Stoyle, Gareth and Wansbrough, Keith},
title = {Dynamic rebinding for marshalling and update, with destruct-time $\lambda$},
booktitle = {Proceedings of International conference on functional programming},
series = {ICFP '03},
year = {2003},
isbn = {1-58113-756-7},
location = {Uppsala, Sweden},
pages = {99--110},
numpages = {12},
url = {http://doi.acm.org/10.1145/944705.944715},
doi = {10.1145/944705.944715},
acmid = {944715},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {distributed programming, dynamic binding, dynamic update, lambda calculus, marshalling, programming languages, serialisation},
}
@article{app-tainting-wasp,
author = {Halfond, William and Orso, Alex and Manolios, Pete},
title = {WASP: Protecting Web Applications Using Positive Tainting and Syntax-Aware Evaluation},
journal = {IEEE Trans. Softw. Eng.},
issue_date = {January 2008},
volume = {34},
number = {1},
month = jan,
year = {2008},
issn = {0098-5589},
pages = {65--81},
numpages = {17},
url = {http://dx.doi.org/10.1109/TSE.2007.70748},
doi = {10.1109/TSE.2007.70748},
acmid = {1340714},
publisher = {IEEE Press},
address = {Piscataway, NJ, USA},
keywords = {Protection mechanisms, Protection mechanisms, Security and Protection, Security and Protection},
}
@inproceedings{app-tainting-xss,
title={Cross site scripting prevention with dynamic data tainting and static analysis},
author={Vogt, Philipp and Nentwich, Florian and Jovanovic, Nenad and Kirda, Engin and Kruegel, Christopher and Vigna, Giovanni},
booktitle={Proceeding of the network and distributed system security symposium},
volume={42},
year={2007}
}
@inproceedings{app-tainting-sql,
title={Using positive tainting and syntax-aware evaluation to counter SQL injection attacks},
author={Halfond, William GJ and Orso, Alessandro and Manolios, Panagiotis},
booktitle={Proceedings of International symposium on foundations of software engineering},
pages={175--185},
year={2006},
organization={ACM}
}
@inproceedings{app-provenance-future,
title={Provenance: a future history},
author={Cheney, James and Chong, Stephen and Foster, Nate and Seltzer, Margo and Vansummeren, Stijn},
booktitle={Proceedings of Conference on object oriented programming systems languages and applications},
series = {OOPSLA '09},
pages={957--964},
year={2009},
organization={ACM}
}
@inproceedings{app-provenance-db,
author = {Cheney, James and Ahmed, Amal and Acar, Umut A.},
title = {Provenance as dependency analysis},
booktitle = {Proceedings of International conference on database programming languages},
series = {DBPL'07},
year = {2007},
isbn = {3-540-75986-7, 978-3-540-75986-7},
location = {Vienna, Austria},
pages = {138--152},
numpages = {15},
url = {http://dl.acm.org/citation.cfm?id=1783534.1783549},
acmid = {1783549},
address = {Berlin, Heidelberg},
}
@INPROCEEDINGS{app-distributed-links,
author = {Ezra Cooper and Sam Lindley and Philip Wadler and Jeremy Yallop},
title = {Links: {W}eb programming without tiers},
series = {FMCO '00},
year = {2006}
}
@inproceedings{app-type-classes,
author = {Wadler, P. and Blott, S.},
title = {How to make ad-hoc polymorphism less ad hoc},
booktitle = {Proceedings of Symposium on principles of programming languages},
series = {POPL '89},
year = {1989},
isbn = {0-89791-294-2},
location = {Austin, Texas, USA},
pages = {60--76},
numpages = {17},
url = {http://doi.acm.org/10.1145/75277.75283},
doi = {10.1145/75277.75283},
acmid = {75283},
publisher = {ACM},
address = {New York, NY, USA},
}
@inproceedings{app-dcc,
author = {Abadi, Mart\'{\i}n and Banerjee, Anindya and Heintze, Nevin and Riecke, Jon G.},
title = {A core calculus of dependency},
booktitle = {Proceedings of POPL},
_series = {POPL '99},
year = {1999},
}
@incollection{app-binding-time-analysis,
title={A unified framework for binding-time analysis},
author={Thiemann, Peter},
booktitle={Theory and Practice of Software Development},
pages={742--756},
year={1997},
publisher={Springer}
}
@article{app-cop-method,
title={Context-oriented programming},
author={Hirschfeld, Robert and Costanza, Pascal and Nierstrasz, Oscar},
journal={Journal of Object Technology},
volume={7},
number={3},
year={2008},
publisher={Citeseer}
}
@inproceedings{app-cop-contextl,
author = {Costanza, Pascal and Hirschfeld, Robert},
title = {Language constructs for context-oriented programming: an overview of {ContextL}},
booktitle = {Proceedings of Symposium on dynamic languages},
series = {DLS '05},
year = {2005},
location = {San Diego, California},
pages = {1--10},
numpages = {10},
url = {http://doi.acm.org/10.1145/1146841.1146842},
doi = {10.1145/1146841.1146842},
acmid = {1146842},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {Context-oriented Programming, dynamic scope, layers, views},
}
@inproceedings{app-cop-mobile2,
author = {Du, Weichang and Wang, Lei},
title = {Context-aware Application Programming for Mobile Devices},
booktitle = {Proceedings of the 2008 C3S2E Conference},
series = {C3S2E '08},
year = {2008},
isbn = {978-1-60558-101-9},
pages = {215--227},
numpages = {13},
publisher = {ACM},
address = {New York, NY, USA},
}
@inproceedings{app-cop-mobile,
title={A framework for developing mobile, context-aware applications},
author={Biegel, Gregory and Cahill, Vinny},
booktitle={Pervasive Computing and Communications, 2004},
pages={361--365},
year={2004},
organization={IEEE}
}
@incollection{app-cop-javafwk,
title={The {J}ava Context Awareness Framework ({JCAF}) -- {A} service infrastructure and programming framework for context-aware applications},
author={Bardram, Jakob E},
booktitle={Pervasive Computing},
pages={98--115},
year={2005},
publisher={Springer}
}
@misc{app-android-multitarget,
author = {{Developers (Android)}},
howpublished = "\url{http://developer.android.com/training/multiple-apks/api.html}",
year = {2013},
title = {{Creating multiple APKs for different API levels}},
}
@article{app-dsu-programs,
title={On dynamically updating a computer program: From concept to prototype},
author={Frieder, Ophir and Segal, Mark E},
journal={Journal of Systems and Software},
volume={14},
number={2},
pages={111--128},
year={1991},
publisher={Elsevier}
}
@inproceedings{app-dsu,
author = {Hicks, Michael and Moore, Jonathan T. and Nettles, Scott},
title = {Dynamic Software Updating},
booktitle = {Proceedings of Conference on Programming Language Design and Implementation},
series = {PLDI '01},
year = {2001},
isbn = {1-58113-414-2},
pages = {13--23},
numpages = {11},
publisher = {ACM},
}
@article{{app-dsu-mutatis,
author = {Stoyle, Gareth and Hicks, Michael and Bierman, Gavin and Sewell, Peter and Neamtiu, Iulian},
title = {Mutatis Mutandis: Safe and Predictable Dynamic Software Updating},
journal = {ACM Trans. Program. Lang. Syst.},
issue_date = {August 2007},
volume = {29},
number = {4},
month = aug,
year = {2007},
issn = {0164-0925},
articleno = {22},
publisher = {ACM},
address = {New York, NY, USA},
}
@incollection{app-fsharp-async,
title={The {F\#} asynchronous programming model},
author={Syme, Don and Petricek, Tomas and Lomov, Dmitry},
booktitle={Practical Aspects of Declarative Languages},
pages={175--189},
year={2011},
publisher={Springer}
}
@inproceedings{app-fsharp-metaprog,
title={Leveraging {.NET} meta-programming components from {F\#}: integrated queries and interoperable heterogeneous execution},
author={Syme, Don},
booktitle={Proceedings of the 2006 workshop on ML},
pages={43--54},
year={2006},
organization={ACM}
}
@inproceedings{app-haskell-stm,
title={Composable memory transactions},
author={Harris, Tim and Marlow, Simon and Peyton-Jones, Simon and Herlihy, Maurice},
booktitle={Proceedings of Symposium on principles and practice of parallel programming},
pages={48--60},
year={2005},
organization={ACM}
}
@misc{app-fsharp-world,
author = {Tomas Petricek},
title = {Understanding the world with {F\#}},
date = {2013},
howpublished = {Available at \url{http://channel9.msdn.com/posts/Understanding-the-World-with-F}},
}
@misc{app-android-apilevel,
author = {Google},
title = {What is {API} level},
date = {March 2014},
howpublished = {Retrieved from \url{http://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels}},
}
@incollection{app-units,