aboutsummaryrefslogtreecommitdiff
path: root/_bibliography
diff options
context:
space:
mode:
authorHeather Miller <heather.miller@epfl.ch>2017-01-06 18:57:10 +0100
committerHeather Miller <heather.miller@epfl.ch>2017-01-06 18:57:10 +0100
commit190eaa4db282b8772915daf36f766ee415c7ddb3 (patch)
treef5f9fbeb98f6411cdf0c7e127e5d6fdf01292056 /_bibliography
parentb1cf13492f56b96a0ef44918757222f4a0133b1a (diff)
Finished tweaking history section
Diffstat (limited to '_bibliography')
-rw-r--r--_bibliography/futures.bib91
1 files changed, 72 insertions, 19 deletions
diff --git a/_bibliography/futures.bib b/_bibliography/futures.bib
index b606a79..8cb712b 100644
--- a/_bibliography/futures.bib
+++ b/_bibliography/futures.bib
@@ -44,24 +44,7 @@
address = {New York, NY, USA},
}
-@inproceedings{2,
- author = {Liskov, B. and Shrira, L.},
- title = {Promises: Linguistic Support for Efficient Asynchronous Procedure Calls in Distributed Systems},
- booktitle = {Proceedings of the ACM SIGPLAN 1988 Conference on Programming Language Design and Implementation},
- series = {PLDI '88},
- year = {1988},
- isbn = {0-89791-269-1},
- location = {Atlanta, Georgia, USA},
- pages = {260--267},
- numpages = {8},
- url = {http://doi.acm.org/10.1145/53990.54016},
- doi = {10.1145/53990.54016},
- acmid = {54016},
- publisher = {ACM},
- address = {New York, NY, USA},
-}
-
-@article{3,
+@article{Promises88,
author = {Liskov, B. and Shrira, L.},
title = {Promises: Linguistic Support for Efficient Asynchronous Procedure Calls in Distributed Systems},
journal = {SIGPLAN Not.},
@@ -80,6 +63,17 @@
address = {New York, NY, USA},
}
+@article{Argus88,
+ title={Distributed programming in Argus},
+ author={Liskov, Barbara},
+ journal={Communications of the ACM},
+ volume={31},
+ number={3},
+ pages={300--312},
+ year={1988},
+ publisher={ACM}
+}
+
@article{4,
author = {Eriksen, Marius},
title = {Your Server As a Function},
@@ -338,7 +332,7 @@
address = {Cambridge, MA, USA},
}
-@inproceedings{37,
+@inproceedings{ELang,
author = {Miller, Mark S. and Tribble, E. Dean and Shapiro, Jonathan},
title = {Concurrency Among Strangers: Programming in E As Plan Coordination},
booktitle = {Proceedings of the 1st International Conference on Trustworthy Global Computing},
@@ -354,6 +348,49 @@
address = {Berlin, Heidelberg},
}
+@article{PromisePipe07,
+ title={The Promise System},
+ author = {Miller, Mark S. and Tribble, E. Dean and Jellinghaus, Rob},
+ journal={Presentation},
+ url = {http://web.archive.org/web/20071023111712/http://www.sunless-sea.net/Transcripts/promise.html},
+ year={2007}
+}
+
+@techreport{Joule,
+ title={Joule: Distributed application foundations},
+ author={Tribble, E. Dean and Miller, Mark S. and Hardy, Norm and Krieger, David},
+ number={ADd003.4P},
+ institution={Agorics, Inc.},
+ url={http://www.erights.org/history/joule/MANUAL.BK2.pdf},
+ year={1995}
+}
+
+@misc{Twisted,
+ author = {Glyph Lefkowitz},
+ title = {Twisted},
+ year = {2002},
+ publisher = {GitHub},
+ journal = {GitHub repository},
+ howpublished = {\url{https://github.com/twisted/twisted}}
+}
+
+@misc{Qjs,
+ author = {Kris Kowal},
+ title = {Q.js},
+ year = {2009},
+ publisher = {GitHub},
+ journal = {GitHub repository},
+ howpublished = {\url{https://github.com/kriskowal/q}}
+}
+
+@online{JQueryPromises,
+ author = {Valerio Gheri},
+ title = {JavaScript Promises and Why JQuery Implementation is Broken},
+ year = 2013,
+ url = {\url{https://thewayofcode.wordpress.com/tag/jquery-deferred-broken/}},
+ urldate = {2017-01-06}
+}
+
@INPROCEEDINGS{38,
author = {Didier Le Botlan and Guido Tack and Andreas Rossberg and Andreas Rossberg and Didier Le and Botlan Guido Tack and Thorsten Brunklaus and Thorsten Brunklaus and Gert Smolka and Gert Smolka},
title = {Alice through the looking glass},
@@ -385,6 +422,22 @@
year={2013}
}
+
+@article{PromisesA,
+ title={CommonJS Promises/A Specification},
+ author={Kris Zyp},
+ journal={Promises/A Specification},
+ url = {http://wiki.commonjs.org/wiki/Promises/A},
+ year={2009}
+}
+
+@misc{Ecmascript15,
+ title={ECMAScript Language Specification},
+ author={ECMAScript, ECMA and European Computer Manufacturers Association and others},
+ year={2015}
+}
+
+
@misc{40,
title={Futures and promises},
url = {https://en.wikipedia.org/wiki/Futures_and_promises}