* updated manual before initial release.

This commit is contained in:
Abdulaziz Ghuloum 2007-10-31 04:32:34 -04:00
parent 8b6f52f72e
commit 53c5bb984c
2 changed files with 1203 additions and 165 deletions

View File

@ -6,6 +6,15 @@
year = "2007" 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"
}
@inproceedings{dybvig93guardians, @inproceedings{dybvig93guardians,
author = {R. Kent Dybvig and Carl Bruggeman and David Eby}, author = {R. Kent Dybvig and Carl Bruggeman and David Eby},
@ -38,4 +47,64 @@ month = sep,
year = 2007 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}}
}

File diff suppressed because it is too large Load Diff