42 lines
1.1 KiB
BibTeX
42 lines
1.1 KiB
BibTeX
|
|
||
|
@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"
|
||
|
}
|
||
|
|
||
|
|
||
|
@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
|
||
|
}
|
||
|
|
||
|
|