1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109
|
@node References
@unnumbered References
@table @asis
@item [Cejtin @etal{} 95]
Henry Cejtin, Suresh Jagannathan, and Richard Kelsey.
Higher-Order Distributed Objects.
In @cite{ACM Transactions on Programming Languages and Systems}, vol.
17, pp. 704--739, ACM Press, September 1995.
@item [Clinger 91]
William D. Clinger.
Hygienic Macros through Explicit Renaming.
In @cite{Lisp Pointers}, IV(4): 25-28, December 1991.
@item [Donald 92]
Bruce Donald and Jonathan A. Rees.
Program Mobile Robots in Scheme!
In @cite{Proceedings of the 1992 IEEE International Conference on
Robotics and Automation}, 2681-2688.
@item [Friedman 00]
Daniel Friedman and Erik Hilsdale.
@cite{Writing Macros in Continuation-Passing Style}.
Worksop on Scheme and Functional Programming, September 2000.
@item [Kelsey 89]
Richard Kelsey.
@cite{Compilation by Program Transformation}.
PhD thesis, Yale University, 1989.
@item [Kelsey 97]
Richard Kelsey.
@cite{Pre-Scheme: A Scheme Dialect for Systems Programming}.
June 1997.
@item [Museme]
Franklyn Turbak and Dan Winship.
@cite{Museme: a multi-user simulation environment for Scheme}.
@*@url{http://www.bloodandcoffee.net/campbell/code/museme.tar.gz}
@item [Rees 96]
Jonathan A. Rees.
@cite{A Security Kernel based on the Lambda-Calculus}.
PhD thesis, AI Memo 1564, Massachusetts Institute of Technology,
Artificial Intelligence Laboratory, 1996.
@item [Reppy 99]
John Reppy.
@cite{Concurrent Programming in ML}.
Cambridge University Press, 1999.
@item [Shivers 94]
Olin Shivers.
@cite{A Scheme Shell}.
Tech Report 635, Massachusetts Institute of Technology, Laboratory for
Computer Science, 1994.
@item [Shivers 96]
Olin Shivers.
@cite{A Universal Scripting Framework, or Lambda: the Ultimate ``Little
Language''}.
@cite{Concurrency and Parallelism, Programming, Networking, and
Security}, pp. 254-265, 1996, Joxan Jaffar and Roland H. C. Yap (eds).
@item [Shivers @etal{} 04]
Olin Shivers, Brian D. Carlstrom, Martin Gasbichler, and Michael
Sperber.
@cite{Scsh Reference Manual}, for scsh release 0.6.6
@*@url{http://www.scsh.net/docu/docu.html}
@item [SRFI 1]
Olin Shivers.
@cite{SRFI 1: List Library}
Scheme Requests for Implementation, 1999.
@*@url{http://srfi.schemers.org/srfi-1/}
@item [SRFI 7]
Richard Kelsey.
@cite{SRFI 7: Feature-Based Program Configuration Language}
Scheme Requests for Implementation, 1999.
@*@url{http://srfi.schemers.org/srfi-7/}
@item [SRFI 9]
Richard Kelsey.
@cite{SRFI 9: Defining Record Types}
Scheme Requests for Implementation, 1999.
@*@url{http://srfi.schemers.org/srfi-9/}
@item [SRFI 22]
Martin Gasbichler and Michael Sperber
@cite{SRFI 22: Running Scheme Scripts on Unix}
Scheme Requests for Implementation, 2002.
@*@url{http://srfi.schemers.org/srfi-22/}
@item [SRFI 34]
Richard Kelsey and Michael Sperber.
@cite{SRFI 34: Exception Handling for Programs}.
Scheme Requests for Implementation, 2002.
@*@url{http://srfi.schemers.org/srfi-34/}
@item [SRFI 35]
Richard Kelsey and Michael Sperber.
@cite{SRFI 35: Conditions}.
Scheme Requests for Implementation, 2002.
@*@url{http://srfi.schemers.org/srfi-35/}
@end table
|