Skip to content

Commit 2396512

Browse files
checking in files for the meta paper on reflection in Wyvern
1 parent d992c85 commit 2396512

File tree

3 files changed

+1479
-0
lines changed

3 files changed

+1479
-0
lines changed

reflection/capability.png

18.6 KB
Loading

reflection/references.bib

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
@InProceedings{mirrors,
2+
author = {Gilad Bracha and David Ungar},
3+
title = {Mirrors: Design principles for meta-level facilities of
4+
object-oriented programming languages},
5+
booktitle = "OOPSLA",
6+
year = 2004
7+
}
8+
9+
@InProceedings{capabilities,
10+
author = {Darya Kurilova and Alex Potanin and Jonathan Aldrich},
11+
title = {Modules in {Wyvern}: Advanced control over security and privacy},
12+
booktitle = "HotSoS",
13+
year = 2016
14+
}
15+
16+
@InProceedings{Joe-E,
17+
author = {A. Mettler and D. Wagner and T. Close},
18+
title = {{Joe-E}: A Security-Oriented Subset of {Java}},
19+
booktitle = "Network and Distributed System Security Symposium",
20+
year = 2010
21+
}
22+
23+
@InProceedings{Maes,
24+
author = {Pattie Maes},
25+
title = {Concepts and experiments in computational reflection},
26+
booktitle = "OOPSLA",
27+
year = 1987
28+
}
29+
30+
@Book{Levy,
31+
author = {Henry~M. Levy},
32+
title = {Capability-Based Computer Systems},
33+
publisher = {Butterworth-Heinemann},
34+
year = 1984
35+
}
36+
37+
@PhdThesis{RobustComposition,
38+
author = {Mark Samuel Miller},
39+
title = {Robust Composition: Towards a Unified Approach to
40+
Access Control and Concurrency Control},
41+
year = 2006,
42+
month = {May},
43+
school = {Johns Hopkins University},
44+
address = {Baltimore, Maryland, USA}
45+
}

0 commit comments

Comments
 (0)