123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110 |
- @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
|