@article{ r6rs,
    author = "Michael Sperber and R. Kent Dybvig and  Matthew Flatt
      and Anton Van Straaten {(Editors)}",
    title = "Revised$^{6}$ Report on the Algorithmic Language {Scheme}",
    year = "2007"
}

@article{ r6rs:lib,
    author = "Michael Sperber and R. Kent Dybvig and  Matthew Flatt
      and Anton Van Straaten {(Editors)}",
    title = "Revised$^{6}$ Report on the Algorithmic Language
    {Scheme}--Standard Libraries",
    year = "2007"
}

@article{srfi41,
  author = "Philip L. Bewig",
  title = "Scheme Request for Implementation 41: Streams",
  year = "2007",
  url = {http://srfi.schemers.org/srfi-41/srfi-41.html}
}

@inproceedings{dybvig93guardians,
author = {R. Kent Dybvig and Carl Bruggeman and David Eby},
title = {Guardians in a generation-based garbage collector},
booktitle = "PLDI '93",
pages = "207-216",
month = jun,
year = 1993,
annote = {Introduces guardians and describes the implementation of
guardians and weak pairs in Chez Scheme.}
}

@techreport{dybvig:sm,
author = {R. Kent Dybvig and David Eby and Carl Bruggeman},
title = {Don't stop the {BiBOP}:  Flexible and efficient storage
management for dynamically-typed languages},
institution = "Indiana University",
number = 400,
month = "March",
year = 1994,
annote = {Describes Chez Scheme's storage management system.}
}

@inproceedings{ghuloum07hashtables,
author = {Abdulaziz Ghuloum and R. Kent Dybvig},
title = {Generation Friendly Eq Hash Tables},
booktitle = "Workshop on Scheme and Functional Programming",
pages = "207-216",
month = sep,
year = 2007
}

@phdthesis{waddell-thesis,
key = "IUplg:Wad99",
author = "Oscar Waddell",
title = "Extending the Scope of Syntactic Abstraction",
month = "August",
year = "1999",
school = "Indiana University Computer Science Department",
url = "http://www.cs.indiana.edu/~owaddell/papers/thesis.ps.gz"
}


@inproceedings{waddell-extending,
key = "Dyb:Wad:99", 
author = "Oscar Waddell and R. Kent Dybvig",
title = "Extending the Scope of Syntactic Abstraction",
booktitle = "Conference Record of POPL'99: The 26th ACM
  SIGPLAN-SIGACT Symposium on Principles of Programming Languages",
pages = "203-213",
month = "January",
year = "1999",
url = "http://www.cs.indiana.edu/~dyb/papers/popl99.ps.gz"
}


@book{csug7,
  author = {R. Kent Dybvig},
  title = {{Chez Scheme Version 7 User's Guide}},
  publisher = {Cadence Research Systems},
  year = 2005,
  texturl = "http://www.scheme.com/csug7/",
  biburl = "http://www.cs.indiana.edu/~dyb/pubs/csug7.bib",
  annote = {User's guide and reference manual for Chez Scheme
    Version 7.  Complements \cite{Dybvig:tspl3}.}}


@inproceedings{ghuloum-implicit,
  author = {Abdulaziz Ghuloum and R. Kent Dybvig},
  title = {Implicit phasing for {R6RS} libraries},
  booktitle = {ICFP '07: Proceedings of the 2007 ACM SIGPLAN international conference on Functional programming},
  year = {2007},
  isbn = {978-1-59593-815-2},
  pages = {303--314},
  location = {Freiburg, Germany},
  doi = {http://doi.acm.org/10.1145/1291151.1291197},
  publisher = {ACM},
  address = {New York, NY, USA} 
}

@inproceedings{ghuloum-generation,
  author = {Abdulaziz Ghuloum and R. Kent Dybvig},
  title = {Generation-Friendly {Eq} Hash Tables},
  booktitle = {Proceedings of the 2007 Workshop on Scheme and Functional Programming},
  year = {2007},
  pages = {27--35},
  location = {Freiburg, Germany},
  publisher = {Universit\'e Laval  Technical Report {DIUL-RT-0701}}
}