-
Notifications
You must be signed in to change notification settings - Fork 1
/
cites.bib
4263 lines (3774 loc) · 128 KB
/
cites.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{choi1975completely,
title={Completely positive linear maps on complex matrices},
author={Choi, Man-Duen},
journal={Linear algebra and its applications},
year={1975},
publisher={Elsevier}
}
@article{jamiolkowski1972linear,
title={Linear transformations which preserve trace and positive semidefiniteness of operators},
author={Jamio{\l}kowski, Andrzej},
journal={Reports on Mathematical Physics},
year={1972},
publisher={Elsevier}
}
@article{danos2007self,
title={Self-assembling trees},
author={Danos, V. and Krivine, J. and Tarissan, F.},
journal={Electronic Notes in Theoretical Computer Science},
pages={19--32},
year={2007},
publisher={Elsevier}
}
@article{plotkin1977lcf,
title={LCF considered as a programming language},
author={Plotkin, G.D.},
journal={Theoretical Computer Science},
pages={223--255},
year={1977},
publisher={Elsevier}
}
@article{plotkin2009handlers,
title={Handlers of algebraic effects},
author={Plotkin, G. and Pretnar, M.},
journal={Programming Languages and Systems},
pages={80--94},
year={2009},
publisher={Springer}
}
@article{bauer2012programming,
title={Programming with Algebraic Effects and Handlers},
author={Bauer, A. and Pretnar, M.},
journal={arXiv preprint arXiv:1203.1539},
year={2012}
}
@article{DBLP:journals/tcs/BergstraHT09,
author = {Jan A. Bergstra and
Yoram Hirshfeld and
J. V. Tucker},
title = {Meadows and the equational specification of division},
journal = {Theor. Comput. Sci.},
volume = {410},
number = {12-13},
year = {2009},
pages = {1261-1271},
ee = {http://dx.doi.org/10.1016/j.tcs.2008.12.015},
bibsource = {DBLP, http://dblp.uni-trier.de}
}
@inproceedings{DBLP:conf/birthday/BergstraHT08,
author = {Jan A. Bergstra and
Yoram Hirshfeld and
John Tucker},
title = {Fields, Meadows and Abstract Data Types},
booktitle = {Pillars of Computer Science},
year = {2008},
pages = {166-178},
ee = {http://dx.doi.org/10.1007/978-3-540-78127-1_10}
}
@ARTICLE{Mcbride_applicativeprogramming,
author = {Conor Mcbride and Ross Paterson},
title = {Idioms : Applicative programming with effects},
journal = {Journal of Functional Programming},
year = {2007},
volume = {18}
}
@inproceedings{DBLP:conf/csfw/MalacariaS12,
author = {Pasquale Malacaria and
Fabrizio Smeraldi},
title = {The Thermodynamics of Confidentiality},
booktitle = {CSF},
year = {2012},
pages = {280-290},
ee = {http://doi.ieeecomputersociety.org/10.1109/CSF.2012.18},
}
@article{mellies2008categorical,
title={Categorical semantics of linear logic},
author={Melli{\`e}s, P.A.},
journal={A para{\i}tre dans Panoramas et Syntheses, Soci{\'e}t{\'e} Math{\'e}matique de France},
year={2008},
publisher={Citeseer}
}
@article{berut2012experimental,
title={Experimental verification of Landauer/'s principle linking information and thermodynamics},
author={B{\'e}rut, A. and Arakelyan, A. and Petrosyan, A. and Ciliberto, S. and Dillenschneider, R. and Lutz, E.},
journal={Nature},
volume={483},
number={7388},
pages={187--189},
year={2012},
publisher={Nature Publishing Group}
}
@book{sen2006argumentative,
title={{The argumentative Indian: Writings on Indian history, culture and identity}},
author={Sen, A.},
year={2006},
publisher={Picador}
}
@book{boole1854investigation,
title={An investigation of the laws of thought: on which are founded the mathematical theories of logic and probabilities},
author={Boole, G.},
volume={2},
year={1854},
publisher={Walton and Maberly}
}
@misc{math/9802029,
Author = {John C. Baez and James Dolan},
Title = {Categorification},
Year = {1998},
Howpublished = {In Higher Category Theory, Contemp. Math. 230, 1998, pp. 1-36.},
}
@misc{q-alg/9607028,
Author = {Louis Crane and David N. Yetter},
Title = {Examples of categorification},
Year = {1996},
Eprint = {arXiv:q-alg/9607028},
}
@inproceedings{Ghica:2007:GSS:1190216.1190269,
author = {Ghica, Dan R.},
title = {Geometry of synthesis: a structured approach to {VLSI} design},
booktitle = {POPL},
year = {2007},
location = {Nice, France},
pages = {363--375},
numpages = {13},
publisher = {ACM},
keywords = {game semantics, geometry of interaction, syntactic control of interference, synthesis},
}
@incollection{selinger-graphical,
author = {Selinger, P.},
affiliation = {Department of Mathematics and Statistics, Dalhousie University, Halifax, NS Canada},
title = {A Survey of Graphical Languages for Monoidal Categories},
booktitle = {New Structures for Physics},
series = {Lecture Notes in Physics},
editor = {Coecke, Bob},
publisher = {Springer Berlin / Heidelberg},
isbn = {},
pages = {289-355},
volume = {813},
year = {2011}
}
@MISC{abramsky-2008,
author = {Samson Abramsky and Bob Coecke},
title = {Categorical quantum mechanics},
note = {\url{arXiv:0808.1023} [quant-ph]},
year = {2008}
}
@article{Selinger:2001:CCD:966910.966911,
author = {Selinger, Peter},
title = {Control categories and duality: on the categorical semantics of the lambda-mu calculus},
journal = {Mathematical. Structures in Comp. Sci.},
volume = {11},
issue = {2},
month = {April},
year = {2001},
pages = {207--260},
numpages = {54},
publisher = {Cambridge University Press},
address = {New York, NY, USA},
}
@inproceedings{DBLP:conf/rta/Wadler05,
author = {Philip Wadler},
title = {Call-by-Value Is Dual to Call-by-Name - Reloaded},
booktitle = {RTA},
year = {2005},
pages = {185-203},
crossref = {DBLP:conf/rta/2005},
}
@inproceedings{rc2011,
author = {Bowman, William J. and James, Roshan P. and Sabry, Amr},
title = {{Dagger Traced Symmetric Monoidal Categories and Reversible Programming}},
booktitle = {RC},
year = {2011},
}
@InProceedings{rc2012,
author = {Roshan P. James and Amr Sabry},
title = {Isomorphic Interpreters from Logically Reversible Abstract Machines},
booktitle = {RC},
year = {2012},
}
@inproceedings{DBLP:conf/popl/Wadler92,
author = {Philip Wadler},
title = {The Essence of Functional Programming},
booktitle = {POPL},
year = {1992},
pages = {1-14},
ee = {http://doi.acm.org/10.1145/143165.143169},
bibsource = {DBLP, http://dblp.uni-trier.de}
}
@article{baez2011physics,
title={Physics, topology, logic and computation: a Rosetta Stone},
author={Baez, J. and Stay, M.},
journal={New Structures for Physics},
pages={95--172},
year={2011},
publisher={Springer}
}
@article{weinstein1996groupoids,
title={Groupoids: unifying internal and external symmetry},
author={Weinstein, A.},
journal={Notices of the AMS},
volume={43},
number={7},
pages={744--752},
year={1996}
}
@book{higgins1971notes,
title={Notes on categories and groupoids},
author={Higgins, P.J.},
volume={32},
year={1971},
publisher={Van Nostrand Reinhold}
}
@string{popl = {Proceedings of the {ACM} {SIGPLAN}-{SIGACT} Symposium on Principles of Programming Languages}}
@book{bloom1993iteration,
title={Iteration theories: the equational logic of iterative processes},
author={Bloom, S.L. and {\'E}sik, Z.},
year={1993},
publisher={Springer-Verlag}
}
@Book{nla.cat-vn1051288,
author = {Saunders {Mac Lane}},
title = {Categories for the working mathematician },
publisher = {Springer-Verlag},
year = {1971},
subjects = {Categories (Mathematics)}
}
@proceedings{DBLP:conf/ctcs/1985,
editor = {David H. Pitt and
Samson Abramsky and
Axel Poign{\'e} and
David E. Rydeheard},
title = {Category Theory and Computer Programming, Tutorial and Workshop,
Guildford, UK, September 16-20, 1985 Proceedings},
booktitle = {CTCS},
publisher = {Springer},
series = {Lecture Notes in Computer Science},
year = {1986},
}
@book{Halmos,
author = {Halmos, Paul},
note = {Reprinted by Springer-Verlag, Undergraduate Texts in Mathematics, 1974},
publisher = {Van Nostrand},
title = {Naive Set Theory},
year = 1960
}
@article{Sabry:1997:RC:267959.269968,
author = {Sabry, Amr and Wadler, Philip},
title = {A reflection on call-by-value},
journal = {ACM Trans. Program. Lang. Syst.},
volume = {19},
number = {6},
year = {1997},
pages = {916--941},
publisher = {ACM}
}
@inproceedings{Yokoyama:2007:RPL:1244381.1244404,
author = {Yokoyama, Tetsuo and Gl\"{u}ck, Robert},
title = {A reversible programming language and its invertible self-interpreter},
booktitle = {PEPM},
year = {2007},
location = {Nice, France},
pages = {144--153},
numpages = {10},
publisher = {ACM},
keywords = {Janus, non-standard interpreter hierarchy, program inversion, reversible computing, reversible programming language, self-interpreter},
}
@inproceedings{Mellies:2006:FBS:2111603.2111605,
author = {Melli\`{e}s, Paul-Andr{\'e}},
title = {Functorial boxes in string diagrams},
booktitle = {Proceedings of the 20th international conference on Computer Science Logic},
series = {CSL'06},
year = {2006},
publisher = {Springer-Verlag},
}
@inproceedings{penrose-string-diagrams,
author = {Penrose, R},
title = {Applications of negative dimensional tensors},
booktitle = {Combinatorial Mathematics and its Applications},
year = {1971},
publisher = {Academic Press}
}
@inproceedings{Axelsen:2011:RPC:1987171.1987176,
author = {Axelsen, Holger Bock and Gl\"{u}ck, Robert},
title = {What do reversible programs compute?},
booktitle = {FOSSACS/ETAPS},
year = {2011},
pages = {42--56},
numpages = {15},
publisher = {Springer-Verlag},
}
@inproceedings{Danvy:2008:RRN:1813347.1813350,
author = {Danvy, Olivier},
title = {From reduction-based to reduction-free normalization},
booktitle = {AFP},
year = {2009},
location = {Heijen, The Netherlands},
pages = {66--164},
numpages = {99},
publisher = {Springer-Verlag},
}
@inproceedings{James:2012:IE:2103656.2103667,
author = {James, Roshan P. and Sabry, Amr},
title = {Information effects},
booktitle = {POPL},
year = {2012},
location = {Philadelphia, PA, USA},
pages = {73--84},
numpages = {12},
publisher = {ACM},
}
@TechReport{phantom,
author = {James Cheney and Ralf Hinze},
title = {First-Class Phantom Types},
institution = {Cornell Univ.},
year = 2003}
@inproceedings{Xi:2003:GRD:604131.604150,
author = {Xi, Hongwei and Chen, Chiyan and Chen, Gang},
title = {Guarded recursive datatype constructors},
booktitle = {POPL},
year = {2003},
location = {New Orleans, Louisiana, USA},
pages = {224--235},
numpages = {12},
publisher = {ACM},
keywords = {guarded recursive datatype constructors},
}
@inproceedings{Rendel:2010:ISD:1863523.1863525,
author = {Rendel, Tillmann and Ostermann, Klaus},
title = {Invertible syntax descriptions: unifying parsing and pretty printing},
booktitle = {Symposium on Haskell},
year = {2010},
location = {Baltimore, Maryland, USA},
pages = {1--12},
numpages = {12},
publisher = {ACM},
keywords = {embedded domain specific languages, invertible computation, parser combinators, pretty printing},
}
@article{DBLP:journals/logcom/PierroHW05,
author = {Alessandra Di Pierro and
Chris Hankin and
Herbert Wiklicky},
title = {Probabilistic Lambda-calculus and Quantitative Program
Analysis},
journal = {J. Log. Comput.},
volume = {15},
number = {2},
year = {2005},
}
@article{DBLP:journals/tcs/Barr95,
author = {Michael Barr},
title = {Nonsymmetric *-Autonomous Categories},
journal = {Theor. Comput. Sci.},
volume = {139},
number = {1{\&}2},
year = {1995},
pages = {115-130},
ee = {http://dx.doi.org/10.1016/0304-3975(94)00089-2},
bibsource = {DBLP, http://dblp.uni-trier.de}
}
@article{DBLP:journals/mscs/Barr91,
author = {Michael Barr},
title = {*-Autonomous Categories and Linear Logic},
journal = {Mathematical Structures in Computer Science},
volume = {1},
number = {2},
year = {1991},
pages = {159-178},
ee = {http://dx.doi.org/10.1017/S0960129500001274},
bibsource = {DBLP, http://dblp.uni-trier.de}
}
@book{DBLP:books/daglib/0080381,
author = {Michael Barr and
Charles Wells},
title = {Category theory for computing science (2. ed.)},
publisher = {Prentice Hall},
series = {Prentice Hall international series in computer science},
year = {1995},
isbn = {978-0-13-323809-9},
pages = {I-XVII, 1-325},
bibsource = {DBLP, http://dblp.uni-trier.de}
}
@book{hammond1998data,
title={Data speculation support for a chip multiprocessor},
author={Hammond, L. and Willey, M. and Olukotun, K.},
year={1998},
publisher={ACM}
}
@inproceedings{DBLP:conf/popl/Mackie95,
author = {Ian Mackie},
title = {The Geometry of Interaction Machine},
booktitle = {POPL},
year = {1995},
pages = {198-208},
ee = {http://doi.acm.org/10.1145/199448.199483},
bibsource = {DBLP, http://dblp.uni-trier.de}
}
@inproceedings{Mackie2011,
author = {Ian Mackie},
title = {Reversible Higher-order Computations},
booktitle = {Workshop on Reversible Computation},
year = {2011},
}
@inproceedings{girard1989towards,
title={Towards a geometry of interaction},
author={Girard, J.Y.},
booktitle={Categories in computer science and logic: proceedings of
the AMS-IMS-SIAM Joint Summer Research Conference},
volume={92},
pages={69},
year={1989},
organization={Amer. Math. Society}
}
@article{girard1989geometry,
title={Geometry of interaction 1: Interpretation of System F},
author={Girard, J.Y.},
journal={Studies in Logic and the Foundations of Mathematics},
volume={127},
pages={221--260},
year={1989},
publisher={Elsevier}
}
@article{Hasegawa:2009:TMC:1552068.1552069,
author = {Hasegawa, Masahito},
title = {On traced monoidal closed categories},
journal = {MSCS},
volume = {19},
issue = {2},
month = {April},
year = {2009},
issn = {0960-1295},
pages = {217--244},
numpages = {28},
doi = {10.1017/S0960129508007184},
acmid = {1552069},
publisher = {Cambridge University Press},
address = {New York, NY, USA},
}
@inproceedings{Hasegawa:1997:RCS:645893.671607,
author = {Hasegawa, Masahito},
title = {Recursion from Cyclic Sharing: Traced Monoidal Categories and Models of Cyclic Lambda Calculi},
booktitle = {TLCA},
year = {1997},
pages = {196--213}
}
@article{mazur2008one,
title={When is one thing equal to some other thing?},
author={Mazur, B.},
journal={Proof and Other Dilemmas: Mathematics and Philosophy, Mathematical Association of America, Washington, DC},
pages={221--241},
year={2008},
publisher={Citeseer}
}
@inproceedings{DBLP:conf/calco/Abramsky05,
author = {Samson Abramsky},
title = {Abstract Scalars, Loops, and Free Traced and Strongly Compact
Closed Categories},
booktitle = {CALCO},
year = {2005},
}
@conference{joyal1996traced,
title={{Traced monoidal categories}},
author={Joyal, A. and Street, R. and Verity, D.},
booktitle={Mathematical Proceedings of the Cambridge Philosophical Society},
year={1996},
organization={Cambridge Univ Press}
}
@phdthesis{Frank:1999:REC:930275,
author = {Frank, Michael P.},
title = {Reversibility for efficient computing},
year = {1999},
school = {Massachusetts Institute of Technology},
}
@inproceedings{DBLP:conf/icfp/ReedP10,
author = {Jason Reed and
Benjamin C. Pierce},
title = {Distance makes the types grow stronger: a calculus for differential
privacy},
booktitle = {ICFP},
year = {2010},
}
@Article{PhysRevA.32.3266,
title = {Reversible logic and quantum computers},
author = {Peres, Asher },
journal = {Phys. Rev. A},
volume = {32},
number = {6},
year = {1985},
month = {Dec},
publisher = {American Physical Society}
}
@article{Shannon1948,
author = {Claude Elwood Shannon},
interhash = {754130207906fcec16a53d330eeff348},
intrahash = {a1481c8475c34522e7f46a8dac9890a0},
journal = {Bell Systems Technical Journal},
pages = {379-423,623-656},
title = {A mathematical theory of communication},
volume = 27,
year = 1948,
timestamp = {2009.02.13},
keywords = {imported},
added-at = {2010-11-08T15:06:07.000+0100},
file = {:A mathematical theory of communication.pdf:PDF},
owner = {Yifan Peng},
biburl = {http://www.bibsonomy.org/bibtex/2a1481c8475c34522e7f46a8dac9890a0/yfpeng}
}
@InProceedings{bio,
author = {Luca Cardelli and Gianluigi Zavattaro},
title = {On the Computational Power of Biochemistry},
booktitle = {Third International Conference on Algebraic Biology},
year = 2008
}
@INPROCEEDINGS{Massey,
author = {James L. Massey},
title = {Guessing and Entropy},
booktitle = {Proceedings of the IEEE International Symposium on Information Theory},
year = {1994},
pages = {204}
}
@inproceedings{Prabhu:2010:SPS:1806596.1806603,
author = {Prabhu, Prakash and Ramalingam, Ganesan and Vaswani, Kapil},
title = {Safe programmable speculative parallelism},
booktitle = {ACM Conference on Programming Language Design and Implementation},
year = {2010},
location = {Toronto, Ontario, Canada},
pages = {50--61},
numpages = {12},
publisher = {ACM},
keywords = {purity, rollback freedom, safety, speculative parallelism, value speculation},
}
@inproceedings{Macii:1996:ECE:874066.875828,
author = {Macii, Enrico and Poncino, Massimo},
title = {Exact Computation of the Entropy of a Logic Circuit},
booktitle = {Proceedings of the 6th Great Lakes Symposium on VLSI},
year = {1996},
acmid = {875828},
publisher = {IEEE Computer Society},
address = {Washington, DC, USA},
}
@article{ClarkHM07,
author = {Clark, David and Hunt, Sebastian and Malacaria, Pasquale},
title = {A static analysis for quantifying information flow in a simple imperative language},
journal = {J. Comput. Secur.},
volume = {15},
issue = {3},
month = {August},
year = {2007},
pages = {321--371},
numpages = {51},
publisher = {IOS Press},
keywords = {Security, confidentiality, information flow, information theory, leakage, measurement, program analysis, quantify interference, static analysis, while language},
}
@inproceedings{malacaria2007assessing,
author = {Malacaria, Pasquale},
title = {Assessing security threats of looping constructs},
booktitle = {POPL},
year = {2007},
location = {Nice, France},
pages = {225--235},
numpages = {11},
publisher = {ACM},
keywords = {information theory, language semantics, security},
}
@article{DiPierro:2006:RCL:1166042.1166047,
author = {Di Pierro, Alessandra and Hankin, Chris and Wiklicky, Herbert},
title = {Reversible combinatory logic},
journal = {MSCS},
volume = {16},
issue = {4},
month = {August},
year = {2006},
pages = {621--637},
numpages = {17},
acmid = {1166047},
publisher = {Cambridge University Press},
address = {New York, NY, USA},
}
@inproceedings{Kluge:1999:SEMCD,
author = {Kluge, Werner E.},
title = {A Reversible {SE(M)CD} Machine},
booktitle = {International Workshop on Implementation of Functional Languages},
year = {2000},
pages = {95--113},
numpages = {19},
publisher = {Springer-Verlag},
}
@inproceedings{Stoddart2006,
author = {Bill Stoddart and
Frank Zeyda and
Robert Lynas},
title = {A Design-Based Model of Reversible Computation},
booktitle = {UTP},
year = {2006},
pages = {63-83},
ee = {http://dx.doi.org/10.1007/11768173_4},
bibsource = {DBLP, http://dblp.uni-trier.de}
}
@Comment crossref = {DBLP:conf/utp/2006},
@article{danos2004reversible,
title={{Reversible communicating systems}},
author={Danos, V. and Krivine, J.},
journal={Concurrency Theory},
pages={292--307},
year={2004},
publisher={Springer}
}
@inproceedings{sabelfeld2005dimensions,
author = {Sabelfeld, Andrei and Sands, David},
title = {Dimensions and Principles of Declassification},
booktitle = {Proceedings of the 18th IEEE workshop on Computer Security Foundations},
year = {2005},
isbn = {0-7695-2340-4},
pages = {255--269},
numpages = {15},
url = {http://portal.acm.org/citation.cfm?id=1068506.1068880},
doi = {10.1109/CSFW.2005.15},
acmid = {1068880},
publisher = {IEEE Computer Society},
address = {Washington, DC, USA},
}
@conference{chong2008end,
title={{End-to-end enforcement of erasure and declassification}},
author={Chong, S. and Myers, A.C.},
booktitle={Computer Security Foundations Symposium. CSF},
pages={98--111},
year={2008},
organization={IEEE}
}
@article{askarov2008termination,
title={{Termination-insensitive noninterference leaks more than just a bit}},
author={Askarov, A. and Hunt, S. and Sabelfeld, A. and Sands, D.},
journal={Computer Security-ESORICS 2008},
pages={333--348},
year={2008},
publisher={Springer}
}
@article{denning1976lattice,
author = {Denning, Dorothy E.},
title = {A lattice model of secure information flow},
journal = {Commun. ACM},
volume = {19},
issue = {5},
month = {May},
year = {1976},
pages = {236--243},
numpages = {8},
publisher = {ACM},
keywords = {information flow, lattice, program certification, protection, security, security class},
}
@article{bennett2010notes,
title={{Notes on the history of reversible computation}},
author={Bennett, C.H.},
journal={IBM Journal of Research and Development},
volume={32},
number={1},
pages={16--23},
year={2010},
publisher={IBM}
}
@article{Baker:1992:LLL,
author = {Baker, Henry G.},
title = {Lively linear {Lisp}: --- look ma, no garbage! ---},
journal = {SIGPLAN Not.},
volume = {27},
issue = {8},
month = {August},
year = {1992},
pages = {89--98},
numpages = {10},
publisher = {ACM},
}
@inproceedings{Baker:1992:NFT,
author = {Baker, Henry G.},
title = {NREVERSAL of Fortune - The Thermodynamics of Garbage Collection},
booktitle = {Proceedings of the International Workshop on Memory Management},
year = {1992},
pages = {507--524},
numpages = {18},
publisher = {Springer-Verlag},
}
@article{Baker:1994:LLP,
author = {Baker, Henry G.},
title = {Linear logic and permutation stacks - the Forth shall be first},
journal = {SIGARCH Comput. Archit. News},
volume = {22},
issue = {1},
month = {March},
year = {1994},
pages = {34--43},
numpages = {10},
publisher = {ACM},
}
@inproceedings{Yokoyama:2008:PRP,
author = {Yokoyama, Tetsuo and Axelsen, Holger Bock and Gl\"{u}ck, Robert},
title = {Principles of a reversible programming language},
booktitle = {Conference on Computing Frontiers},
year = {2008},
location = {Ischia, Italy},
pages = {43--54},
numpages = {12},
publisher = {ACM},
keywords = {backward determinism, fast fourier transform, inverse semantics, reversible computing, turing completeness},
}
@conference{abadi2002faithful,
title={{Faithful ideal models for recursive polymorphic types}},
author={Abadi, M. and Pierce, B. and Plotkin, G.},
booktitle={Logic in Computer Science, 1989. LICS'89, Proceedings., Fourth Annual Symposium on},
pages={216--225},
isbn={0818619546},
year={2002},
organization={IEEE}
}
@conference{macqueen1984ideal,
title={{An ideal model for recursive polymorphic types}},
author={MacQueen, D. and Plotkin, G. and Sethi, R.},
booktitle={Proceedings of the 11th ACM SIGACT-SIGPLAN symposium on Principles of programming languages},
pages={165--174},
isbn={0897911253},
year={1984},
organization={ACM}
}
@Comment Can't find this paper on ACM
@inproceedings{Mu:2001:FQP,
author = {Shin-Cheng Mu and
Richard S. Bird},
title = {Functional Quantum Programming},
booktitle = {APLAS},
year = {2001},
pages = {75-88},
bibsource = {DBLP, http://dblp.uni-trier.de}
}
@Comment crossref = {DBLP:conf/aplas/2001},
@Comment This is not there on ACM
@inproceedings{Mu:2004:ILRC,
author = {Shin-Cheng Mu and
Zhenjiang Hu and
Masato Takeichi},
title = {An Injective Language for Reversible Computation},
booktitle = {MPC},
year = {2004},
pages = {289-313},
bibsource = {DBLP, http://dblp.uni-trier.de}
}
@Comment crossref = {DBLP:conf/mpc/2004},
@article{Green:2008:RIC,
author = {Green, Alexander S. and Altenkirch, Thorsten},
title = {From Reversible to Irreversible Computations},
journal = {Electron. Notes Theor. Comput. Sci.},
volume = {210},
month = {July},
year = {2008},
pages = {65--74},
numpages = {10},
publisher = {Elsevier Science Publishers B. V.},
keywords = {Reversible computation, categorical models, irreversible computation, quantum computation},
}
@article{Zuliani:2001:LR,
author = {Zuliani, P.},
title = {Logical reversibility},
journal = {IBM J. Res. Dev.},
volume = {45},
issue = {6},
month = {November},
year = {2001},
pages = {807--818},
numpages = {12},
publisher = {IBM Corp.},
}
@InProceedings{stoddart2003forth,
title={{Using Forth in an Investigation into Reversible Computation}},
author={Stoddart, B.},
booktitle = {EuroForth},
pages={1-8},
year={2003}
}
@article{bennett2003notes,
title={{Notes on Landauer's principle, reversible computation, and Maxwell's Demon}},
author={Bennett, C.H.},
journal={Studies In History and Philosophy of Science Part B: Studies In History and Philosophy of Modern Physics},
volume={34},
number={3},
pages={501--510},
year={2003},
publisher={Elsevier}
}
@article{fredkin1982conservative,
title={{Conservative logic}},
author={Fredkin, E. and Toffoli, T.},
journal={International Journal of Theoretical Physics},
volume={21},
number={3},
pages={219--253},
year={1982},
publisher={Springer}
}
@article{10.1109/LICS.2010.23,
author = {Noam Zeilberger},
title = {Polarity and the Logic of Delimited Continuations},
journal = {LICS},
year = {2010}
}
@article{Bennett:1973:LRC,
author = {Bennett, C. H.},
title = {Logical reversibility of computation},
journal = {IBM J. Res. Dev.},
volume = {17},
issue = {6},
month = {November},
year = {1973},
pages = {525--532},
numpages = {8},
publisher = {IBM Corp.},
}
@conference{wadler1990linear,
title={{Linear types can change the world}},
author={Wadler, P.},
booktitle={IFIP TC},
volume={2},
pages={347--359},
year={1990},
organization={Citeseer}
}
@InProceedings{1079699,
author = {Thorsten Altenkirch and Jonathan Grattage},
title = {A Functional Quantum Programming Language},
booktitle = {LICS},
year = 2005,
editor = {Prakash Panangaden},
month = {June},
pages = {249--258},
location = {Chicago, USA},
publisher = {IEEE Computer Society Press}
}
@article{altenkirch2005qml,
title={{QML: Quantum data and control}},
author={Altenkirch, T. and Grattage, J.},
year={2005},
}
@article{springerlink:10.1007/BF02650179,
author = {Feynman, Richard},
title = {Simulating physics with computers},
journal = {International Journal of Theoretical Physics},
pages = {467-488},
volume = {21},
issue = {6},
year = {1982}
}
@Article{rauszer,
author = {C. Rauszer},
title = {Semi-boolean algebras and their applications to intuitionistic logic with dual operators},
journal = {Fundamenta Mathematicae},
year = 1974,
volume = 83,
pages = {219-249}
}
@InCollection{rauszer2,
author = {C. Rauszer},
title = {An algebraic and {Kripke}-style approach to a certain
extension of intuitionistic logic},
booktitle = {Dissertationes Mathmaticae},
publisher = {Institut Math\'ematique de l'Acad\'emie Polonaise des Sciences},
year = 1980,
volume = 167
}
@article{Crolard01082004,
author = {Crolard, Tristan},
title = {A Formulae-as-Types Interpretation of Subtractive Logic},
volume = {14},
number = {4},
pages = {529-570},
year = {2004},
journal = {Journal of Logic and Computation}
}
@phdthesis{grattage2006thesis,
title={{QML: A functional quantum programming language}},
author={Grattage, J.},
year={2006},
school={The University of Nottingham}
}