--- /dev/null
+@InProceedings{Costanza.etal:2008,
+ author = {Pascal Costanza and Charlotte Herzeel and Jorge Vallejos and Theo D'Hondt},
+ title = "{Filtered Dispatch}",
+ OPTcrossref = {},
+ OPTkey = {},
+ booktitle = {Dynamic Languages Symposium},
+ year = {2008},
+ OPTeditor = {},
+ OPTvolume = {},
+ OPTnumber = {4},
+ OPTseries = {},
+ OPTpages = {},
+ OPTmonth = {},
+ OPTaddress = {},
+ organization = {ACM},
+ OPTpublisher = {},
+ OPTnote = {},
+ OPTannote = {}
+}
+
+@TechReport{rfc2616,
+ author = {R. Fielding and J. Gettys and J. Movil and H. Frystyk and L. Masinter and P. Leach and T. Berners-Lee},
+ title = "{Hypertext Transfer Protocol -- HTTP/1.1}",
+ institution = {IETF},
+ year = {1999},
+ OPTkey = {},
+ type = {RFC},
+ number = {2616},
+ OPTaddress = {},
+ month = {June},
+ OPTnote = {},
+ OPTannote = {}
+}
+
+@InCollection{Salzman.Aldrich:2005,
+ author = {Lee Salzman and Jonathan Aldrich},
+ title = "{Prototypes with Multiple Dispatch: An Expressive and Dynamic Object Model}",
+ booktitle = {ECOOP 2005 -- Object-Oriented Programming},
+ OPTcrossref = {},
+ OPTkey = {},
+ publisher = {Springer},
+ year = {2005},
+ editor = {Andrew P. Black},
+ OPTvolume = {},
+ number = {3586},
+ series = {LNCS},
+ OPTtype = {},
+ OPTchapter = {},
+ pages = {312--336},
+ OPTedition = {},
+ OPTmonth = {},
+ address = {Berlin},
+ OPTnote = {},
+ OPTannote = {}
+}
+
+@Article{Hirschfeld.etal:2008,
+ author = {Robert Hirschfeld and Pascal Costanza and Oscar Nierstrasz},
+ title = "{Context-oriented programming}",
+ journal = {Journal of Object Technology},
+ year = {2008},
+ OPTkey = {},
+ volume = {7},
+ number = {3},
+ pages = {125--151},
+ OPTmonth = {},
+ OPTnote = {},
+ OPTannote = {}
+}
+
+@Book{CLtL,
+ author = {Steele, Jr, Guy L.},
+ OPTeditor = {},
+ title = {Common Lisp: The Language},
+ publisher = {Digital Press},
+ year = {1984},
+ OPTkey = {},
+ OPTvolume = {},
+ OPTnumber = {},
+ OPTseries = {},
+ address = {Newton, Mass.},
+ OPTedition = {},
+ OPTmonth = {},
+ OPTnote = {isbn10:093237641X},
+ OPTannote = {}
+}
+
+@Book{CLtL2,
+ author = {Steele, Jr, Guy L.},
+ OPTeditor = {},
+ title = {Common Lisp: The Language},
+ publisher = {Digital Press},
+ year = {1990},
+ OPTkey = {},
+ OPTvolume = {},
+ OPTnumber = {},
+ OPTseries = {},
+ address = {Newton, Mass.},
+ edition = {Second},
+ OPTmonth = {},
+ OPTnote = {isbn10:1-55558-041-6},
+ OPTannote = {}
+}
+
+@Book{CLtS,
+ OPTauthor = {},
+ editor = {Pitman, Kent and Chapman, Kathy},
+ title = {Information Technology -- Programming Language -- Common Lisp},
+ publisher = {ANSI},
+ year = {1994},
+ OPTkey = {},
+ OPTvolume = {},
+ number = {226--1994},
+ series = {INCITS},
+ OPTaddress = {},
+ OPTedition = {},
+ OPTmonth = {},
+ OPTnote = {},
+ OPTannote = {}
+}
+
+@Book{AMOP,
+ author = {Kiczales, Gregor and des Rivi\`{e}res, Jim and Bobrow, Daniel G.},
+ title = "{The Art of the Metaobject Protocol}",
+ publisher = {MIT Press},
+ year = {1991},
+ OPTkey = {},
+ OPTvolume = {},
+ OPTnumber = {},
+ OPTseries = {},
+ address = {Cambridge, Mass.},
+ OPTedition = {},
+ OPTmonth = {},
+ OPTnote = {isbn13:9780262610742},
+ OPTannote = {}
+}
+
+@InProceedings{Costanza.Herzeel:2008,
+ author = {Pascal Costanza and Charlotte Herzeel},
+ title = "{make-method-lambda considered harmful}",
+ OPTcrossref = {},
+ OPTkey = {},
+ booktitle = {European Lisp Workshop},
+ year = {2008},
+ OPTeditor = {},
+ OPTvolume = {},
+ OPTnumber = {},
+ OPTseries = {},
+ OPTpages = {},
+ OPTmonth = {},
+ OPTaddress = {},
+ OPTorganization = {},
+ OPTpublisher = {},
+ OPTnote = {},
+ OPTannote = {}
+}
+
+@InProceedings{Vallejos.etal:2010,
+ author = {Jorge Vallejos and Sebastián González and Pascal Costanza and Wolfgang De Meuter and Theo D'Hondt and Kim Mens},
+ title = "{Predicated Generic Functions: Enabling Context-Dependent Method Dispatch}",
+ OPTcrossref = {},
+ OPTkey = {},
+ booktitle = {International Conference on Software Composition},
+ year = {2010},
+ OPTeditor = {},
+ OPTvolume = {},
+ OPTnumber = {},
+ OPTseries = {},
+ pages = {66--81},
+ OPTmonth = {},
+ OPTaddress = {},
+ OPTorganization = {},
+ OPTpublisher = {},
+ OPTnote = {},
+ OPTannote = {}
+}
+
+@InProceedings{Kiczales.Rodriguez:1990,
+ author = {Gregor Kiczales and Luis Rodriguez},
+ title = "{Efficient Method Dispatch in PCL}",
+ OPTcrossref = {},
+ OPTkey = {},
+ booktitle = {LISP and Functional Programming},
+ year = {1990},
+ OPTeditor = {},
+ OPTvolume = {},
+ OPTnumber = {},
+ OPTseries = {},
+ pages = {99--105},
+ OPTmonth = {},
+ address = {Nice},
+ OPTorganization = {},
+ OPTpublisher = {},
+ OPTnote = {},
+ OPTannote = {}
+}