Next: C to Scheme mapping, Previous: Library modules - Utilities, Up: Top [Contents][Index]
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.
https://www.schemers.org/Documents/Standards/R5RS/.
A. Shinn, J. Cowan, A. A. Greckler (eds.),
Revised^7 Report on the Algorithmic Language Scheme
https://bitbucket.org/cowan/r7rs/raw/tip/rnrs/r7rs.pdf.
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.
Eugene Myers, An O(ND) Difference Algorithm and Its Variations, Algorithmica Vol. 1 No. 2, pp. 251-266, 1986.
Gregor Kiczales, Jim Des Rivieres, Daniel Bobrow, The Art of Metaobject Protocol, The MIT Press.
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.
https://dl.acm.org/citation.cfm?id=236343.
F. Boussinot, Java Fair Threads,
https://www-sop.inria.fr/mimosa/rp/FairThreads/html/FairThreads.html.
R. Rivest,
The MD5 Message-Digest Algorithm.
April 1992.
https://www.ietf.org/rfc/rfc1321.txt.
N. Freed, N. Borenstein: Multipurpose Internet Mail Extension
(MIME) Part One: Format of Internet Message Bodies,
November 1996.
https://www.ietf.org/rfc/rfc2045.txt.
T. Berners-Lee, R. Fielding, L. Masinter,
Uniform Resource Identifiers (URI): Generic Syntax,
August 1998.
https://www.ietf.org/rfc/rfc2396.txt.
R. Fielding et al, Hypertext Transfer Protocol – HTTP/1.1, June 1999.
https://www.ietf.org/rfc/rfc2616.txt.
P. Resnick (ed.), Internet Message Format, April 2001.
https://www.ietf.org/rfc/rfc2822.txt.
D. Kristol, L. Montulli, HTTP State Management Mechanism,
October 2000.
https://www.ietf.org/rfc/rfc2965.txt.
D. Eastlake, 3rd and P. Jones,
US Secure Hash Algorithm 1 (SHA1).
September 2001.
https://www.ietf.org/rfc/rfc3174.txt.
S. Josefsson, Ed.: The Base16, Base32, and Base64 Data Encodings
October 2006.
https://www.ietf.org/rfc/rfc4648.txt.
Marc Feeley, Feature-based conditional expansion construct, May 1999.
https://srfi.schemers.org/srfi-0/srfi-0.html.
Olin Shivers, List Library, October 1999.
https://srfi.schemers.org/srfi-1/srfi-1.html.
Oleg Kiselyov, AND-LET*
: an AND
with local bindings, a guarded
LET*
special form, March 1998.
https://srfi.schemers.org/srfi-2/srfi-2.html.
Marc Feeley, Homogeneous numeric vector types, May 1999.
https://srfi.schemers.org/srfi-4/srfi-4.html.
William D Clinger, Basic String Ports, July 1999.
https://srfi.schemers.org/srfi-6/srfi-6.html.
John David Stone, receive: Binding to multiple values, August 1999.
https://srfi.schemers.org/srfi-8/srfi-8.html.
Richard Kelsey, Defining Record Types, September 1999.
https://srfi.schemers.org/srfi-9/srfi-9.html.
Oleg Kiselyov, #,
external form, January 2000.
https://srfi.schemers.org/srfi-10/srfi-10.html.
Lars T Hansen, Syntax for receiving multiple values, March 2000.
https://srfi.schemers.org/srfi-11/srfi-11.html.
Olin Shivers, String Libraries, December 2000.
https://srfi.schemers.org/srfi-13/srfi-13.html.
Olin Shivers, Character-set Library, December 2000.
https://srfi.schemers.org/srfi-14/srfi-14.html.
Per Bothner, Generalized set!
, July 2000.
https://srfi.schemers.org/srfi-17/srfi-17.html.
Marc Feeley, Multithreading Support, April 2000.
https://srfi.schemers.org/srfi-18/srfi-18.html.
Will Fitzgerald, Time Data Types and Procedures, August 2000.
https://srfi.schemers.org/srfi-19/srfi-19.html.
Marc Feeley, Readl-time Multithreading Support, April 2000.
https://srfi.schemers.org/srfi-21/srfi-21.html.
Martin Gasbichler and Michael Sperber,
Running Scheme Scripts on Unix, January 2002.
https://srfi.schemers.org/srfi-22/srfi-22.html.
Stephan Housen, Error reporting mechanism, April 2001.
https://srfi.schemers.org/srfi-23/srfi-23.html.
Jussi Piitulainen, Multi-dimensional Array Primitives, June 2002.
https://srfi.schemers.org/srfi-25/srfi-25.html.
Sebastian Egner, Notation for Specializing Parameters without Currying, June 2002.
https://srfi.schemers.org/srfi-26/srfi-26.html.
Sebastian Egner, Sources of Random Bits, June 2002.
https://srfi.schemers.org/srfi-27/srfi-27.html.
Scott G. Miller, Basic Format Strings, June 2002.
https://srfi.schemers.org/srfi-28/srfi-28.html.
Anthony Carrico, Args-fold: a program argument processor, Jan. 2003.
https://srfi.schemers.org/srfi-37/srfi-37.html.
Oleg Kiselyov, XML and Scheme,
http://okmij.org/ftp/Scheme/xml.html.
The SSAX distribution is also available at sourceforge:
http://ssax.sourceforge.net/.
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, January pp.3-30 1998.
https://dl.acm.org/citation.cfm?id=272995
Oleg Kiselyov, Making sense of an input stream,
http://okmij.org/ftp/Scheme/parsing.html.
Oleg Kiselyov, General ways to traverse collections,,
http://okmij.org/ftp/Scheme/enumerators-callcc.html.
2000.
Next: C to Scheme mapping, Previous: Library modules - Utilities, Up: Top [Contents][Index]