A. 参考文献
- [R5RS]
- R. Kelsey, W. Clinger, J. Rees (eds.),
Revised^5 Report on the Algorithmic Language Scheme,
Higher-Order and Symbolic Computation, 11(1), September, 1998
and ACM SIGPLAN Notices, 33(9), October, 1998.
http://www.schemers.org/Documents/Standards/R5RS/.
- [1CC]
- Carl Bruggeman, Oscar Waddell and R. Kent Dybvig,
Representing control in the presence of one-shot continuations,
in Proceedings of SIGPLAN '96, pp. 99--107, 1996.
- [Meyers86]
- Eugene Myers,
An O(ND) Difference Algorithm and Its Variations,
Algorithmica Vol. 1 No. 2, pp. 251-266, 1986.
- [MOP]
- Gregor Kiczales, Jim Des Rivieres, Daniel Bobrow,
The Art of Metaobject Protocol,
The MIT Press.
- [Dylan]
- Kim Barrett, Bob Cassels, Paul Haahr,
David A. Moon, Keith Playford, P. Tucker Withington,
A Monotonic Superclass Linearization for Dylan,
in Proceedings of OOPSLA 96, October 1996.
http://www.webcom.com/~haahr/dylan/linearization-oopsla96.html.
- [FairThreads]
- F. Boussinot, Java Fair Threads,
http://www-sop.inria.fr/mimosa/rp/FairThreads/html/FairThreads.html.
- [RFC1321]
- R. Rivest,
The MD5 Message-Digest Algorithm.
April 1992.
ftp://ftp.isi.edu/in-notes/rfc1321.txt.
- [RFC2045]
- N. Freed, N. Borenstein: Multipurpose Internet Mail Extension
(MIME) Part One: Format of Internet Message Bodies,
November 1996.
ftp://ftp.isi.edu/in-notes/rfc2045.txt.
- [RFC2396]
- T. Berners-Lee, R. Fielding, L. Masinter,
Uniform Resource Identifiers (URI): Generic Syntax,
August 1998.
ftp://ftp.isi.edu/in-notes/rfc2396.txt.
- [RFC2616]
- R. Fielding et al, Hypertext Transfer Protocol -- HTTP/1.1, June 1999.
ftp://ftp.isi.edu/in-notes/rfc2616.txt.
- [RFC2822]
- P. Resnick (ed.), Internet Message Format, April 2001.
ftp://ftp.isi.edu/in-notes/rfc2822.txt.
- [RFC2965]
- D. Kristol, L. Montulli, HTTP State Management Mechanism,
October 2000.
ftp://ftp.isi.edu/in-notes/rfc2965.txt.
- [RFC3174]
- D. Eastlake, 3rd and P. Jones,
US Secure Hash Algorithm 1 (SHA1).
September 2001.
ftp://ftp.isi.edu/in-notes/rfc3174.txt.
- [SRFI-0]
- Marc Feeley, Feature-based conditional expansion construct, May 1999.
http://srfi.schemers.org/srfi-0/srfi-0.html.
- [SRFI-1]
- Olin Shivers, List Library, October 1999.
http://srfi.schemers.org/srfi-1/srfi-1.html.
- [SRFI-2]
- Oleg Kiselyov,
AND-LET*: an AND with local bindings, a guarded
LET* special form, March 1998.
http://srfi.schemers.org/srfi-2/srfi-2.html.
- [SRFI-4]
- Marc Feeley, Homogeneous numeric vector types, May 1999.
http://srfi.schemers.org/srfi-4/srfi-4.html.
- [SRFI-6]
- William D Clinger, Basic String Ports, July 1999.
http://srfi.schemers.org/srfi-6/srfi-6.html.
- [SRFI-8]
- John David Stone, receive: Binding to multiple values, August 1999.
http://srfi.schemers.org/srfi-8/srfi-8.html.
- [SRFI-9]
- Richard Kelsey, Defining Record Types, September 1999.
http://srfi.schemers.org/srfi-9/srfi-9.html.
- [SRFI-10]
- Oleg Kiselyov,
#, external form, January 2000.
http://srfi.schemers.org/srfi-10/srfi-10.html.
- [SRFI-11]
- Lars T Hansen, Syntax for receiving multiple values, March 2000.
http://srfi.schemers.org/srfi-11/srfi-11.html.
- [SRFI-13]
- Olin Shivers, String Libraries, December 2000.
http://srfi.schemers.org/srfi-13/srfi-13.html.
- [SRFI-14]
- Olin Shivers, Character-set Library, December 2000.
http://srfi.schemers.org/srfi-14/srfi-14.html.
- [SRFI-17]
- Per Bothner, Generalized
set!, July 2000.
http://srfi.schemers.org/srfi-17/srfi-17.html.
- [SRFI-18]
- Marc Feeley, Multithreading Support, April 2000.
http://srfi.schemers.org/srfi-18/srfi-18.html.
- [SRFI-19]
- Will Fitzgerald, Time Data Types and Procedures, August 2000.
http://srfi.schemers.org/srfi-19/srfi-19.html.
- [SRFI-21]
- Marc Feeley, Readl-time Multithreading Support, April 2000.
http://srfi.schemers.org/srfi-21/srfi-21.html.
- [SRFI-22]
- Martin Gasbichler and Michael Sperber,
Running Scheme Scripts on Unix, January 2002.
http://srfi.schemers.org/srfi-22/srfi-22.html.
- [SRFI-23]
- Stephan Housen, Error reporting mechanism, April 2001.
http://srfi.schemers.org/srfi-23/srfi-23.html.
- [SRFI-25]
- Jussi Piitulainen, Multi-dimensional Array Primitives, June 2002.
http://srfi.schemers.org/srfi-25/srfi-25.html.
- [SRFI-26]
- Sebastian Egner, Notation for Specializing Parameters without Currying, June 2002.
http://srfi.schemers.org/srfi-26/srfi-26.html.
- [SRFI-27]
- Sebastian Egner, Sources of Random Bits, June 2002.
http://srfi.schemers.org/srfi-27/srfi-27.html.
- [SRFI-28]
- Scott G. Miller, Basic Format Strings, June 2002.
http://srfi.schemers.org/srfi-28/srfi-28.html.
- [SRFI-37]
- Anthony Carrico, Args-fold: a program argument processor, Jan. 2003.
http://srfi.schemers.org/srfi-37/srfi-37.html.
- [SSAX]
- Oleg Kiselyov, XML and Scheme,
http://pobox.com/~oleg/ftp/Scheme/xml.html.
The SSAX distribution is also available at sourceforge:
http://ssax.sourceforge.net/.
- [MT]
- M. Matsumoto and T. Nishimura, "Mersenne Twister: A 623-dimensionally
equidistributed uniform pseudorandom number generator", ACM Trans. on
Modeling and Computer Simulation Vol. 8, No. 1, Januray pp.3-30 1998.
http://www.math.keio.ac.jp/~matumoto/emt.html
- [OLEG1]
- Oleg Kiselyov, Making sense of an input stream,
http://pobox.com/~oleg/ftp/Scheme/parsing.html.
- [OLEG2]
- Oleg Kiselyov, General ways to traverse collections,,
http://pobox.com/~oleg/ftp/Scheme/enumerators-callcc.html.
2000.
This document was generated
by Shiro Kawai on July, 1 2005
using texi2html